You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
mojtabamarashee
7 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?
- 7 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 Staff
The 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.
You'll need to upload the full contents of the new version of the file instead.
md22
8 months agoExplorer | Level 3
I'm looking for this opportunity too. I need to add batches of jpeg frames to a video. And I should be able to watch video any time. If recording frames separately there will be many files.
- md228 months agoExplorer | Level 3
I think it might be upload_session. You just need the file to be available immediately throughout the upload. A 12 hour session is enough for me. One day would be optimal. File within 50 mb. Rarely up to 200 MB.
- Greg-DB8 months agoDropbox Staff
The 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.
- md228 months 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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!