pub fn copy_reference_get(
client: &impl UserAuthClient,
arg: &GetCopyReferenceArg,
) -> Result<GetCopyReferenceResult, Error<GetCopyReferenceError>>
Available on crate features
sync_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()
.