Dropbox
Creating a Connection
-
Connect your Dropbox from the dashboard.
-
Select an API key from the dropdown at the top. All documents created by the connection will be attributed to the selected API key.
-
Select the folder you want to sync. If you choose "My Dropbox" your entire dropbox will be synced.
-
Fill out any metadata you want to associate with the Dropbox data. You can use this to filter the data later. This is in JSON format. You can leave it blank, or you could set it to something like
-
{ "company": "acme" }
-
Select the import mode
-
Click "Create Connection" at the top right.
You will be taken back to the connectors page, and the system will schedule a sync process for you as soon as possible.
What is synced?
Everything in the dropbox folder you selected, including subfolders.
Metadata
Each Dropbox file includes the following metadata
Name | Description | Example |
---|---|---|
folder | The folder name of the file | invoices |
folder_path | The full path of the folder containing this file | /invoices |
file_path_array | An array of each element in the path of the file | ["My Drive", "invoices", "invoice_acme_2024.pdf"] |
file_path | The path of the file in Dropbox | /pictures/cats/snowball.png |
Updated 5 days ago