This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
forked from LangStream/langstream
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New agent source `ms365-onedrive-source` example usage: ``` - type: "ms365-onedrive-source" id: "step1" configuration: ms-client-id: CLIENT_ID ms-client-secret: SECRET ms-tenant-id: TENANT users: "your-principal-email" path-prefix: /MyDocuments state-storage: s3 state-storage-s3-bucket: "test-state-bucket" state-storage-s3-endpoint: "%s" deleted-objects-topic: "deleted-objects" idle-time: 1 ``` to configure the credentials you need to create a registered application (this [guide](https://docs.airbyte.com/integrations/sources/microsoft-sharepoint#step-1-set-up-sharepoint-application) is helpful). notes: 1. Auth is only supported via client secret (no delegated users or client certificates) 2. Shared drives are not supported 3. It gets files from the configured users principals. Since the authentication is done via app credentials, the "current user" drive is not accessible from UI so it makes no sense to use it.
- Loading branch information
1 parent
f367357
commit 5774b49
Showing
15 changed files
with
960 additions
and
840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.