I can't seem to return files from the /list_folder/continue API v2.
I am using a development app with auto generated access token to do the following:
1. Call /list_folder/get_latest_cursor - which returns a cursor
2. Call /list_folder/continue - with the cursor just retrieved from the previous call.
The { entries: [] } property is always empty. Can't get any files back from it, no matter which cursor I'm using, even with recent modifications to files in the app directory.
Even if I use the cursor returned by /list_folder, it still returns empty.
Any ideas?