Πίσω στο 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). |




