Function dropbox_sdk::files::copy_batch_check [−][src]
pub fn copy_batch_check(
client: &impl UserAuthClient,
arg: &PollArg
) -> Result<Result<RelocationBatchJobStatus, PollError>>
👎 Deprecated:
replaced by copy_batch_check_v2
This is supported on crate feature
dbx_files
only.Returns the status of an asynchronous job for copy_batch()
. If success, it
returns list of results for each entry.