Quay lại Google Drive
Kết nối Knoon AI với Google Drive (Google) để tự động hóa các quy trình làm việc AI.
Copy a Google Drive file to another folder, with optional rename.
googleDriveCopyFile
BẢN THỬ NGHIỆM
Quyền hạn
Quyền hạn tùy chọn
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| fileId | file | Select the Google Drive file to copy. | Có |
| destinationFolderId | file | Select the destination folder. | Có |
| newFileName | mustache | Optional. Name for the copied file (e.g. "report-copy.pdf"). | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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). |




