Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
rstokes
7 years agoNew member | Level 2
How sensitive are the app key and app secret?
It's all in the title really, what can someone achieve with my app key and app secret? The api needs to be authenticated against a user to access data. What are possible bad outcomes of a compromised app secret and key?
Thanks!
1 Reply
Replies have been turned off for this discussion
- Greg-DB7 years ago
Dropbox Community Moderator
The app key and secret identify your app, and are used during the OAuth app authorization flow. They do not themselves offer access to any user data.
A leaked app key/secret pair would allow someone to:
- impersonate your app (e.g., initiate the OAuth app authorization flow for your app). The potential here is limited though because they would not be able to register their own redirect URIs for your app.
- send bogus but correctly signed webhook notifications (since Dropbox signs real webhooks notificaitons using the app secret).A leaked app key/secret pair itself would not allow someone to access user data however, as that requires an actual access token.
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!