Function dropbox_sdk::files::move_v2
source · [−]pub fn move_v2(
client: &impl UserAuthClient,
arg: &RelocationArg
) -> Result<Result<RelocationResult, RelocationError>>
This is supported on crate feature
dbx_files
only.Expand description
Move 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 moved. Note that we do not currently support case-only renaming.