Class AuthError.InvalidAccessToken
The access token is invalid. This can happen if the access token has been revoked by Dropbox or the user. To fix this, you should re-authenticate the user. Note: Access tokens that are not returned exactly as provisioned will return this error. Be sure not to truncate or otherwise malform access tokens provided by Dropbox.
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public sealed class AuthError.InvalidAccessToken : AuthError
Fields
View SourceInstance
A singleton instance of InvalidAccessToken
Declaration
public static readonly AuthError.InvalidAccessToken Instance
Field Value
| Type | Description |
|---|---|
| AuthError.InvalidAccessToken |