Last Updated: Mar 15, 2021
Use this function to create a new folder inside a parent folder.
Create Folder (folder_name, parent_folder_id, private_key, client_email)
| Input Parameter Name | Description | 
|---|---|
| folder_name | Name of the folder to be created | 
| parent_folder_id | Parent folder ID in which the subfolder has to be created | 
| private_key | Private key of the service account | 
| client_email | Email ID of the service account | 
| Return Value | Description | 
|---|---|
| Output | 
  | 
Create Folder (Invoices, ABC123, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Drive functions, click here.