Hi,
I understand that there was some service disruption about 10 hours ago. However, I believe this has been resolved now.
When I generate an access token using the dropbox java sdk on my Android app, it is generating an access token fine. However, when I use this access token to authorise my account and run something like dbxClientV2.getUsers().getCurrentAccount(), it always returns an error:
{"error_summary": "invalid_access_token/..", "error": {".tag": "invalid_access_token"}}
I have tried to generate several tokens and they all return the same error.
Also, when I logon as a developer and go to "My Apps" it is returning me a 500 error. Does this mean that there are some API issues?
Any help would be appreciated.