I have created an app and each subscriber to this app will have their own Dropbox account. For my account I have an api call that listens for a new file in a specific folder.
When a new subscriber enrolls for my app's services, they will email me the link to a specific Folder in their dropbox account. I store this link into their access parameters file, and create an event listener to listen for a new file in their specific folder.
How would I gain an auth token to allow read/write access to the shared link in their Dropbox account?
Thanks, Scott.