Skip to main content

Overview

Creates a new folder in the drive. The authenticated user becomes the owner of the folder.

Request Body

  • name (required): The name of the folder.
  • parentId (optional): The ID of a parent folder to create this folder inside. Omit to create at the root level.

Response

Returns the newly created folder object with generated ID and timestamps.