I am developing an App and need to be able to find the files a users uploads.
I have noticed that it takes awhile after a file is uploaded before I can find it via search.
I will know the path to the file and the file name but not the Box id. Therefore, the only sure way I know to get the file
is to "walk the tree". This takes much longer than searching. Am I missing something? Is there another faster way to
achieve what I want? Is there a way that Box can just index the name right away and off load the fulltext indexing?
