pub fn copy_reference_get<'a>(
client: &'a impl UserAuthClient,
arg: &'a GetCopyReferenceArg,
) -> impl Future<Output = Result<GetCopyReferenceResult, Error<GetCopyReferenceError>>> + Send + 'a
Available on crate features
async_routes
and dbx_files
only.Expand description
Get a copy reference to a file or folder. This reference string can be used to save that file or
folder to another user’s Dropbox by passing it to
copy_reference_save()
.