Hello,
We have been using the Dropbox api in our application for a couple years now and it has always worked flawlesly.
Since about last week, the list_folder endpoint is no longer returning all the files and folders in a any given sub folder.
For example, list_folder is only returning 4 entries with has_more set to false, but there are actually 78 files and folders in the directory specified.
This has always worked before, nothing changed on our side.
We have not migrated to the short-lived access tokens yet. However, I don't think this is the issue because the API calls do work, just not as intended.
Thank you