One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
arduinoiotgct
7 years agoNew member | Level 2
DROPBOX_ACCESS_TOKEN_SECRET not found in OAuth 2
I am trying to upload a pic to dropbox.
It asks for the DROPBOX_ACCESS_TOKEN and DROPBOX_ACCESS_TOKEN_SECRET.
I have found the DROPBOX_ACCESS_TOKEN in https://temboo.com/library/Library/Dropbox/OAuth/FinalizeOAuth/
But where do I find the DROPBOX_ACCESS_TOKEN_SECRET? (It is not mentioned on the web page)
I tried this too
println(finalizeOAuthResults.getAccessTokenSecret());
But it does not display any token.
How should I find DROPBOX_ACCESS_TOKEN and DROPBOX_ACCESS_TOKEN_SECRET??
- Greg-DB
Dropbox Staff
It looks like you're using a third party library. I'm afraid I can't offer support for that, as it's not made by Dropbox.
As far as Dropbox itself is concerned, there is no "access token secret" for OAuth 2 access tokens. Dropbox API v2 only supports OAuth 2, and Dropbox API OAuth 2 access tokens only consist of one piece, a single long string, and not distinct key and secret pieces.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 2 days ago
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!