I am using the java sdk example and I noticed that when revoking the token via https://www.dropbox.com/account#security the example is stuck with an error.
This is because it continues to use the old access token.
Because of that I added code to clear the token on error.
So that a new login is offered.
The new login, provides a NEW access token and the app shows
again in account#security BUT the new token does not work.
All requests end with the error:
{"error_summary": "invalid_access_token/.", "error": {".tag": "invalid_access_token"}}