Connecting to SharePoint Online
TODO
Connecting to SharePoint Online SOAP
Set the URI to a document library containing CSV files. To authenticate, set User and Password and StorageBaseURL.
For example:
Note that this connection method may not work if the StorageBaseURL ends with "-my.sharepoint.com". You should use the onedrive:// scheme when connecting to these sites because they do not support the components that of SharePoint that the provider needs to download files.
TODO
Connecting to SharePoint Online REST
Set the URI to a document library containing CSV files. StorageBaseURL is optional. If not provided, the driver will work with the root drive. To authenticate, use the OAuth authentication standard.
For example:
Note that this connection method may not work if the StorageBaseURL ends with "-my.sharepoint.com". You should use the onedrive:// scheme when connecting to these sites because they do not support the components that of SharePoint that the provider needs to download files.