Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Mark R.43
9 years agoNew member | Level 2
Access token invalid after upgrading to API v2
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 (w...
Greg-DB
Dropbox Community Moderator
9 years agoHi Mark, are your existing access tokens OAuth 1 access tokens, or OAuth 2 access tokens?
OAuth 1 access tokens have two pieces, a key and a secret. OAuth 2 access tokens are just one long string.
API v2 only uses OAuth 2, so if you have OAuth 1 access tokens, you'll need to migrate to OAuth 2 first. You can do so using /oauth2/token_from_oauth1.
If you do have OAuth 2 access tokens already though, those should work between both API v1 and API v2 without issue. In that case, please share a sample request/response of the issue. Just be sure to obscure some of the access token for safety.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!