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

alldrivesAll

OneDrive does not include a total record count in default list responses. meta.total_count will not appear.

Files3 gotchas

allfilesAll

OneDrive does not expose a total record count in list responses. meta.total_count will not appear.

uploadfilesUpload

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

searchfilesSearch

If you want to search for files by name and extension send query as {filename AND extension} like {apideck AND .png}.