Microsoft SharePointΒΆ
The SharePoint backend allows loading data from Microsoft SharePoint. Data is addressed via the file path. Credentials in the form of bearer tokens are required to be part of each client request.
Configuration is as follows:
sharepoint:
# Whether the SharePoint backend is enabled.
enabled: false
# The base URL of the SharePoint site.
baseUrl: https://graph.microsoft.com/v1.0
# The drive ID of the SharePoint site. Used to build the
# BASE_URL/drives/DRIVE_ID/items/root:/FILE_PATH:/content URL.
driveId:
One endpoint is available to configure as URNs for data pool rules:
/sp/file/{filepath...}: Returns the file at the given file path.
Was this page helpful? Please leave a thumbs up or down.