Function unlock_file_batch

Source
pub fn unlock_file_batch<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a UnlockFileBatchArg,
) -> impl Future<Output = Result<LockFileBatchResult, Error<LockFileError>>> + Send + 'a
Available on crate features async_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.