Function dropbox_sdk::files::download_zip
source · [−]pub fn download_zip(
client: &impl UserAuthClient,
arg: &DownloadZipArg,
range_start: Option<u64>,
range_end: Option<u64>
) -> Result<Result<HttpRequestResult<DownloadZipResult>, DownloadZipError>>
This is supported on crate feature
dbx_files
only.Expand description
Download a folder from the user’s Dropbox, as a zip file. The folder must be less than 20 GB in size and any single file within must be less than 4 GB in size. The resulting zip must have fewer than 10,000 total file and folder entries, including the top level folder. The input cannot be a single file.