hello!
When I used this API to perform operation
https://api.dropboxapi.com/2/files/get_file_lock_batch
It show this error
Cannot convert to JSON, detail: Invalid tag: required Tag.SINGLE_USER, but was Tag.UNLOCKED (through reference chain: com.dropbox.core.v2.files.LockFileBatchResult["entries"]->java.util.ArrayList[0]->com.dropbox.core.v2.files.LockFileResultEntry["successValue"]->com.dropbox.core.v2.files.LockFileResult["lock"]->com.dropbox.core.v2.files.FileLock["content"]->com.dropbox.core.v2.files.FileLockContent["singleUserValue"])
how can I resolve this problem
please help me to resolve this problem