Fix: Permission Denied / File Access Error
Error Message:
"Permission denied" "Cannot read file at path /Users/..." "Access to the requested resource is forbidden"
The Cause
Claude Cowork runs in a sandboxed environment on macOS. By default, it does not have access to your entire file system. It only has access to:
- The folder you explicitly granted it access to during setup.
- Specific sub-directories within that folder.
If you try to make it read a file outside these bounds (e.g., in /Downloads when it only has access to /Documents), this error occurs.
The Fix
Method 1: Move the File (Recommended)
The simplest fix is to move the file you want Claude to work on into the folder Claude already has access to.
- Locate your Cowork Workspace Folder (usually
~/Documents/Cowork). - Drag the file into this folder.
- Ask Claude to try again.
Method 2: Grant New Permissions (macOS Settings)
If you need Claude to access a new directory permanently:
- Open System Settings -> Privacy & Security.
- Find Files and Folders.
- Find Claude in the list.
- Click the
+button to add a new folder (e.g., your whole~/Projectsdirectory). - Restart Claude for changes to take effect.
Method 3: Check Read-Only Files
Sometimes the file itself is locked or read-only.
- Right-click the file -> Get Info.
- Under Sharing & Permissions, ensure your user account has Read & Write access.
Share this article