cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Musicians, convert your MuseScore files to PDF to play music on the go! Learn more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Refresh token not working

Refresh token not working

CTO1
Explorer | Level 3

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 1

Greg-DB
Dropbox Staff

This appears to be a duplicate of this other thread. I'll close this one and follow up there.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?