Back to Microsoft OneDrive

Connect Knoon AI with Microsoft OneDrive (Microsoft) to automate AI workflows.

Watch items inside a OneDrive or SharePoint folder and return deterministic change groups. Limitation: only the first 1000 sorted items are compared on each poll. Recursive mode is limited to depth 5 and up to 100 child folders per folder.
microsoftOneDriveFolderWatch
BETA
Permissions
  • Files.ReadWrite
Optional permissions
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
Parameters
NameTypeDescriptionRequired
parentFolderIdfile OneDrive or SharePoint folder whose items should be watched. Recursive mode also watches nested subfolders.Yes
recursiveboolean When true, recursively watch items in all nested subfolders.No
includeTrashedboolean Include deleted items when supported by Microsoft Graph.No
Returns
NameTypeDescription
addedarray New items detected in the watched folder.
trashedarray Items removed from the watched folder or newly marked as deleted.
modifiedarray Existing items whose change-signaling fields changed.