Description
Claude Code is attempting to access files outside the workspace directory, triggering unwanted Dropbox downloads for online-only files.
Evidence
User received Dropbox sync dialogs showing Claude Code downloading george.wav (a podcast audio file) that:
- Is NOT in the workspace directory
- Is NOT referenced anywhere in the codebase (verified via grep)
- Has no relation to the project (E2E testing for a web app)
[Screenshot provided by user showing Dropbox downloading 3 files including george.wav]
Investigation Results
- Workspace:
- Searched entire workspace: Zero .wav files found
- Grepped for
george.wav: No matches
- File appears to be from user's podcast directory elsewhere in Dropbox
Impact
- Privacy: Claude Code is scanning personal files outside workspace
- Performance: Triggers unnecessary Dropbox downloads for large media files
- User Experience: Confusing dialogs about unrelated files
Expected Behavior
Claude Code should only index/access files within the explicitly defined workspace directory.
Environment
- Platform: Windows (win32)
- Workspace:(Next.js/TypeScript project)
- Dropbox Smart Sync enabled
- File in question: Audio file in separate podcast directory
Reproduction
- Have a workspace in a Dropbox-synced folder
- Have other Dropbox files set to "online-only" outside the workspace
- Open workspace in Claude Code
- Claude Code attempts to access files outside workspace, triggering Dropbox downloads
Description
Claude Code is attempting to access files outside the workspace directory, triggering unwanted Dropbox downloads for online-only files.
Evidence
User received Dropbox sync dialogs showing Claude Code downloading
george.wav(a podcast audio file) that:[Screenshot provided by user showing Dropbox downloading 3 files including george.wav]
Investigation Results
george.wav: No matchesImpact
Expected Behavior
Claude Code should only index/access files within the explicitly defined workspace directory.
Environment
Reproduction