Function dropbox_sdk::files::export [−][src]
pub fn export(
client: &impl UserAuthClient,
arg: &ExportArg,
range_start: Option<u64>,
range_end: Option<u64>
) -> Result<Result<HttpRequestResult<ExportResult>, ExportError>>
This is supported on crate feature
dbx_files
only.Export a file from a user's Dropbox. This route only supports exporting files that cannot be
downloaded directly and whose ExportResult::file_metadata
has
ExportInfo::export_as
populated.