 | FilesUserRoutesDownloadZipAsync Method (String) |
Download a folder from the user's Dropbox, as a zip file. The folder must be
less than 20 GB in size and have fewer than 10,000 total files. The input cannot be
a single file. Any single file must be less than 4GB in size.
Namespace:
Dropbox.Api.Files.Routes
Assembly:
Dropbox.Api (in Dropbox.Api.dll) Version: 5.0
Syntaxpublic Task<IDownloadResponse<DownloadZipResult>> DownloadZipAsync(
string path
)
Public Function DownloadZipAsync (
path As String
) As Task(Of IDownloadResponse(Of DownloadZipResult))
public:
Task<IDownloadResponse<DownloadZipResult^>^>^ DownloadZipAsync(
String^ path
)
member DownloadZipAsync :
path : string -> Task<IDownloadResponse<DownloadZipResult>>
Parameters
- path
- Type: SystemString
The path of the folder to download.
Return Value
Type:
TaskIDownloadResponseDownloadZipResultThe task that represents the asynchronous send operation. The TResult
parameter contains the response from the server.
Exceptions
See Also