返回 Google Drive
將 Knoon AI 與 Google Drive (Google) 連接以自動化 AI 工作流程。
Copy a Google Drive file to another folder, with optional rename.
googleDriveCopyFile
測試版
權限
可選權限
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| fileId | file | Select the Google Drive file to copy. | 是的 |
| destinationFolderId | file | Select the destination folder. | 是的 |
| newFileName | mustache | Optional. Name for the copied file (e.g. "report-copy.pdf"). | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | COPIED or ERROR. |
| sensitive.fileId | string | Google Drive file ID of the copied file. |
| sensitive.name | string | Copied file name. |
| sensitive.mimeType | string | File MIME type. |
| sensitive.size | string | Size (bytes). |
| sensitive.parents | array | Parent folder IDs for the copied file. |
| 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). |




