pub fn unlock_file_batch(
client: &impl UserAuthClient,
arg: &UnlockFileBatchArg,
) -> Result<LockFileBatchResult, Error<LockFileError>>
Available on crate features
sync_routes
and dbx_files
only.Expand description
Unlock the files at the given paths. A locked file can only be unlocked by the lock holder or, if a business account, a team admin. A successful response indicates that the file has been unlocked. Returns a list of the unlocked file paths and their metadata after this operation.