create_drive_folder
Create a new folder in Google Drive, optionally inside a shared drive, using a parent folder ID. Returns confirmation with folder name, ID, and link.
Instructions
Creates a new folder in Google Drive, supporting creation within shared drives.
Args: user_google_email (str): The user's Google email address. Required. folder_name (str): The name for the new folder. parent_folder_id (str): The ID of the parent folder. Defaults to 'root'. For shared drives, use a folder ID within that shared drive.
Returns: str: Confirmation message with folder name, ID, and link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_name | Yes | ||
| parent_folder_id | No | root | |
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |