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.

FAQ

Create a new folder in Google Drive, optionally inside a given parent folder. Returns the new folder's id and name.
Required: name. Optional: parentId.
It returns name, folderId, parentId.
Yes. It acts as you on drive.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the drive.google.com cookies saved by the Reduck extension.
It makes changes on drive.google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/drive.google.com/create_folder, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/drive.google.com/create_folder
It is part of Reduck's official curated catalogue.

Start building not clicking