I've using the following endpoint to retrieve files and folders:
https://api.dropboxapi.com/2/files/list_folder this returns 2000 entries and then get hasmore = true and the cursor. I then user this for the following endpoint :
https://api.dropboxapi.com/2/files/list_folder/continue
Everytime it returns internal server errror with no error detail. Can you help?
Thanks