You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

At-2-hi_low_s's avatar
At-2-hi_low_s
Helpful | Level 5
4 years ago

Can't get folders lists for Error 409 "path/locked"

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?

 

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    A failed call with the "path/locked" error from /2/files/list_folder[/continue] means the path can't be listed because it is a locked folder. This can occur if the app is attempting to list a Dropbox Vault, for instance.