Google Drive

gd_create_drive

Create a new shared drive (requires Google Workspace account). The authenticated user becomes the organizer.

Remote node2flow/google-drive

Other tools also called gd_create_drive? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name for the shared drive"
    },
    "theme_id": {
      "type": "string",
      "description": "Theme ID for the shared drive background (from gd_about driveThemes)"
    }
  }
}