pub fn restore<'a>(
client: &'a impl UserAuthClient,
arg: &'a RestoreArg,
) -> impl Future<Output = Result<FileMetadata, Error<RestoreError>>> + Send + 'aAvailable on crate features
async_routes and dbx_files only.Expand description
Restore a specific revision of a file to the given path.