Function dropbox_sdk::files::copy
source · [−]pub fn copy(
client: &impl UserAuthClient,
arg: &RelocationArg
) -> Result<Result<Metadata, RelocationError>>👎 Deprecated:
replaced by copy_v2
Available 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.