I run this and get empty response, despite having created a /Homework/math
curl -X POST https://api.dropboxapi.com/2/files/list_folder \
--header "Authorization: Basic <token>" \
--header "Content-Type: application/json" \
--data "{\"include_deleted\":false,\"include_has_explicit_shared_members\":false,\"include_media_info\":false,\"include_mounted_folders\":true,\"include_non_downloadable_files\":true,\"path\":\"/Homework/math\",\"recursive\":false}"
And I get the response
{"error_summary": "path/unsupported_content_type/.", "error": {".tag": "path", "path": {".tag": "unsupported_content_type"}}}%
All I am trying to do is get a list of files? I don't want to preview it, just a list??
Under /Homework/math under this application called "ArduinoCloud" I stored two images and a text file, nothing more.