cli

drive (v3)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws drive <resource> <method> [flags]

Helper Commands

Command Description
+upload Upload a file with automatic metadata

API Resources

about

accessproposals

approvals

apps

changes

channels

comments

drives

files

operations

permissions

replies

revisions

teamdrives

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws drive --help

# Inspect a method's required params, types, and defaults
gws schema drive.<resource>.<method>

Use gws schema output to build your --params and --json flags.