Function move_v2

Source
pub fn move_v2<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a RelocationArg,
) -> impl Future<Output = Result<RelocationResult, Error<RelocationError>>> + Send + 'a
Available on crate features async_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.