Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.
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
5 years agoDropbox Staff
The /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 & Feedback
Find help with the Dropbox API from other developers.5,922 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!