Tilbake til Google Drive
Koble til Knoon AI med Google Drive (Google) for å automatisere AI-arbeidsflyter.
Copy a Google Drive file to another folder, with optional rename.
googleDriveCopyFile
BETA
Tillatelser
Valgfrie tillatelser
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| fileId | file | Select the Google Drive file to copy. | Ja |
| destinationFolderId | file | Select the destination folder. | Ja |
| newFileName | mustache | Optional. Name for the copied file (e.g. "report-copy.pdf"). | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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). |




