返回 Google Drive

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

Create a new folder in Google Drive, optionally inside a specific parent folder.
googleDriveCreateFolder
测试版
权限
  • https://www.googleapis.com/auth/drive.file
可选权限
  • https://www.googleapis.com/auth/drive
参数
名称类型描述必填
parentFolderIdfile Optional. Select the parent Google Drive folder. If not set, the folder will be created in root.没有
folderNamemustache Name of the folder to create (e.g. "Invoices 2026").是的
回报
名称类型描述
statusstring CREATED or ERROR.
sensitive.folderIdstring Google Drive folder ID.
sensitive.namestring Name of the created folder.
sensitive.mimeTypestring MIME type of the created folder.
sensitive.parentsarray (string)Parent folder IDs.
sensitive.createdTimestring Folder creation time.
sensitive.modifiedTimestring Last modified time.
confidential.webViewLinkstring Web link to open the folder in Google Drive.