AACFlow

Dropbox Connector

Sync text files from Dropbox into your knowledge base

The Dropbox connector synchronizes supported text files from Dropbox into your knowledge base.

Authentication

OAuth — requires scopes:

  • files.metadata.read
  • files.content.read

Configuration

FieldTypeRequiredDescription
Folder PathInputNoSpecific folder to sync (default: entire Dropbox)
Max FilesInputNoLimit the number of synced files

Supported File Types

.txt, .md, .markdown, .html, .htm, .csv, .json, .xml, .yaml, .yml, .log, .rst, .tsv

Size Limit

Maximum 10 MB per file. Larger files are skipped.

How It Works

  1. Folder Listing — Lists files recursively using list_folder with recursive: true
  2. Filtering — Only supported text files under 10 MB are included
  3. Content DeferredlistDocuments returns stubs; content fetched on demand via getDocument
  4. HTML Handling.html and .htm files are converted to plain text

Document Format

Content is the raw file text. HTML files are stripped to plain text.

Metadata Tags

TagTypeDescription
File PathTextFull path in Dropbox
Last ModifiedDateServer/client modification time
File SizeNumberFile size in bytes

Content Hash

dropbox:{file_id}:{content_hash|server_modified} — detects changes without downloading content.

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started