Skip to content

Commit 8cf1707

Browse files
authored
Platform: OneDrive destination connector (#342)
1 parent 039808f commit 8cf1707

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@
473473
"platform/destinations/google-cloud",
474474
"platform/destinations/milvus",
475475
"platform/destinations/mongodb",
476+
"platform/destinations/onedrive",
476477
"platform/destinations/pinecone",
477478
"platform/destinations/s3",
478479
"platform/destinations/weaviate"

platform/connectors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ If your source is not listed here, you might still be able to connect Unstructur
3636
- [Google Cloud Storage](/platform/destinations/google-cloud)
3737
- [Milvus](/platform/destinations/milvus)
3838
- [MongoDB](/platform/destinations/mongodb)
39+
- [OneDrive](/platform/destinations/onedrive)
3940
- [Pinecone](/platform/destinations/pinecone)
4041
- [S3](/platform/destinations/s3)
4142
- [Weaviate](/platform/destinations/weaviate)

platform/destinations/onedrive.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: OneDrive
3+
---
4+
5+
Send processed data from Unstructured to OneDrive.
6+
7+
You'll need:
8+
9+
import OneDrivePrerequisites from '/snippets/general-shared-text/onedrive.mdx';
10+
11+
<OneDrivePrerequisites />
12+
13+
To create the destination connector:
14+
15+
1. On the sidebar, click **Connectors**.
16+
2. Click **Destinations**.
17+
3. Click **Add new**.
18+
4. Give the connector some unique **Name**.
19+
5. In the **Provider** area, click **OneDrive**.
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 OneDriveFields from '/snippets/general-shared-text/onedrive-platform.mdx';
25+
26+
<OneDriveFields />

platform/destinations/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To create a destination connector:
2525
- [Google Cloud Storage](/platform/destinations/google-cloud)
2626
- [Milvus](/platform/destinations/milvus)
2727
- [MongoDB](/platform/destinations/mongodb)
28+
- [OneDrive](/platform/destinations/onedrive)
2829
- [Pinecone](/platform/destinations/pinecone)
2930
- [S3](/platform/destinations/s3)
3031
- [Weaviate](/platform/destinations/weaviate)

0 commit comments

Comments
 (0)