Skip to main content

Create Folders

Use this API to create folders in the drive

Path Parameters
driveId string REQUIRED
Request Body REQUIRED
parentId string

The 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.

name string

Name of the folder

description string

Description of the folder

Responses
200

Returns the newly created folders

Schema OPTIONAL
object