Назад к Microsoft OneDrive
Подключите Knoon AI к Microsoft OneDrive (Microsoft), чтобы автоматизировать AI рабочие процессы.
Create a new folder in OneDrive or SharePoint, optionally inside a specific parent folder.
microsoftOneDriveCreateFolder
Бета
Разрешения
Опциональные разрешения
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| parentFolderId | file | Optional. Select the parent OneDrive or SharePoint folder. If not set, the folder is created in root. | Нет |
| folderName | mustache | Name of the folder to create (e.g. "Invoices 2026"). | Да |
| conflictBehavior | string | How to handle name conflicts when a folder with the same name already exists. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.folderId | string | DriveItem ID of the created folder. |
| sensitive.name | string | Name of the created folder. |
| sensitive.parentReference | object | Parent reference metadata. |
| sensitive.createdTime | string | Folder creation time. |
| sensitive.modifiedTime | string | Last modified time. |
| confidential.webUrl | string | Web URL to open the folder. |



