[−][src]Function dropbox_sdk::files::move_batch
pub fn move_batch(
client: &dyn HttpClient,
arg: &RelocationBatchArg
) -> Result<Result<RelocationBatchLaunch, ()>>
Move 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 moving job in background. Please use
move_batch_check()
to check the job status.