在调用https://servicecontrol.googleapis.com/v1/services/ {serviceName}:check 时,应该如何传递捆绑标识符,以便可以为仅限捆绑标识符的 iOS 应用验证 API 密钥?我"api_key:[my_key]"
作为消费者 ID 传入,并尝试将捆绑标识符作为用户代理、引用者、平台和服务代理(全部通过标签)传递。对于这些尝试中的每一次,我都会收到以下错误:
"checkErrors": [
{
"code": "CLIENT_APP_BLOCKED",
"detail": "Requests from this ios client application \u003cempty\u003e are blocked."
}
],
Run Code Online (Sandbox Code Playgroud)
有没有办法传递捆绑ID?
谢谢,伊恩
google-api ×1