返回 Google Drive
将 Knoon AI 与 Google Drive (Google) 连接以自动化 AI 工作流。
Move a Google Drive file to another folder, with optional rename.
googleDriveMoveFile
测试版
权限
可选权限
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| fileId | file | Select the Google Drive file to move. | 是的 |
| destinationFolderId | file | Select the destination folder. | 是的 |
| newFileName | mustache | Optional. Rename the file while moving (e.g. "report-final.pdf"). | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | MOVED or ERROR. |
| sensitive.fileId | string | Google Drive file ID. |
| sensitive.name | string | File name after move. |
| sensitive.mimeType | string | File MIME type. |
| sensitive.size | string | Size (bytes). |
| sensitive.parents | array | Parent folder IDs after move. |
| confidential.webViewLink | string | Link to open the file in Google Drive (if available). |
| confidential.webContentLink | string | Direct download link for the file content (if available). |




