pub fn copy_reference_save<'a>(
client: &'a impl UserAuthClient,
arg: &'a SaveCopyReferenceArg,
) -> impl Future<Output = Result<SaveCopyReferenceResult, Error<SaveCopyReferenceError>>> + Send + 'aAvailable on crate features
async_routes and dbx_files only.Expand description
Save a copy reference returned by copy_reference_get() to
the user’s Dropbox.