Back to Google Drive
Connect Knoon AI with Google Drive (Google) to automate AI workflows.
Create a new folder in Google Drive, optionally inside a specific parent folder.
googleDriveCreateFolder
BETA
Permissions
Optional permissions
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| parentFolderId | file | Optional. Select the parent Google Drive folder. If not set, the folder will be created in root. | No |
| folderName | mustache | Name of the folder to create (e.g. "Invoices 2026"). | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| 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. |




