File tree Expand file tree Collapse file tree 5 files changed +35
-0
lines changed
snippets/general-shared-text Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 474474 " platform/sources/confluence" ,
475475 " platform/sources/couchbase" ,
476476 " platform/sources/databricks-volumes" ,
477+ " platform/sources/dropbox" ,
477478 " platform/sources/google-cloud" ,
478479 " platform/sources/mongodb" ,
479480 " platform/sources/onedrive" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The Unstructured Platform supports connecting to the following source and destin
1515- [ Confluence] ( /platform/sources/confluence )
1616- [ Couchbase] ( /platform/sources/couchbase )
1717- [ Databricks Volumes] ( /platform/sources/databricks-volumes )
18+ - [ Dropbox] ( /platform/sources/dropbox )
1819- [ Google Cloud Storage] ( /platform/sources/google-cloud )
1920- [ MongoDB] ( /platform/sources/mongodb )
2021- [ OneDrive] ( /platform/sources/onedrive )
Original file line number Diff line number Diff line change 1+ ---
2+ title : Dropbox
3+ ---
4+
5+ Ingest your files into Unstructured from Dropbox.
6+
7+ The requirements are as follows.
8+
9+ import DropboxPrerequisites from ' /snippets/general-shared-text/dropbox.mdx' ;
10+
11+ <DropboxPrerequisites />
12+
13+ To create the source connector:
14+
15+ 1 . On the sidebar, click ** Connectors** .
16+ 2 . Click ** Sources** .
17+ 3 . Cick ** New** or ** Create Connector** .
18+ 4 . Give the connector some unique ** Name** .
19+ 5 . In the ** Provider** area, click ** Dropbox** .
20+ 6 . Click ** Continue** .
21+ 7 . Follow the on-screen instructions to fill in the fields as described later on this page.
22+ 8 . Click ** Save and Test** .
23+
24+ import DropboxFields from ' /snippets/general-shared-text/dropbox-platform.mdx' ;
25+
26+ <DropboxFields />
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ To create a source connector:
2222 - [ Confluence] ( /platform/sources/confluence )
2323 - [ Couchbase] ( /platform/sources/couchbase )
2424 - [ Databricks Volumes] ( /platform/sources/databricks-volumes )
25+ - [ Dropbox] ( /platform/sources/dropbox )
2526 - [ Google Cloud Storage] ( /platform/sources/google-cloud )
2627 - [ MongoDB] ( /platform/sources/mongodb )
2728 - [ OneDrive] ( /platform/sources/onedrive )
Original file line number Diff line number Diff line change 1+ Fill in the following fields:
2+
3+ - ** Name** (_ required_ ): A unique name for this connector.
4+ - ** Data URL** (_ required_ ): The URL to the target Dropbox directory, starting with ` dropbox:// ` .
5+ - ** Recursive** (source connector only): Check this box to also process all subfolders and their files within the directory.
6+ - ** Access token** : A Dropbox access token for the target account.
You can’t perform that action at this time.
0 commit comments