Hi,
Please help as I am sort of stuck...
I am developing a dropbox app to load files in to our system that have been dropped into an application folder by some user.
So when configuring this the user, through our frontend, connects to dropbox and accepts the app, I then store the account id and i do a call to list and store the cursor.
Within the app i use the webhook to detect changes in the application folder.
When the hook is triggered I post a message on a queue with the user accounts that have had files changed.
Then a backend process works through the messages on the queue and uses ( for each account) the list/continue with the previous cursor. So i connect to dropbox with the application ID and secret...
And this is where i am stuck:: how do I specify for what account the list/continue and the cursor is meant, i cannot seem to specify this on the call.