google-drive
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"