public static final class DbxException.InvalidAccessToken extends DbxException
One potential cause of the error is a programming error on your end. Make sure
the access token you are passing in to DbxClient
is valid.
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.
DbxException.BadRequest, DbxException.BadResponse, DbxException.BadResponseCode, DbxException.InvalidAccessToken, DbxException.NetworkIO, DbxException.ProtocolError, DbxException.RetryLater, DbxException.ServerError
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
DbxException.InvalidAccessToken(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public DbxException.InvalidAccessToken(String message)
Copyright © 2014. All rights reserved.