[][src]Function dropbox_sdk::files::copy_batch

pub fn copy_batch(
    client: &impl UserAuthClient,
    arg: &RelocationBatchArg
) -> Result<Result<RelocationBatchLaunch, NoError>>
This is supported on crate feature dbx_files only.

Copy multiple files or folders to different locations at once in the user's Dropbox. This route will return job ID immediately and do the async copy job in background. Please use copy_batch_check() to check the job status.