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.

 

 

 

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff
    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 & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 16 hours ago
351 Following

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 or Facebook.

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!