pub fn move_v2(
client: &impl UserAuthClient,
arg: &RelocationArg,
) -> Result<RelocationResult, Error<RelocationError>>
Available on crate features
sync_routes
and 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.