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