Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
JuliaNowicka
3 years agoExplorer | Level 4
Internal sever error
Hi, for the past few days I've been trying to call the sharing_list_folders() and every time I run my script I get this error: raise InternalServerError(request_id, res.status_code, res.text) dropbox.exceptions.InternalServerError: InternalServerError('3c12bb105da24fee92554229b050a6db', 500, ''). I'm not sure why that is, could it be that I'm overloading the API somehow?
Thanks for your help!
14 Replies
Replies have been turned off for this discussion
- Greg-DB3 years ago
Dropbox Community Moderator
It looks like this operation is failing on the server. We'll look into it and I'll follow up here once I have an update for you.
- JuliaNowicka3 years agoExplorer | Level 4
Thank you Greg! The same error also happened when I called the sharing_list_shared_links() endpoint.
- Greg-DB3 years ago
Dropbox Community Moderator
Could you share the same sort of output showing a request ID for that one as well? Thanks in advance!
- JuliaNowicka3 years agoExplorer | Level 4
This is the error I get:
File XYZ, line 93, in <module>
main()
File XYZ, line 85, in main
y = dbx.sharing_get_shared_links()
File XYZ, line 4791, in sharing_get_shared_links
r = self.request(
File XYZ, line 326, in request
res = self.request_json_string_with_retry(host,File "XYZ, line 476, in request_json_string_with_retry
return self.request_json_string(host,
File XYZ, line 596, in request_json_string
self.raise_dropbox_error_for_resp(r)
File XYZ, line 621, in raise_dropbox_error_for_resp
raise InternalServerError(request_id, res.status_code, res.text)
dropbox.exceptions.InternalServerError: InternalServerError('e0adf04c7162413bb9fc6a83c4c4cbc2', 500, '') - Greg-DB3 years ago
Dropbox Community Moderator
Thanks! I see this one is for sharing_get_shared_links though. Can you try sharing_list_shared_links and let me know if that fails or not?
- JuliaNowicka3 years agoExplorer | Level 4
Oh yes, my bad, let me try that one.
- JuliaNowicka3 years agoExplorer | Level 4
No, that one didn't fail.
- Greg-DB3 years ago
Dropbox Community Moderator
Thanks for checking. Please do use sharing_list_shared_links instead. (The sharing_get_shared_links method is deprecated in favor of sharing_list_shared_links.)
- JuliaNowicka3 years agoExplorer | Level 4
Oh right, I see, that explains a lot!
- JuliaNowicka3 years agoExplorer | Level 4
Hi Greg, have there been any updates about this?
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!