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). |




