pub fn restore(
client: &impl UserAuthClient,
arg: &RestoreArg,
) -> Result<FileMetadata, Error<RestoreError>>
Available on crate features
sync_routes
and dbx_files
only.Expand description
Restore a specific revision of a file to the given path.