Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I've using the following endpoint to retrieve files and folders:
https://api.dropboxapi.com/2/files/list_folder this returns 2000 entries and then get hasmore = true and the cursor. I then user this for the following endpoint :
https://api.dropboxapi.com/2/files/list_folder/continue
Everytime it returns internal server errror with no error detail. Can you help?
Thanks
FYI, my problem seems to have been resolved/fixed as of Wednesday, January 18th. Thanks for helping to ensure it got fixed!
Hi there, also seeing this happen repeatedly with no way to get around it.
Running:
files_list_folder('', recursive=True,include_media_info=True)
Then getting:
dropbox.exceptions.InternalServerError: InternalServerError('b1b9642f8210d246a2654454721d6469', 500, u'')
Any help would be greatly appreciated!
Hello,
I'm experiencing the exact same symptoms while calling list_folder/continue.
X-Dropbox-Request-Id: 5f1b4cdc32283d77ee8f6fecb42597f0
Any ETA on the fix ? the v1 end date is coming fast.
Thanks !
If it helps, I was able to rectify the problem by:
Thanks for the info. Unfortunately it's not really a possible workaround for my usecase
My https://api.dropboxapi.com/2/files/list_folder and the first 257 https://api.dropboxapi.com/2/files/list_folder/continue requests all return a valid response, but on the 258'th list_folder/continue, I get a 500 erorr with an empty response body. At this point, I have downloaded 470,090 file entries and an additional 38,878 folder entries.
Is there some limit (500k?) to the number of entries that can be returned via a single cursor?
Hi there!
If you need more help you can view your support options (expected response time for a 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!