Function move_batch

Source
pub fn move_batch(
    client: &impl UserAuthClient,
    arg: &RelocationBatchArg,
) -> Result<RelocationBatchLaunch, Error<NoError>>
👎Deprecated: replaced by move_batch_v2
Available on crate features sync_routes and dbx_files only.
Expand description

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.