Connect Dropbox to V7 Go

🚧

Preview

This feature is new and evolving. Details on this page may change as we
improve it.

V7 Go connects to Dropbox through Dropbox's MCP server, so the agent can
search, read, and manage files from chats, playbooks, and workflows.

Dropbox Dynamic Client Registration is limited to Dropbox's trusted
clients. Go is not on that list, so you create a Dropbox app and paste its
App key and App secret into the connect card.

The short version

  1. In Go, open Integrations → MCP Connectors → Dropbox — or ask the
    agent in chat to use Dropbox. A connect card appears.
  2. Create a Dropbox app at Dropbox developers.
    Choose Scoped access and Full Dropbox.
  3. Add the callback URI from the card as an OAuth 2 redirect URI.
  4. Enable files.content.read and files.metadata.read. Add write
    scopes if you need write access, then save.
  5. Copy the App key as Client ID and the App secret as Client
    Secret into the card. Never paste them into chat.
  6. Press Connect and complete Dropbox's authorization popup.

Troubleshooting

  • Redirect URI mismatch. The URI on the Dropbox app must match the
    callback URI on the card.
  • Connected, but tools cannot write. You enabled only read scopes.
    Add write scopes on the Dropbox app, then disconnect and reconnect in
    Go. Widening scopes without reconnecting leaves the stored token on the
    old grant.

For messages Go shows on the connect card, see
MCP connector errors.

FAQ

Is the connection shared? Connections follow the sharing policy on the
connector page.

What can the agent do? Search and read files, and write if you granted
write scopes. Ask "what Dropbox tools do you have?" for the live list.


Did this page help you?