Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
nandryshak
2 months agoNew member | Level 1
user_suspended, now Stuck on "content is uploading"
Hi,
Yesterday I was dealing with an issue when uploading files using the Python SDK (v10.1.2). The files "successfully" upload, but when I follow the link I get this error:
"Content is uploading
Link content can't be viewed because it hasn't finished uploading. You'll be able to view it once it completes"
I still get this error even after 24 hours. Uploading via the web browser works fine. We have enough space on our account, and the file I'm trying to upload is small (<1MB).
Today I try again and get an error while uploading: AuthError('user_suspended', None)
So I create a new app via the dev console and try again, but I get the same "content is uploading" error. This code has been working fine for 5+ years until this week. Any ideas?
Thanks,
- DB-Des
Dropbox Engineer
Hi nandryshak,
Method sharing_create_shared_link is sending your request to a deprecated endpoint (/2/sharing/create_shared_link).
Please update your app to use sharing_create_shared_link_with_settings instead and let us know if you are still seeing the same result.
- nandryshakNew member | Level 1
Thanks! I will try this.
- nandryshakNew member | Level 1
I'm creating the link like this:
link = dropbox_client.sharing_create_shared_link(dropbox_filename, pending_upload=PendingUploadMode.file)
The metadata returned by files_get_metadata looks normal.
- Nick KNew member | Level 1
Same issue
- DB-Des
Dropbox Engineer
I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:
- the name and version number of the platform and SDK/library you are using, if any
- the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)
- the full text of any error or unexpected output
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,972 PostsLatest Activity: 4 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!