Create Folders
Use this API to create folders in the drive
| Path Parameters |
|---|
driveId string — REQUIRED |
| Request Body — REQUIRED | ||
|---|---|---|
parentId stringThe id of the parent folder where you want to create the new folders. If you want to create the folders in the root directory, send null. | ||
folders object[]List of folders to be created in the specified drive.
|
| Responses | ||
|---|---|---|
200Returns the newly created folders
|