Your workflow is unique 👨‍💻 -  tell us how you use Dropbox here.

Forum Discussion

flaunter's avatar
flaunter
New member | Level 2
8 years ago

V2 API Problem with tokens

I'm getting  error_summary": "invalid_access_token" , all the time , even after getting a fresh new token.

 

I followed these steps:

 

- oauth2/authorize : get the code

- oauth2/token : get the token using the code

- call any method i.e.

 

curl -X POST https://api.dropboxapi.com/2/users/get_current_account --header "Authorization: Bearer R80pqXt4IfAAAAAAAAAFQB-1CY4ADo-4NURztVJ6t3WgwPCKrM"

 

I appreciate any help.

 

 

 

1 Reply

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    8 years ago
    It looks like you may be accidentally truncating the access token. Dropbox OAuth 2 access tokens are generally 64 characters long, but the one you posted is only 43 characters.

About Dropbox API Support and Feedback

Node avatar for 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!