google-drive

Installation
SKILL.md

Google Drive

Cloud file storage and sharing.

Environment

export GOOGLE_ACCESS_TOKEN="ya29.xxxxxxxxxx"

List Files

curl "https://www.googleapis.com/drive/v3/files?pageSize=20" \
  -H "Authorization: Bearer $GOOGLE_ACCESS_TOKEN"

Search Files

Installs
Repository
smithery/ai
First Seen
google-drive — smithery/ai