Over-broad by default: third-party app permissions on your Dropbox
2014–2026
Many third-party integrations request broad, full-Dropbox access rather than scoped, folder-limited permissions — so a single connected app, if compromised, can expose everything in an account.
What happened
When you connect a third-party app to Dropbox via OAuth, it asks for permission to access your files. Dropbox supports scoped, app-folder-only access, but a great many integrations historically requested full-account access — the ability to read and write everything in your Dropbox — because it is the path of least resistance for developers. Users routinely grant these requests without scrutinizing them.
The consequence is concentration of risk: every app with full access is a copy of your account's reach. If that app is breached, sold, abandoned, or turns malicious, the attacker inherits broad access to your files via a valid OAuth token — no Dropbox password required and no Dropbox breach necessary. The 2024 Dropbox Sign incident, in which OAuth tokens and API keys were among the exposed data, is a concrete illustration of why tokens and scopes matter. Stale connected apps that users forgot they authorized compound the exposure.
Dropbox provides a connected-apps page where users can review and revoke access, and it has expanded scoped-permission options for developers. But the default culture of broad grants, and the difficulty of auditing what each app can really do, leaves a persistent, under-appreciated attack surface.
Impact
OAuth over-permissioning is one of the most overlooked risks in the Dropbox ecosystem: it routes around passwords and 2FA entirely, and it means a user's exposure is only as strong as the least secure app they ever connected. It links the developer-platform and security stories — and it is why periodically auditing and revoking connected apps is essential hygiene.
Sources
- 01Dropbox Developers — OAuth guide and permission scopesOfficial / Dropbox2021
- 02Dropbox Help Center — 'Connected apps and your Dropbox account' (review/revoke access)Official / Dropbox2022