We have suddenly seen an influx of the above error occuring for our customers including our own integrations tests (with no changes in code)
I've been looking at the following post, we use PKCE
https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-access-token/m-p/372484/highlight/true#M20974
- the user can revoke all access tokens for an app by unlinking it on the connected apps page
- App is still listed and linked
- any client with the access token can revoke the access token by calling /2/auth/token/revoke
- we have no refence to this endpoint in our application
- if the app uses the "app folder" permission, the token can be disabled by the user deleting the app folder itself in the Dropbox account, either via the Dropbox website or any client
- Could you claify this, I don't belive we request app folder permissions in our application, this is how it looks when checking in the connected apps page

- the app can be disabled
- App has not been disabled
- the account that owns the app can be disabled
- How can we verify this, I can see the application and its enabled, how do we check who owns the app?

- the connected account can be disabled
- This looks to be enabled as per screen shot above
Any help would be much appreciated.
Thanks