Package com.dropbox.core
Class InvalidAccessTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.core.DbxException
com.dropbox.core.InvalidAccessTokenException
- All Implemented Interfaces:
Serializable
Gets thrown when the access token you're using to make API calls is invalid.
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAccessTokenException(String requestId, String message, AuthError authError) -
Method Summary
Methods inherited from class com.dropbox.core.DbxException
getRequestIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAccessTokenException
-
-
Method Details
-
getAuthError
-