Function dropbox_sdk::files::copy_v2
source · [−]pub fn copy_v2(
client: &impl UserAuthClient,
arg: &RelocationArg
) -> Result<Result<RelocationResult, RelocationError>>
This is supported on crate feature
dbx_files
only.Expand description
Copy a file or folder to a different location in the user’s Dropbox. If the source path is a folder all its contents will be copied.