gws-drive

Automate Google Drive file, folder, and shared drive management via CLI.

3|Updated Jul 13, 2020
One-click install
npx skills add https://github.com/nieomylnieja/dotfiles --skill gws-drive-nieomylnieja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-drive
Source: https://github.com/nieomylnieja/dotfiles/tree/main/config/agents/skills/gws-drive
Command: npx skills add https://github.com/nieomylnieja/dotfiles --skill gws-drive-nieomylnieja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Drive: Manage files, folders, and shared drives.

Core Features & Use Cases

  • Centralized management of Drive resources across teams via a CLI.
  • Create, list, update, and delete files, folders, and shared drives programmatically.
  • Use Case: Automate routine Drive administration in admin scripts or CI pipelines.

Quick Start

List the contents of a Google Drive folder or drive using gws-drive.

Frequently Asked Questions about gws-drive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Drive file management across shared drives?

You can automate Google Drive file management by using a CLI to create, list, update, and delete files, folders, and shared drives programmatically. This allows centralized management of Drive resources across teams and organizations.

What is required to manage Google Drive resources via the command line?

Managing Google Drive resources via the command line requires completing a Google Drive API authentication flow integrated with the gws-skills framework. Once authenticated, you can execute predefined resource-method mappings for Drive administration.

Can I use Google Drive automation scripts in CI pipelines?

Yes, you can integrate Google Drive automation into CI pipelines. The CLI supports programmatic administration of files, folders, and shared drives, making it suitable for routine Drive administration tasks within automated workflows.

Does Google Drive API management support shared drives for team workflows?

Yes, Google Drive API management supports shared drives for team workflows. You can programmatically create, list, update, and delete shared drives to administer resources across teams and organizations via CLI operations.

What's the best way to list contents of a Google Drive folder programmatically?

The best way to list Google Drive folder contents programmatically is by executing a list operation through the CLI. This leverages predefined resource-method mappings to quickly retrieve files and folders within a specified Drive location.