gws-drive-upload

Upload local files to Google Drive with inferred metadata.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-drive-upload-vikingokft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-drive-upload
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/gws-drive-upload
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-drive-upload-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates uploading a local file to Google Drive with automatically inferred metadata, reducing manual steps and ensuring consistent file organization.

Core Features & Use Cases

  • Upload a local file to Google Drive with automatic metadata tagging.
  • Optional placement in a parent folder and optional rename on upload.
  • Works within the gws framework to handle authentication and permission checks for safe operation.

Quick Start

Run the gws drive +upload <file> to upload a file with optional --parent and --name flags.

Frequently Asked Questions about gws-drive-upload

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

FAQPage Schema
How do I upload a local file to Google Drive with automatic metadata?

To upload a file to Google Drive with automatic metadata, run the gws drive upload command. The system automatically infers metadata and detects MIME types, reducing manual steps and ensuring consistent file organization during the upload process.

Can I specify a parent folder and rename a file when uploading to Google Drive?

Yes, you can specify a parent folder and rename a file during the Google Drive upload. Use the optional --parent and --name flags with the gws drive upload command to override default placement and filename.

Do I need the gws framework to handle authentication for Google Drive uploads?

Yes, Google Drive uploads rely on the gws framework to handle authentication and permission checks. It integrates with gws-drive and gws-shared to manage access and enforce security rules during the file upload process.

How does automatic metadata inference work for command-line file uploads?

Automatic metadata inference for command-line file uploads works by detecting MIME types and inferring file attributes automatically. The gws-drive and gws-shared modules handle this detection to ensure consistent file organization without manual tagging.

What is the best way to automate file management and uploads to Google Drive?

The best way to automate file management and uploads to Google Drive is using the gws drive upload command. It automates local file transfers, infers metadata, detects MIME types, and enforces security rules within the gws framework.