Πίσω στο Google Drive
Σύνδεση Knoon AI με Google Drive (Google) για αυτοματοποίηση ροών εργασίας AI.
Create a new folder in Google Drive, optionally inside a specific parent folder.
googleDriveCreateFolder
ΒΕΤΑ
Άδειες
Προαιρετικές άδειες
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| parentFolderId | file | Optional. Select the parent Google Drive folder. If not set, the folder will be created in root. | Όχι |
| folderName | mustache | Name of the folder to create (e.g. "Invoices 2026"). | Ναι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.folderId | string | Google Drive folder ID. |
| sensitive.name | string | Name of the created folder. |
| sensitive.mimeType | string | MIME type of the created folder. |
| sensitive.parents | array (string) | Parent folder IDs. |
| sensitive.createdTime | string | Folder creation time. |
| sensitive.modifiedTime | string | Last modified time. |
| confidential.webViewLink | string | Web link to open the folder in Google Drive. |




