get

Function get 

Source
pub fn get<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a GetFileRequestArgs,
) -> impl Future<Output = Result<FileRequest, Error<GetFileRequestError>>> + Send + 'a
Available on crate features async_routes and dbx_file_requests only.
Expand description

Returns the specified file request.