Hi Dropbox Team,
After I migrated from DB api V1 to V2, I have a problem about sync files. I don't know when the file is changed from Dropbox.
Please help me.
Thanks,
Vang Doan
The /2/files/list_folder/longpoll endpoint tells you when something has changed in the linked account, but it doesn't tell you exactly what changed. (This is the equivalent of API v1's /1/longpoll_delta.)
You should then call /2/files/list_folder[/continue] to find out what changed. (This is the equivalent of API v1's /1/delta.)
Note that if you're using an SDK, there will be corresponding methods for each of these endpoints.
Hi Greg K.
I tried to use /2/files/list_folder/longpoll (iOS), but It dont work all times. I think the reason is Timeout.
I don't still understand, when finished timeout (follow document the connection will block), I must manual to reconnect to observer again???
Please help me!