Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
mojtabamarashee
8 years agoExplorer | Level 4
How to append to existing file
Hi Using api v2 Is it possible to append to end of an existing file?
- 8 years agoThe Dropbox API doesn't offer a call to append data to an existing file, but I'll be sure to pass this along as a feature request.
You'll need to upload the full contents of the new version of the file instead.
Greg-DB
Dropbox Community Moderator
2 years agoThe Dropbox API still does not offer the ability to make a new version of a file by just appending data to an existing file.
The Dropbox API upload session functionality does offer the ability to upload files by sending multiple requests, each with just a portion of the total data, but that still requires the app to upload all of the data of each new version of the file. And while each upload session can be kept open and used for up to 7 days, it's not possible to access the data that has been uploaded to the upload session until the upload session is closed/finished.
md22
2 years agoExplorer | Level 3
You wrote about to access the data ... but how about access to a copy of the data? Can you copy current data to a file in user folder. This will be a file with a special status. As temporary. This can be done not often. 1 time per minute if the data has changed for example.
- Greg-DB2 years ago
Dropbox Community Moderator
md22 No, the Dropbox API does not offer a way to make a copy of the pending upload session data like that.
- md222 years agoExplorer | Level 3
Who make Dropbox API? 🤔
- Greg-DB2 years ago
Dropbox Community Moderator
md22 The Dropbox API is made by the company Dropbox. The Dropbox API does not currently have the functionality requested here, but I've sent this along to the relevant team in the company as a feature request. I can't promise if/when that functionality would be implemented and released, but I'll follow up here if/when I have any news on that.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!