OneDrive – Gotchas
Service ID: onedrive
Get 5 GB of free OneDrive cloud storage! Save your files and photos to OneDrive and access them from any device, anywhere.
⚠️
4 gotchas across 2 resources
These are connector-specific behaviors and limitations to be aware of when integrating.
Drives1 gotcha
all
drivesAllOneDrive does not include a total record count in default list responses. meta.total_count will not appear.
Files3 gotchas
all
filesAllOneDrive does not expose a total record count in list responses. meta.total_count will not appear.
upload
filesUploadOneDrive limits file uploads to 4MB. Please use the Upload Sessions API to upload bigger files.
search
filesSearchIf you want to search for files by name and extension send query as {filename AND extension} like {apideck AND .png}.