Google Drive
Interact with Google Drive files you've explicitly selected, created, or shared with the app using the Drive v3 REST API. The skill supports reading, downloading, exporting, renaming, moving, and deleting files through curl and jq, with optional upload support via Google's Workspace CLI. Note that the connector operates under the drive.file scope and cannot browse or search your entire Drive.
Google Drive lets you read, export, upload, rename, move and delete files you've explicitly selected or shared with the app.
AI-generated summary based on this skill's SKILL.md
Install
AceDataCloud/Skills/google-drive · repository language: Python
git clone https://github.com/AceDataCloud/Skills
cp -r Skills ~/.claude/skills/google-drivegenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I connect to Google Drive through this skill?
Google Drive enables you to connect and integrate Google Drive with other applications using the Drive v3 REST API. The skill authenticates with your Google account and operates under the drive.file scope, allowing you to interact with files you've explicitly selected, created, or shared with the app. Authentication is handled securely during the initial setup process.
What can I do with Google Drive file access?
Google Drive supports reading, downloading, exporting, renaming, moving, and deleting files through curl and jq commands. You can access and manage files stored in Google Drive that you've explicitly authorized the skill to work with. The skill cannot browse or search your entire Drive—it only operates on files you've directly selected or shared with the app.
Can I upload files to Google Drive and sync them?
Google Drive supports optional upload functionality via Google's Workspace CLI, enabling you to automate file uploads and synchronization with Google Drive. This allows you to programmatically push files to your Drive and keep them synchronized with other applications or workflows without manual intervention.
What is the Google Drive connector and how does it work?
Google Drive is a connector that provides programmatic access via the Google Drive API (Drive v3 REST API). It allows you to integrate Google Drive with other tools and automate file operations. The connector uses curl and jq for executing commands, operating securely under the drive.file scope to protect your data.
Can Google Drive help me back up and organize documents?
Google Drive supports backing up and organizing documents in cloud storage by allowing you to manage files through automated workflows. You can rename, move, and organize files programmatically, making it easier to maintain a structured backup of your documents in Google's cloud storage infrastructure.
What are the limitations of Google Drive file management?
Google Drive operates under the drive.file scope, which means it cannot browse or search your entire Drive independently. You can only interact with files you've explicitly selected, created, or shared with the app. For broader Drive access or search capabilities, you would need to manually specify which files the skill should work with.