Auto-sync: 2026-04-18 12:03

This commit is contained in:
2026-04-18 12:03:11 +08:00
parent 1a82750f1c
commit 7d361490b2
85 changed files with 2857 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
---
title: "API Enablement"
type: concept
tags: [google, api, cloud]
sources: []
---
## Definition
API EnablementAPI 启用)是 Google Cloud Console 中的操作,允许项目启用特定的 API 服务以进行编程访问。
## Context
- gog CLI 调用 Google API 需要两层配置OAuth 身份认证 + API 启用
- 常见错误 "403 accessNotConfigured" 表示对应 API 未在项目中启用
- 启用 API 后需要 30 秒~2 分钟生效,且需要重新授权以获取新权限
## Connections
- [[GOG-CLI-安装配置指南]] ← API 调用前提于 ← [[API-Enablement]]