We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
CTO1
3 years agoExplorer | Level 3
Refresh token not working
Currently I am trying to migrate our application to the new refresh token system
I am getting my Refresh token and my ExpiresAt values, and saving that data on the database,
if the ExpiresAt value has already pass I am creating my object this way:
dbx = new DropboxClient(settings.RefreshToken, appKey, appSecret);
and using that new object for my resquest, but in my view I am still getting the message:
Failed to access a remote cloud service
StatusCode: Unauthorized
Request result: {"error_summary": "expired_access_token/.", "error": {".tag": "expired_access_token"}}
where in c# I have to sent my refresh token value so it can keep the token alive when I need it?
1 Reply
Replies have been turned off for this discussion
- Greg-DB3 years ago
Dropbox Community Moderator
This appears to be a duplicate of this other thread. I'll close this one and follow up there.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 9 months ago
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 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!