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?