如何以编程方式生成 gcloud 项目 oauth creds client_secret json 文件
How to generate gcloud project oauth creds client_secret json file programmatically
我想生成 access_token,我已经设法用 client_secret.json 文件生成了,但我不知道如何以编程方式生成 client_secret.json。
Google 不提供用于创建 OAuth 客户端 ID 和客户端密码的 API 接口。
这必须在 Google 控制台中执行。
我想生成 access_token,我已经设法用 client_secret.json 文件生成了,但我不知道如何以编程方式生成 client_secret.json。
Google 不提供用于创建 OAuth 客户端 ID 和客户端密码的 API 接口。
这必须在 Google 控制台中执行。