Function export

Source
pub fn export(
    client: &impl UserAuthClient,
    arg: &ExportArg,
    range_start: Option<u64>,
    range_end: Option<u64>,
) -> Result<HttpRequestResult<ExportResult>, Error<ExportError>>
Available on crate features sync_routes and 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.