Function copy

Source
pub fn copy<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a RelocationArg,
) -> impl Future<Output = Result<Metadata, Error<RelocationError>>> + Send + 'a
👎Deprecated: replaced by copy_v2
Available on crate features async_routes and 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.