gdcli

Automate Google Drive file management via the gdcli command-line interface.

30|5|Updated Aug 9, 2012
One-click install
npx skills add https://github.com/juanibiapina/dotfiles --skill gdcli-juanibiapina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdcli
Source: https://github.com/juanibiapina/dotfiles/tree/main/dotfiles/agents/.agents/skills/gdcli
Command: npx skills add https://github.com/juanibiapina/dotfiles --skill gdcli-juanibiapina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Drive file management is tedious when done manually; this CLI enables fast, scriptable operations from the terminal.

Core Features & Use Cases

  • List and search files and folders
  • Upload and download files
  • Create folders and share items with others
  • Applicable for personal workflows and team collaboration, batch processing, and quick audits

Quick Start

Run gdcli <email> ls to list files on Google Drive.

Frequently Asked Questions about gdcli

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

FAQPage Schema
How do I manage Google Drive files from the command line?

You can manage Google Drive files from the command line using a CLI interface to list, search, upload, download, create folders, and share items across personal and team drives.

How do I automate Google Drive uploads and downloads in a script?

Automate Google Drive uploads and downloads by executing CLI commands within your scripts, enabling fast, batch processing of file management operations without manual web interface interaction.

Do I need Google Drive API credentials to use a command line file management tool?

Yes, you need Google Drive API credentials and OAuth2 authentication to authorize a command line file management tool to access and modify your personal or team drive files.

Can I list and search files across team drives using a terminal interface?

Yes, you can list and search files across team drives using terminal commands, allowing quick audits and streamlined file discovery for both personal and collaborative workflows.

What is the best way to share Google Drive files automatically?

The best way to share Google Drive files automatically is by using a scriptable CLI interface, which allows you to execute share commands programmatically for batch collaboration tasks.