-
Notifications
You must be signed in to change notification settings - Fork 433
Open
Description
Bug Report
After upgrading from v0.9.0 to v0.11.0 via Homebrew, all gog sheets commands fail with:
Google API error (403 accessNotConfigured): Google Sheets API has not been used in project 14433329395 before or it is disabled.
Enable it by visiting https://console.developers.google.com/apis/api/sheets.googleapis.com/overview?project=14433329395 then retry.
Steps to reproduce
brew upgrade gogcli(0.9.0 → 0.11.0)gog auth add email@gmail.com --services all --force-consentgog sheets metadata <spreadsheet_id>
Expected
Sheets commands work (they worked in v0.9.0).
Actual
403 accessNotConfigured error referencing project 14433329395.
Environment
- gog v0.11.0 (91c4c15)
- macOS 15.3 (arm64)
- Other services work fine: Gmail, Calendar, Drive, Contacts, Tasks
Notes
- The error references the GCP project ID embedded in gog-cli's default OAuth client credentials (
14433329395-gfaq04e4ubdub79dtcihdko851teoq6m). - It appears the Google Sheets API may not be enabled in this project, or may have been disabled between v0.9.0 and v0.11.0.
- All other Google APIs (Gmail, Calendar, Drive, etc.) work correctly with the same credentials.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels