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

HerikLima's avatar
HerikLima
New member | Level 2
6 years ago

list_folder {".tag": "not_found"}

Hello.

I'm following this example:

https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder

curl -X POST https://api.dropboxapi.com/2/files/list_folder \
--header "Authorization: Bearer " \
--header "Content-Type: application/json" \
--data "{\"path\": \"/Aplicativos/APEOESP\",\"recursive\": true,\"include_media_info\": false,\"include_deleted\": false,\"include_has_explicit_shared_members\": false,\"include_mounted_folders\": true,\"include_non_downloadable_files\": true}"

 

And I'm getting this error: {"error_summary": "path/not_found/.", "error": {".tag": "path", "path": {".tag": "not_found"}}}

 

Can somebody help me?

  • The error summary is telling you that it couldn't find the path that was passed in as a parameter.

    I recommend tinkering with the API Explorer tool on the the file/list_folder endpoint until you find the correct path to use in your code. Good luck!

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,910 PostsLatest Activity: 3 days ago
333 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!