I have a web app that does the following in order:
1. Login user via "login via dropbox" link
2. Get and save latest cursor
3. Call 2/files/list_folder/continue as needed using latest cursor, saving new cursor after api call
Now, no matter what changes are made to the app folder, *ALL* changes are returned when calling 2/files/list_folder/continue, not just latest changes.
Am i doing something wrong or out of sequence?