Hello,
My application has been using the Dropbox API v1 for a while now, and I'm in the process of updating it to support Dropbox API v2.
The issue I'm having is that existing v1 access tokens (which my app stores) are no longer working when communicating with the v2 API. Attempts to use a v1 access token yield a "access token is malformed" response.
The problem goes away if the user re-authorizes, of course. But I'd like to make the upgrade process as seamless as possible for users, so is there an option to silently upgrade their stored API v1 access tokens?
I'm using the .NET Dropbox SDK.
Regards,
Mark R.