Function dropbox_sdk::files::unlock_file_batch[][src]

pub fn unlock_file_batch(
    client: &impl UserAuthClient,
    arg: &UnlockFileBatchArg
) -> Result<Result<LockFileBatchResult, LockFileError>>
This is supported on crate feature dbx_files only.

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.