📁 文件管理 Reddit

用 Cowork 整理 3700 个 Google Drive 文件:4 小时踩坑实录

真实用户记录:跨 446 个文件夹整理 3700 个 Google Drive 文件。AI 规划能力完美,但 OS 层集成踩了一堆坑(iCloud 占位符、权限、注册表、OneDrive 路径冲突)

★★★ 高级 2-4 hours 2026年4月12日
B
bigcowdanny @u/bigcowdanny

Reddit user in r/ClaudeAI sharing hands-on Cowork experience

来源
📋

使用场景

用户有一个堆积多年的 Google Drive:3700 个文件散落在 446 个文件夹中,混杂工作、个人理财、职业资料等多类内容。希望 Cowork 自动审计、分类并重新组织整个目录结构。

💬

提示词

Audit every file in my Google Drive mirror folder. Build a proposed folder taxonomy based on content type (work, personal finance, career, etc.). Generate PowerShell scripts to execute the reorganization, logging every move. Show me the plan before running.

预期结果

**AI 部分(完美):** - 审计了全部 3700 个文件,构建完整目录结构提案 - 编写 PowerShell 脚本执行整理,每步都有日志 - 准确识别文件上下文(工作/理财/职业)并正确分类 **OS 集成(踩坑):** - Google Drive 流式文件在 Cowork 眼里是 0 字节占位符 → 必须先「离线可用」+ robocopy 到本地 - Windows 用户配置冲突导致写入失败 → 改文件夹 Owner - 脚本被写入虚拟层而非真实文件系统 → 加上编码错误 + 路径混淆(OneDrive vs 本地 Desktop) - 企业 SharePoint 挂载无法通过设置断开 → 改注册表 **结论:** 未来 Cowork 能直接写 Google Drive 挂载 + 处理 Windows 权限上下文后,这会是杀手级功能。

📝

原帖内容

· 2026-04-12

Wanted to share my experience using Cowork for a real task — reorganizing 3,700 files across 446 folders in Google Drive. TL;DR: The AI part was flawless. The infrastructure between the AI and your actual filesystem is still rough. What went wrong: - Cowork can't access Google Drive files directly — it only sees your local filesystem. Drive files in streaming mode are empty stubs. Had to set everything to "Available offline" and robocopy to a real local folder first. - Writes failed because the copy ran under a different Windows user profile. Had to dig into Security → Advanced → change folder Owner. - Cowork wrote the reorganization script to a virtual layer, not my actual filesystem. Then encoding errors corrupted it. Then it saved to the wrong Desktop (OneDrive vs local). - Had to edit the Windows registry to remove a corporate SharePoint mount that wouldn't disconnect through normal settings. What worked well: Cowork audited every file, built a complete folder structure proposal, wrote PowerShell scripts to execute the reorganization, and logged every move. The planning and scripting was genuinely impressive — it understood my file context (work docs, personal finance, career files) and categorized accurately.