You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

raRaRa's avatar
raRaRa
Helpful | Level 6
7 years ago

Issue with list_folder & list_folder/continue

Hey.

 

I'm basically syncing changes made to a folder by calling list_folder every minute. I recently changed my strategy to use list_folder/continue in order to only get changes that have happened, instead of calling list_folder every minute.

 

I must say it looked promising, but sometimes when I add multiple files, list_folder/continue will only show one file, and the rest will be shown much later. Here's an example:

 

list_folder returns 3 files and the cursor A

I add 3 photos to the folder

list_folder/continue with cursor A shows 1 photo and I store the returned cursor as cursor B

list_folder/continue with cursor B shows 0 entries and I store the returned cursor as cursor C.

... ~3 minutes later ....

list_folder/continue with cursor J shows 2 entries

 

I can confirm that all of the photos had already synced to Dropbox. Could this be an issue because I'm storing the cursor even if there are no changes? Based on what I've read I should always store the latest cursor even if list_folder/continue returns no entries.

 

Any ideas?

 

Thanks!

  • Are you using include_media_info=true when first calling /2/files/list_folder? If so, there can be a delay like this for some files while the media information is prepared.
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff
    Are you using include_media_info=true when first calling /2/files/list_folder? If so, there can be a delay like this for some files while the media information is prepared.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 2 hours ago
325 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!