I am writing a web app that will allow a user to migrate their Dropbox Datastore data to a new database file that I will store in their Dropbox account using the core API.
The user authenticates using the PHP SDK, but when I attempt to make a Datastore call via JS, the Dropbox client isn't authenticated.
Is there a way I can grant access to both the PHP core SDK and JS Datastore SDK within the same authorization flow? I'd hate for my users to have to authenticate twice (once for each SDK).