Hi,
Lets say there 2 users A and B.
User A home folder contains a folder by name folder1.
When we add User B on folder1 with Api https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member we are getting success
But when we immediately try to list files for User B with api https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder and https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue, we are not getting folder1 in response. We had tried adding delay of 5s and tried. Whats happening is that, sometimes we are getting folder1 and sometimes we are not getting it at all.
Please anyone can help us why this behavior is happening? And if we have to add delay in calling apis then please help us with exact time so that we can get added folder for sure?
Thank you,
Bharath