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
ramonpoca
8 years agoExplorer | Level 4
listFolder with includeMediaInfo not listing all available files
We have a problem while integrating the v2 iOS API on our photography App. If we call listFolder for the root folder with includeMediaInfo set to yes, fewer results are returned (e.g. recently ba...
Individual IT S
Helpful | Level 5
have a posted a simmilar problem here: https://www.dropboxforum.com/t5/API-support/new-files-not-returned-by-files-list-folder/m-p/224988#M12174
and now reading your post I tried changing my code and it does work. The API does return all new and old files correctly.
I would say that is a problem in the API.
Greg-DB
8 years agoDropbox Staff
When using includeMediaInfo, there can be a delay on results being returned while the media information is prepared.
They will get listed once the information is available, but this can take a variable amount of time, especially if there are many files or a lot of activity in the account.
They will get listed once the information is available, but this can take a variable amount of time, especially if there are many files or a lot of activity in the account.
- Individual IT S8 years agoHelpful | Level 5"variable amount of time"
is that minutes or hours?
I've tested on 2 accounts with basically no activity.- Greg-DB8 years agoDropbox StaffFor most users most of the time, it's on the scale of seconds or minutes, but it can be longer sometimes, on the scale of hours.
In some cases, backend issues on our side can also slow this down.- Individual IT S8 years agoHelpful | Level 5just tested again. Files that were placed into the folder yesterday 'server_modified' => string '2017-06-09T16:48:56Z' are still now showing up with "include_media_info" => true but all is fine if setting "include_media_info" => false
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,912 PostsLatest Activity: 2 hours agoIf 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!