pub fn get_shared_link_file<'a>(
client: &'a impl UserAuthClient,
arg: &'a GetSharedLinkFileArg,
range_start: Option<u64>,
range_end: Option<u64>,
) -> impl Future<Output = Result<HttpRequestResult<SharedLinkMetadata>, Error<GetSharedLinkFileError>>> + Send + 'a
Available on crate features
async_routes
and dbx_sharing
only.Expand description
Download the shared link’s file from a user’s Dropbox.