← Reddit

Claude couldn't access my Google Sheets via Google Drive connector — reconnecting fixed it

Reddit · FitAlternative3903 · June 8, 2026
A user experienced an issue where Claude could not access Google Sheets through the Google Drive connector, despite Google Docs working properly with the same connector. Disconnecting and reconnecting the Google Drive connector resolved the access problem.

Detailed Analysis

A Claude user reported a selective connectivity failure within the Google Drive integration, specifically finding that Google Sheets files were inaccessible through the connector while Google Docs files remained fully functional under the same configuration. The issue resolved entirely after the user disconnected and reconnected the Google Drive connector, suggesting a transient authentication or session state problem rather than a fundamental incompatibility between Claude and the Sheets file format.

The asymmetric nature of the failure — Docs working while Sheets did not — points to a nuanced technical distinction in how Claude's integrations handle different Google Workspace file types. Google Sheets and Google Docs, while both housed within Google Drive, are distinct MIME types accessed through different API endpoints. It is plausible that an OAuth token scope, a cached permission state, or a file-type-specific API call had entered a degraded state, causing one service to fail while the other continued operating normally. The reconnection process likely forced a fresh token exchange that cleared the inconsistency.

From a user experience standpoint, this class of issue highlights a broader challenge in AI assistant integrations with third-party productivity platforms. Connector-based architectures, where Claude accesses external services through intermediary integration layers, introduce additional failure points compared to direct API access. When these connectors silently fail for only a subset of file types, users face a confusing diagnostic experience — the system appears to work, because Docs access succeeds, yet it also fails in a non-obvious way for Sheets.

This report connects to a wider pattern of growing pains as AI assistants like Claude expand their real-time integrations with external tools and data sources. As of mid-2026, Anthropic has been pushing Claude's capabilities deeper into productivity workflows, with Google Drive connectivity representing a key pillar of enterprise and power-user adoption. Reliability and transparency in connector behavior become increasingly critical as users depend on these integrations for substantive work. Intermittent, file-type-specific failures — even ones easily resolved by reconnecting — erode trust in the integration layer and suggest that more robust session management and user-facing diagnostics could meaningfully improve the experience.

Read original article →