我对 api adwords 有疑问。我没有来自 code.google.com/apis/console 的 client_secret。我创建了项目并为我的应用程序添加了 API 访问权限,但在框服务帐户中看不到 client_secret。
我有客户 ID、电子邮件地址、公钥指纹、私钥和 client_secret.json。在 php 的 api adwords 中是配置文件 auth.ini:
[OAUTH2]
; If you do not have a client ID or secret, please create one of type
; "installed application" in the Google API console:
; https://code.google.com/apis/console#access
client_id = "INSERT_OAUTH2_CLIENT_ID_HERE"
client_secret = "INSERT_OAUTH2_CLIENT_SECRET_HERE"
...
但我没有client_secret。我做错了什么?或者可以给我任何建议吗?