Function dropbox_sdk::files::lock_file_batch[][src]

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

Lock the files at the given paths. A locked file will be writable only by the lock holder. A successful response indicates that the file has been locked. Returns a list of the locked file paths and their metadata after this operation.