Troubleshooting
Dropbox Not Working? Install MCP the Right Way
If your agent says “Dropbox MCP is required,” that usually means your Dropbox account is fine — but the connector is not installed or authenticated yet.
This is a common confusion point: your agent can’t directly access every SaaS tool by default. For Dropbox, it usually needs an MCP connector with valid auth.
Short version: Creating a Dropbox account is not the same as connecting Dropbox to your agent.
What this error really means
- Your prompt is valid.
- Your Dropbox files may exist and be fine.
- But the agent runtime does not currently have a working Dropbox tool connection.
Fast recovery checklist
- Open your agent integrations/connectors settings.
- Find Dropbox (or MCP server that exposes Dropbox tools).
- Install/enable it.
- Complete OAuth/auth step (don’t skip the final Allow screen).
- Restart your agent session (/new is often enough).
- Run a tiny smoke test before your real task.
Known-good smoke test prompt
Check whether Dropbox tools are available.
If yes, list top-level folders only (no file contents).
If no, tell me exactly which connector/auth step is missing.
Expected result: You get either a folder list or a precise missing-step message. If it still says MCP is missing, the connector likely didn’t save or auth expired.
Top mistakes we keep seeing
- Installed connector in one workspace, testing in a different workspace.
- OAuth opened but final “Allow” permission was never confirmed.
- Using old session context after enabling connector (start fresh with /new).
- Expecting Dropbox write actions when connector only has read scope.
- Prompt asks for browser clicking/upload UI actions the agent cannot do directly.
If Dropbox is connected but actions still fail
- Ask for a read-only action first (list folders) before write/edit operations.
- Use explicit path format in prompts (example:
/Apps/ProjectName/).
- Request exact tool error text from the agent and paste it into support.
Avoid this loop: Don’t keep retrying full complex tasks while connector status is unknown. Confirm tool availability first, then run the bigger workflow.
Support packet (copy/paste)
Dropbox MCP issue:
- Workspace used: [name]
- Connector installed: yes/no
- OAuth completed today: yes/no
- Fresh session started after install: yes/no
- Smoke test result: [paste]
- Exact error text: [paste]