cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

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

At-2-hi_low_s
Helpful | Level 5
Go to solution

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?

 

1 Accepted Solution

Accepted Solutions

At-2-hi_low_s
Helpful | Level 5
Go to solution

Thanks for your reply.

View solution in original post

4 Replies 4

Greg-DB
Dropbox Staff
Go to solution

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. 

At-2-hi_low_s
Helpful | Level 5
Go to solution

Thanks for your reply.

rodri042
Explorer | Level 4
Go to solution

Is there any way to unlock the vault via API?

Greg-DB
Dropbox Staff
Go to solution

@rodri042 No, the Dropbox API does not offer a way to do so.

Need more support?