App Logo
drive.google.com

Create Google Drive folder

Create a new folder in Google Drive, optionally inside a given parent folder. Returns the new folder's id and name.

Input

name required

Name for the new folder

parentId optional

Optional: the <id> in drive.google.com/drive/folders/<id> to create the folder inside. Omitted = created at the root of My Drive.

Output

name required
folderId required
parentId optional

The folder the new folder was actually created in, read back from the listing it appeared in. Drive's own id for My Drive is returned when no parentId was given.

Start building not clicking