Hi, I'm tryingt to list the contents of the root folder. It was returning fine for a while and now it's suddenly stopped return anything? I had one file in there, and I added a couple more to test but it's still returning empty.
Would appreciate any help. Request and response below.
Request
curl -X POST https://api.dropboxapi.com/2/files/list_folder \
--header "Authorization: Bearer <my-oauth-token>" \
--header "Content-Type: application/json" \
--data "{\"path\": \"\",\"recursive\": true,\"include_media_info\": false,\"include_deleted\": false,\"include_has_explicit_shared_members\": false,\"include_mounted_folders\": true}"
Response
{"entries": [], "cursor": "<cursor>", "has_more": false}