Function dropbox_sdk::files::export
source · [−]pub fn export(
client: &impl UserAuthClient,
arg: &ExportArg,
range_start: Option<u64>,
range_end: Option<u64>
) -> Result<Result<HttpRequestResult<ExportResult>, ExportError>>Available on crate features
dbx_files and unstable only.Expand description
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.
Stability
PREVIEW: This function may change or disappear without notice.