Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
LuGas
6 years agoNew member | Level 2
Download entire folder from Dropbox using Vb. NET
Hi guys! I'm trying to write code to create a program that will download and upload files and folders from/to Dropbox automatically. When I need to download a single file there's no problem using X...
erich_e
1 year agoNew member | Level 2
Silly question (RE: Option 2 "Use the DownloadZipAsync method to download the entire folder..."). To where does DownloadZipAsync(...) download the zip file??
The DownloadFileAsync() method accepts an argument containing the download target folder, but I see no such option in for the argument to DownloadZipAsync(...).
Greg-DB
Dropbox Community Moderator
1 year agoerich_e As Здравко said, you can get the requested data (either individual file or zip of a folder) using the returned stream (or string, or byte array). Specifically, check out the documentation for DownloadZipAsync and for the IDownloadResponse Interface in particular for the three methods of accessing the data. There's also an example of using one of them here.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!