Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
danmoore1987
5 years agoNew member | Level 2
Re: Upload zip file via Dropbox Api and curl
Hi Greg-DB,
What modifications are required to upload large files (~50gb) using curl on a CentOS server? My apologies, I am quite the newbie to bash! This is the code:
curl -X POST https://co...
Greg-DB
Dropbox Community Moderator
5 years agoThe /2/files/upload endpoint only supports uploading files up to 150 MB in size. For files larger than that, you'll need to use "upload sessions", which allows you to upload large files by doing so in pieces. Please refer to the /2/files/upload_session/start documentation for information on using that functionality.
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!