Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
"platform/sources/azure-blob-storage",
"platform/sources/confluence",
"platform/sources/databricks-volumes",
"platform/sources/dropbox",
"platform/sources/google-cloud",
"platform/sources/mongodb",
"platform/sources/onedrive",
Expand Down
1 change: 1 addition & 0 deletions platform/connectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The Unstructured Platform supports connecting to the following source and destin
- [Azure](/platform/sources/azure-blob-storage)
- [Confluence](/platform/sources/confluence)
- [Databricks Volumes](/platform/sources/databricks-volumes)
- [Dropbox](/platform/sources/dropbox)
- [Google Cloud Storage](/platform/sources/google-cloud)
- [MongoDB](/platform/sources/mongodb)
- [OneDrive](/platform/sources/onedrive)
Expand Down
26 changes: 26 additions & 0 deletions platform/sources/dropbox.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Dropbox
---

Ingest your files into Unstructured from Dropbox.

The requirements are as follows.

import DropboxPrerequisites from '/snippets/general-shared-text/dropbox.mdx';

<DropboxPrerequisites />

To create the source connector:

1. On the sidebar, click **Connectors**.
2. Click **Sources**.
3. Cick **New** or **Create Connector**.
4. Give the connector some unique **Name**.
5. In the **Provider** area, click **Dropbox**.
6. Click **Continue**.
7. Follow the on-screen instructions to fill in the fields as described later on this page.
8. Click **Save and Test**.

import DropboxFields from '/snippets/general-shared-text/dropbox-platform.mdx';

<DropboxFields />
1 change: 1 addition & 0 deletions platform/sources/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ To create a source connector:
- [Azure](/platform/sources/azure-blob-storage)
- [Confluence](/platform/sources/confluence)
- [Databricks Volumes](/platform/sources/databricks-volumes)
- [Dropbox](/platform/sources/dropbox)
- [Google Cloud Storage](/platform/sources/google-cloud)
- [MongoDB](/platform/sources/mongodb)
- [OneDrive](/platform/sources/onedrive)
Expand Down
6 changes: 6 additions & 0 deletions snippets/general-shared-text/dropbox-platform.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fill in the following fields:

- **Name** (_required_): A unique name for this connector.
- **Data URL** (_required_): The URL to the target Dropbox directory, starting with `dropbox://`.
- **Recursive** (source connector only): Check this box to also process all subfolders and their files within the directory.
- **Access token** : A Dropbox access token for the target account.