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

17 lines
588 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]