gws-drive — All manage files, folders, and shared drives commands
1---2name: gws-drive-upload3description: drive +upload4---5# drive +upload67> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, stop and repair the declarative skill deployment.89Upload a file with automatic metadata1011## Usage1213```bash14gws drive +upload <file>15```1617## Flags1819| Flag | Required | Default | Description |20|------|----------|---------|-------------|21| `<file>` | ✓ | — | Path to file to upload |22| `--parent` | — | — | Parent folder ID |23| `--name` | — | — | Target filename (defaults to source filename) |2425## Examples2627```bash28gws drive +upload ./report.pdf29gws drive +upload ./report.pdf --parent FOLDER_ID30gws drive +upload ./data.csv --name 'Sales Data.csv'31```3233## Tips3435- MIME type is detected automatically.36- Filename is inferred from the local path unless --name is given.3738> [!CAUTION]39> This is a **write** command — confirm with the user before executing.4041## See Also4243- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth44- [gws-drive](../gws-drive/SKILL.md) — All manage files, folders, and shared drives commands
Run npx skillmds@latest add wimpysworld/gws-drive-upload in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
drive +upload It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
wimpysworld (@wimpysworld) published this skill. Their other Agent Skills are listed on their SkillMD profile.