We're making some changes to the Dropbox Community 👩💻 - Find out more here.
Forum Discussion
lmckin51
17 hours agoNew member | Level 2
API App on PHPBB dropbox upload extention
HI I created an app on Dropbox api to used the PHPBB Dropbox extention and after i set it up on my phpbb broad it shows dropbox fail to upload and give this in the error log Dropbox r...
DB-Des
Dropbox Community Moderator
2 hours agoHi lmckin51
The "invalid access token" error means that the token your app is sending to Dropbox to authenticate requests is not valid. In practice, this usually happens when:
- The user revoked the app's access.
- The token has been expired or replaced (for example, after using refresh tokens).
- The app is accidentally sending a wrong or malformed token (e.g., truncated, copied incorrectly, or from a different environment).
To resolve this, the user typically needs to reconnect/re-authorize your app so that you obtain a fresh, valid access token, and then make sure your integration is using that new token for all API calls.
That said, if you are still experiencing issues, we can certainly look into this further for you. Please share more details, such as:
- The API app name
- The steps to reproduce the issue
- Relevant code snippet(s), but don't include any access or refresh token(s)
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!