diff --git a/mint.json b/mint.json index 7dd8714e..d27c3dfb 100644 --- a/mint.json +++ b/mint.json @@ -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", diff --git a/platform/connectors.mdx b/platform/connectors.mdx index 9cba991d..3d2ac9bc 100644 --- a/platform/connectors.mdx +++ b/platform/connectors.mdx @@ -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) diff --git a/platform/sources/dropbox.mdx b/platform/sources/dropbox.mdx new file mode 100644 index 00000000..19b6adc4 --- /dev/null +++ b/platform/sources/dropbox.mdx @@ -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'; + + + +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'; + + \ No newline at end of file diff --git a/platform/sources/overview.mdx b/platform/sources/overview.mdx index 5c91b937..060c89d7 100644 --- a/platform/sources/overview.mdx +++ b/platform/sources/overview.mdx @@ -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) diff --git a/snippets/general-shared-text/dropbox-platform.mdx b/snippets/general-shared-text/dropbox-platform.mdx new file mode 100644 index 00000000..5fc96e99 --- /dev/null +++ b/snippets/general-shared-text/dropbox-platform.mdx @@ -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. \ No newline at end of file