Skip to main content
Connect Dropbox to Airweave to make your files searchable by AI agents.

What Gets Synced

The Dropbox connector syncs:
  • Account - Account-level metadata
  • Folders - Folder structure and sharing info
  • Files - All files with metadata and content

Authentication

This connector uses OAuth 2.0 with custom credentials.

Setup

1

Create Dropbox App

  1. Go to Dropbox App Console
  2. Create a new app with “Full Dropbox” access
2

Configure OAuth

  1. Under Settings, add redirect URI:
    • Production: https://api.airweave.ai/source-connections/callback
    • Local: http://localhost:8001/source-connections/callback
  2. Under Permissions, enable:
    • account_info.read
    • files.metadata.read
    • files.content.read
3

Add Dropbox Connection

In Airweave, enter your App key and App secret, then authorize access.

Supported Entities

Dropbox Files

Files with full metadata. Key fields:
  • File name and path
  • Modified timestamps
  • Content hash
  • Sharing information

Implementation Details

View Source Code

Explore the Dropbox connector implementation on GitHub