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: 

Is it possible to download folder/upload folder using Dropbox.Api in .net

Is it possible to download folder/upload folder using Dropbox.Api in .net

DropSD
Explorer | Level 4

I want to know if it is possible to download/uplaod folders using Dropbox Api in C#

Also is there any filter that we can specify while downlaoding/uploading folders.

2 Replies 2

Greg-DB
Dropbox Staff

The API doesn't offer the ability to upload/download entire folders at once, so you'll need to loop through the files you want to upload/download and call for them individually (applying whatever filtering logic you want client-side). We'll consider this a feature request though.

Greg-DB
Dropbox Staff
The Dropbox API now offers the ability to download folders as zips. In the .NET SDK, that's available as:

https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_Downloa...
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?