Loading...
Loading...
Compare original and translation side by side
curl -sSL https://canifi.com/skills/google-drive/install.sh | bashcp -r skills/google-drive ~/.canifi/skills/curl -sSL https://canifi.com/skills/google-drive/install.sh | bashcp -r skills/google-drive ~/.canifi/skills/undefinedundefinedundefinedundefinedcanifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Find my resume document"
Claude: Searches Drive for "resume", returns results:
"Found 3 files: Resume_2024.docx (modified yesterday),
Resume_old.pdf (3 months ago)..."用户:"找到我的简历文档"
Claude:在Drive中搜索“resume”,返回结果:
"找到3个文件:Resume_2024.docx(昨天修改),
Resume_old.pdf(3个月前)..."User: "Create a folder for Q4 reports and move all Q4 files there"
Claude: Creates "Q4 Reports" folder, searches for Q4-related files,
moves them to new folder. Reports: "Created folder, moved 12 files"用户:"创建一个Q4报告文件夹,并将所有Q4文件移动到那里"
Claude:创建“Q4 Reports”文件夹,搜索所有与Q4相关的文件,
将它们移动到新文件夹。回复:"已创建文件夹,移动了12个文件"User: "Share the project proposal with john@example.com as editor"
Claude: Locates file, opens sharing dialog, adds john@example.com with edit
permissions. Confirms: "Shared with john@example.com (Editor access)"用户:"将项目提案以编辑权限共享给john@example.com"
Claude:定位文件,打开共享对话框,添加john@example.com并赋予编辑
权限。确认:"已与john@example.com共享(编辑权限)"User: "How much Drive storage am I using?"
Claude: Opens storage view, reads usage. Reports:
"Using 8.2 GB of 15 GB (54%). Largest files: video.mp4 (2.1GB)..."用户:"我正在使用多少Drive存储?"
Claude:打开存储视图,读取使用情况。回复:
"已使用8.2 GB,共15 GB(54%)。最大文件:video.mp4(2.1GB)..."// New button
'[aria-label="New"]'
// Search box
'input[aria-label="Search in Drive"]'
// File list
'.Q5txwe' // File rows
// File name
'.KL4NAf'
// Folder navigation
'.a-fc-Uc' // Breadcrumb
// Context menu
'[role="menu"]'
// Share button
'[aria-label="Share"]'
// Download button
'[aria-label="Download"]'
// Move to button
'[aria-label="Move to"]'
// Trash button
'[aria-label="Move to trash"]'
// Storage indicator
'.a-Ja-we'
// Upload file
'[aria-label="File upload"]'
// Create folder
'[aria-label="Folder"]'// 新建按钮
'[aria-label="New"]'
// 搜索框
'input[aria-label="Search in Drive"]'
// 文件列表
'.Q5txwe' // 文件行
// 文件名
'.KL4NAf'
// 文件夹导航
'.a-fc-Uc' // 面包屑
// 上下文菜单
'[role="menu"]'
// 共享按钮
'[aria-label="Share"]'
// 下载按钮
'[aria-label="Download"]'
// 移动到按钮
'[aria-label="Move to"]'
// 回收站按钮
'[aria-label="Move to trash"]'
// 存储指示器
'.a-Ja-we'
// 上传文件
'[aria-label="File upload"]'
// 创建文件夹
'[aria-label="Folder"]'