SharePoint – Gotchas
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
driveGroupsAllSharePoint 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
drivesAllSharePoint 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
filesAllSharePoint 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.
filesUploadSharepoint limits file uploads to 4MB. Please use the Upload Sessions API to upload bigger files.