We Want to Hear From You! What Do You Want to See on the Community? Tell us here!

Forum Discussion

HerikLima's avatar
HerikLima
New member | Level 2
7 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?

1 Reply

  • 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.6,037 PostsLatest Activity: 47 minutes ago
412 Following

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

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!