File locking endpoints (/files/*_file_lock_batch), useful to coordinate
editing on shared files.
Each entry is a map with the file "path".
Summary
Functions
Return the lock metadata for the given list of paths.
Lock the files at the given paths.
Unlock the files at the given paths.
Functions
Return the lock metadata for the given list of paths.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-get_file_lock_batch
Lock the files at the given paths.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-lock_file_batch
Unlock the files at the given paths.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-unlock_file_batch