Auto-sync: 2026-04-18 12:03
This commit is contained in:
17
wiki/concepts/API-Enablement.md
Normal file
17
wiki/concepts/API-Enablement.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "API Enablement"
|
||||
type: concept
|
||||
tags: [google, api, cloud]
|
||||
sources: []
|
||||
---
|
||||
|
||||
## Definition
|
||||
API Enablement(API 启用)是 Google Cloud Console 中的操作,允许项目启用特定的 API 服务以进行编程访问。
|
||||
|
||||
## Context
|
||||
- gog CLI 调用 Google API 需要两层配置:OAuth 身份认证 + API 启用
|
||||
- 常见错误 "403 accessNotConfigured" 表示对应 API 未在项目中启用
|
||||
- 启用 API 后需要 30 秒~2 分钟生效,且需要重新授权以获取新权限
|
||||
|
||||
## Connections
|
||||
- [[GOG-CLI-安装配置指南]] ← API 调用前提于 ← [[API-Enablement]]
|
||||
Reference in New Issue
Block a user