Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.
Forum Discussion
Syed Saad A.
8 years agoExplorer | Level 4
New Files/Folder are not fetching(created after 9th of June)
Hello Can anyone reply me asap. I am using dropbox api v2. It was working fine previously but after 9th of june any file/folder that I am creating/uploading on dropbox are not fetching by api.I am u...
Greg-DB
Dropbox Staff
It looks like we should be able to get this fixed today. I'll follow up here once I have an update.
For reference, it is expected that this issue occurs only when include_media_info=true. You can find more information on the include_media_info parameter in the documentation:
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
Media information can include dimensions, location, and time_taken for photos, and dimensions, location, time_taken, and duration for videos. File size is not part of media information, and is included regardless of the include_media_info parameter.
Greg-DB
8 years agoDropbox Staff
The team worked on a fix, but unfortunately it looks like it will take a little longer to get deployed than originally anticipated. The fix should be live tomorrow.
- Greg-DB8 years agoDropbox StaffThis is fixed now. Calls to list_folder/continue will now return the latest entries. Please let us know if you're still seeing any issues.
- bobbie4242428 years agoExplorer | Level 4
It doesn't seem to work in my Android app.
if I upload a file with the Dropbox app and browse the folder with that file in my app, the new file does not appear in my app (while listed in the Dropbox app).
browsing the folder this way (with include media info):
ListFolderResult result = _api.files().listFolderBuilder(dbPath)
.withIncludeMediaInfo(true)
.start(); - Greg-DB8 years agoDropbox Staff
bobbie424242 Your code only shows you using listFolderBuilder, but you'll also need to use listFolderContinue to get all of the results. You can find more information in the documentation for listFolder orlistFolderBuilder.
- bobbie4242428 years agoExplorer | Level 4
@Greg K.
It is using listForlderContinue in a loop until there are no more items, although I forgot to mention it.
This code was working perfectly fine until 9th June.
So whatever fix was made on Dropbox end to fix this issue is not working, or not working everywhere (it still doesn't work at the time of this post, I checked again).
- Greg-DB8 years agoDropbox Staff
bobbie424242 In that case please open an API ticket including the relevant code, output, and affected user IDs so we can look into it for you:
- bobbie4242428 years agoExplorer | Level 4
I just submitted an API ticket on this form, using the title of this thread and with more details (code and app affected).
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,924 PostsLatest Activity: 20 hours ago
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!