cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Folder Download

Folder Download

gangnamBoy
Explorer | Level 3

Hello,

 

is it possible to download an entire dropboxfolder throug API V2

as a zip folder like the dropbox.com homepage would do it?

 

cheers

7 Replies 7

Greg-DB
Dropbox Staff
No, unfortunately the Dropbox API doesn't offer the ability to download folders as zips, but I'll be sure to pass this along as feedback.

gangnamBoy
Explorer | Level 3

Hi, 

 

thank you for your replie!

Can you tell me an efficient way to download the folder as a zip data?

 

thanks in advance

Greg-DB
Dropbox Staff
Since the API doesn't offer a way to download the folder as a zip like this, you'll need to iterate through each desired file in the folder and download each one normally.

gangnamBoy
Explorer | Level 3

Ok, so I have to download first all files of the folder at once 

and then zip them to one file?

cheers

Greg-DB
Dropbox Staff
Yes, you'll need to download all of the files and then zip them as necessary.

Note that shouldn't try to download all files simultaneously though, as that could trigger rate limiting or exhaust your network connection, depending on how many files there are. You should decide on some maximum number of files to download simultaneously.

gangnamBoy
Explorer | Level 3

Ok, thx for the reply

Greg-DB
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.
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    gangnamBoy Explorer | Level 3
What do Dropbox user levels mean?