Files
nexus/wiki/concepts/API-Enablement.md
2026-04-18 12:03:16 +08:00

588 B
Raw Blame History

title, type, tags, sources
title type tags sources
API Enablement concept
google
api
cloud

Definition

API EnablementAPI 启用)是 Google Cloud Console 中的操作,允许项目启用特定的 API 服务以进行编程访问。

Context

  • gog CLI 调用 Google API 需要两层配置OAuth 身份认证 + API 启用
  • 常见错误 "403 accessNotConfigured" 表示对应 API 未在项目中启用
  • 启用 API 后需要 30 秒~2 分钟生效,且需要重新授权以获取新权限

Connections