[−][src]Function dropbox_sdk::files::copy_reference_get
pub fn copy_reference_get(
client: &dyn HttpClient,
arg: &GetCopyReferenceArg
) -> Result<Result<GetCopyReferenceResult, GetCopyReferenceError>>
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()
.