Function export

Source
pub fn export<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a ExportArg,
    range_start: Option<u64>,
    range_end: Option<u64>,
) -> impl Future<Output = Result<HttpRequestResult<ExportResult>, Error<ExportError>>> + Send + 'a
Available on crate features async_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.