public class InvalidAccessTokenException extends DbxException
A more typical situation is that your access token was valid, but the user has since "unlinked" your application via the Dropbox website (http://www.dropbox.com/account#applications). When a user unlinks your application, your access tokens for that user become invalid. You can re-run the authorization process to obtain a new access token.
Constructor and Description |
---|
InvalidAccessTokenException(java.lang.String requestId,
java.lang.String message,
AuthError authError) |
Modifier and Type | Method and Description |
---|---|
AuthError |
getAuthError() |
getRequestId