Hey all,
We've a lot of existing users connected via our Dropbox app and the Dropbox v1 API.
Unfortunately we were not storing their Dropbox email address on our side, so a lot of customers won't remember what account was used to connect the Dropbox app initially.
This is only an issue if the V1->V2 token conversion doesn't work but I did run into one such example today as I'm scanning our V1 connections and pulling their email via https://www.dropbox.com/developers-v1/core/docs#account-info
I got this message back: The user's account has been suspended by their organization's administrator
So retrieval of the email address failed.
Is there any way around this? If I have a existing token & secret for the V1 api is there anyway to retrieve the DB account email it was last tied to?
Thanks!