Learn how to make the most out of the Dropbox Community here 💙.
Forum Discussion
jjsk
8 years agoHelpful | Level 5
Folder download
Per https://www.dropbox.com/help/desktop-web/download-entire-folders I can download any folder through the dropbox web interface. How can I do this via the API?
I'm guessing the web client ...
jjsk
8 years agoHelpful | Level 5
This is nice thanks. I was also trying to decipher the download call through web client but it got a bit hairy. The zip file comes from
https://dl-web.dropbox.com/zip_batch?_subject_uid=<dropbox id>
but I could not figure out in developers tools panel what all the POST parameters were.
Greg-DB
Dropbox Staff
8 years agoThe zip_batch endpoint isn't part of the public API, so I can't offer information on it or recommend trying to use it, as it is subject to change without warning.
- Greg-DB7 years ago
Dropbox Staff
The Dropbox API now offers the ability to download folders as zips:
https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip
If you're using an official SDK, there will also be a corresponding method for this endpoint.- jjsk7 years agoHelpful | Level 5
Hi Greg
This is good news. thanks for the update to the API.
- jjsk7 years agoHelpful | Level 5
I just tried this API call and it worked great.
the only hiccup is an error when trying to d/l the root folder
"Dropbox-API-Arg": path: The root folder is unsupported
some files are saved in the application's root folder and the method seems to fail to get them zipped up
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,965 PostsLatest Activity: 7 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!