unlock_file_batch

Function unlock_file_batch 

Source
pub fn unlock_file_batch(
    client: &impl UserAuthClient,
    arg: &UnlockFileBatchArg,
) -> Result<LockFileBatchResult, Error<LockFileError>>
Available on crate feature 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.