pub fn get_file_lock_batch(
client: &impl UserAuthClient,
arg: &LockFileBatchArg,
) -> Result<LockFileBatchResult, Error<LockFileError>>
Available on crate features
sync_routes
and dbx_files
only.Expand description
Return the lock metadata for the given list of paths.