Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
gavin w.3
10 years agoNew member | Level 1
How can I grow Journal files in Dropbox via API
Hi, has anyone got a simple way to use API on cloud/mobile that allows me to throw strings at a dropbox file and append them. As if I was updating journal files with date/time action/status
Great ...
Greg-DB
Dropbox Community Moderator
10 years agoThe Dropbox API unfortunately doesn't offer an API call for appending data to existing files. We'll consider this a feature request though.
That being the case, you'll need to download the file, add your data, and upload the whole new version of the file. If you want to do that, I recommend checking out the tutorial for whichever SDK/library you're using, if any.
If you're not using an SDK or library, you can call the HTTP endpoints directly:
https://www.dropbox.com/developers/documentation/http/documentation#files-download
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
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!