Microsoft OneDrive に戻る
Microsoft OneDrive (Microsoft) と Knoon AI を接続して 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. |



