Function dropbox_sdk::files::copy_reference_get
source · pub fn copy_reference_get(
client: &impl UserAuthClient,
arg: &GetCopyReferenceArg
) -> Result<Result<GetCopyReferenceResult, GetCopyReferenceError>>
Available on crate feature
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()
.