Hi,
I am using Box Java SDK implementation for my application.
I have following scenerio:
I have files with specific attribut and different files have different values for this attribut.
Hence I used a metadata for all files.
My application works such that the moment I upload a file that file should appear in my UI as it satisfies the meta data key value pair for that page.
I had tried it earlier using Search query.But since it takes 10 minutes to reflect newly added file.It wont work out for me.
Can you suggest a workaround?