SharePoint – Gotchas

Service ID: sharepoint

SharePoint is business collaboration software that helps simplify content management, search, business intelligence. It also has a strong component around sharing for intranet and internet sites.

⚠️

4 gotchas across 3 resources

These are connector-specific behaviors and limitations to be aware of when integrating.

Drive Groups1 gotcha

alldriveGroupsAll

SharePoint does not include a total record count in default list responses. meta.total_count will not appear. Surfacing the total requires adding $count=true to the OData query — not currently implemented.

Drives1 gotcha

alldrivesAll

SharePoint does not include a total record count in default list responses. meta.total_count will not appear. Surfacing the total requires adding $count=true to the OData query — not currently implemented.

Files2 gotchas

allfilesAll

SharePoint does not include a total record count in default list responses. meta.total_count will not appear. Surfacing the total requires adding $count=true to the OData query — not currently implemented.

uploadfilesUpload

Sharepoint limits file uploads to 4MB. Please use the Upload Sessions API to upload bigger files.