I am developing application that sends files, lists folders to Dropbox via API.
When getting folders list by API as follows:
"https://api.dropboxapi.com/2/files/list_folder" or
"https://api.dropboxapi.com/2/files/list_folder/continue" ,
I get error response as follows:
HTTP 409(Conflict)
{""error_summary"": ""path/locked/..."", ""error"": {"".tag"": ""path"", ""path"": {"".tag"": ""locked""}}} .
What this response means?
Folders or files has something wrong on Dropbox?