Skip to content

Sheets API not enabled in GCP project 14433329395 (v0.11.0) #415

@scarlettdetekelala

Description

@scarlettdetekelala

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

  1. brew upgrade gogcli (0.9.0 → 0.11.0)
  2. gog auth add email@gmail.com --services all --force-consent
  3. gog 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions