gws-drive
Installation
Summary
Complete Google Drive API access for file, folder, and shared drive management.
- Covers 15+ resource types including files, folders, shared drives, permissions, comments, revisions, and access proposals with 50+ methods total
- Supports file operations: create, copy, download, export, upload (via helper skill), search with query parameters, and label management
- Enables sharing workflows: create/update/delete permissions, manage access proposals, and control shared drive visibility
- Includes change tracking via
changes.listandchanges.watch, plus comment and reply threads for collaborative workflows - Requires
gwsCLI and authentication setup fromgws-sharedskill; usegws schemato inspect method parameters before building requests
SKILL.md
drive (v3)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws drive <resource> <method> [flags]
Helper Commands
| Command | Description |
|---|---|
+upload |
Upload a file with automatic metadata |
API Resources
about
get— Gets information about the user, the user's Drive, and system capabilities. For more information, see Return user info. Required: Thefieldsparameter must be set. To return the exact fields you need, see Return specific fields.
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.6Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8Kgws-sheets-read
Google Sheets: Read values from a spreadsheet.
21.6K