Claude Cowork file access issue with Google Drive streaming mode and the fix

The problem with Google Drive streaming and Claude Cowork
Users setting up cloud-first storage workflows with Google Drive as their primary file system on macOS may encounter issues when enabling Claude Cowork's file system access. When pointing Cowork at Google Drive folders where files are streamed (not stored locally), files fail to open or Cowork cannot see them.
The root cause: Google Drive for Desktop's streaming mode shows files in Finder as placeholders, but the actual bytes don't exist on disk until opened. Claude Cowork requires real files on disk to function properly.
The solution
Here's the specific fix from the source:
- Keep streaming as your global default in Google Drive for Desktop
- Right-click specific folders you want Cowork to access in Finder and choose "Make available offline" (this mirrors them locally)
- Grant Cowork access only to those mirrored folders
- Use standard file formats (.md, .docx, .txt, .xlsx) rather than native Google Docs (which appear as .gdoc browser shortcuts in Finder)
Important distinction
There's a key difference between Claude's tools: Claude chat's Google Drive connector works directly with native Google Docs and Sheets, while Cowork's file system access is a completely different mechanism that only sees real files on disk.
The original poster mentions having written a full breakdown with a comparison table and recommended setup pattern on their developer blog, though they don't share the link directly due to subreddit rules.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Agent Sends Memes via Discord Using Tenor GIFs — Full Protocol
A Claude code agent setup adds context‑aware emoji reactions, one‑sentence status messages, and validated Tenor GIF URLs to every Discord transport message, with explicit web search and fetch steps to avoid dead links.

Claude users report faster sessions by requesting markdown instead of Word documents
A Claude user discovered that asking for markdown instead of Word documents significantly reduces response time and token usage. The AI natively outputs markdown, while generating .docx files requires spinning up a Python environment and running conversion scripts.

Claude's /btw Command Enables Parallel Communication During Tasks
Claude AI now supports a /btw command that lets users communicate with the AI while it's actively working on a task, allowing questions, additional instructions, or clarifications without interrupting the current workflow.

How to Disable Claude Code's 1M Context Window to Reduce Token Usage
Anthropic users can disable the 1M context window in Claude Code by adding environment variables to settings.json, which may reduce unexpected token consumption. The source provides two configuration options: completely disabling 1M context or capping the auto-compact window.