You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/integrations/sources/microsoft-sharepoint.md
+6
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,11 @@ Format options will not be taken into account. Instead, files will be transferre
267
267
268
268
If enabled, sends subdirectory folder structure along with source file names to the destination. Otherwise, files will be synced by their names only. This option is ignored when file-based replication is not enabled.
269
269
270
+
### Multi-Site Support
271
+
272
+
By providing a url to the site URL field, the connector will be able to access the files in the specific sharepoint site.
273
+
The site url should be in the format `https://<tenan_name>.sharepoint.com/sites/<site>`. If no field is provided, the connector will access the files in the main site.
274
+
270
275
### Supported sync modes
271
276
272
277
The Microsoft SharePoint source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts/#connection-sync-modes):
@@ -300,6 +305,7 @@ The connector is restricted by normal Microsoft Graph [requests limitation](http
0 commit comments