Function dropbox_sdk::files::copy [−][src]
pub fn copy(
client: &impl UserAuthClient,
arg: &RelocationArg
) -> Result<Result<Metadata, RelocationError>>
👎 Deprecated:
replaced by copy_v2
This is supported on crate feature
dbx_files
only.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.