返回 Google Drive

将 Knoon AI 与 Google Drive (Google) 连接以自动化 AI 工作流。

Watch matching files inside a Google Drive folder and return deterministic change groups. Limitation: only the first 1000 sorted matches are compared on each poll. Recursive mode is limited to depth 5 and up to 100 child folders per folder.
googleDriveFilesSearchInFolderWatch
测试版
内部
权限
  • https://www.googleapis.com/auth/drive
可选权限
没有可显示的项目。
参数
名称类型描述必填
parentFolderIdstring Google Drive folder ID to search within.是的
recursiveboolean When true, recursively search matching files and folders in all nested subfolders.没有
querystring Google Drive file search query using Drive API search terms and operators. Do not include parents filtering; use parentFolderId and recursive instead.是的
回报
名称类型描述
addedarray New matching files detected in the watched folder.
trashedarray Matching files removed from the watched folder or newly marked as trashed.
modifiedarray Existing matching files whose change-signaling fields changed.