Raw Pipes
Dropbox
Sync Dropbox files and folders for document search.
Features
✓File content extraction
✓Folder hierarchy
✓Shared folder support
✓Paper document sync
✓Permission mapping
✓Real-time webhooks
Quick Start
import { Metalogue } from '@metalogue/sdk';
const client = new Metalogue({ apiKey: 'mtlg_...' });
// Connect Dropbox
await client.sync('dropbox', {
// Configuration options
});
// Query Dropbox data
const results = await client.query({
question: 'Your question here',
sources: ['dropbox']
});