pub fn do_move<'a>(
client: &'a impl UserAuthClient,
arg: &'a RelocationArg,
) -> impl Future<Output = Result<Metadata, Error<RelocationError>>> + Send + 'a👎Deprecated: replaced by move_v2
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.