We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Omri1984
3 years agoExplorer | Level 4
Dropbox.Api.AuthException: expired_access_token/
Hi my company is using the sdk of dropbox.
an up until now alll was good suddenlty the automatically refresh token stop working and we are getting this error
Dropbox.Api.AuthException: expired_access_token/
at Dropbox.Api.DropboxRequestHandler.<RequestJsonString>d__2f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Dropbox.Api.DropboxRequestHandler.<RequestJsonStringWithRetry>d__1a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Dropbox.Api.DropboxRequestHandler.<Dropbox.Api.Stone.ITransport.SendRpcRequestAsync>d__5`3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
is something Changed, we are using an offline token for years and this happened during the process.
Please Help 🙂
- Greg-DBDropbox Staff
I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:
- the name and version number of the platform and SDK you are using
- the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token value(s) themselves
- ЗдравкоLegendary | Level 20
Omri1984 wrote:...
an up until now alll was good suddenlty the automatically refresh token stop working and we are getting this error
Dropbox.Api.AuthException: expired_access_token/
...
Are you sure you are using refresh token at all? 🤔 The error states access token issues, not refresh token!
- Omri1984Explorer | Level 4
we are using dropbox 4.7 .net sdk
- ЗдравкоLegendary | Level 20
Omri1984 wrote:we are using dropbox 4.7 .net sdk
Version 4.7 does not support refresh tokens! Update it (your application too).
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 4 days agoIf 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!