简体   繁体   English

安全网:com.google.android.gms.common.api.ApiException:16:

[英]SAFETYNET : com.google.android.gms.common.api.ApiException: 16:

I am using safety net in my application.我在我的应用程序中使用安全网。 It gives success response 15 to 20 times but after that it gives "com.google.android.gms.common.api.ApiException: 16:" error.它给出了 15 到 20 次成功响应,但之后它给出了“com.google.android.gms.common.api.ApiException: 16:”错误。 I checked my Api key in google console and it was fine.Please give me solution "com.google.android.gms.common.api.ApiException: 16:" this.我在谷歌控制台中检查了我的 Api 密钥,它很好。请给我解决方案“com.google.android.gms.common.api.ApiException:16:”这个。

NOTE: This is not duplicate question.Already tried all solution provide in stack overflow.注意:这不是重复的问题。已经尝试了堆栈溢出中提供的所有解决方案。

Probably you reached the limit.可能你已经达到极限了。

Regardless of the quota provisioned for your project, individual app instances are throttled to a maximum of 5 requests per minute.无论为您的项目配置了多少配额,单个应用程序实例都会被限制为每分钟最多 5 个请求。 If this limit is exceeded, all remaining requests during that minute return an error.如果超过此限制,该分钟内的所有剩余请求都会返回错误。

https://developer.android.com/training/safetynet/attestation#quota-monitoring https://developer.android.com/training/safetynet/attestation#quota-monitoring

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 com.google.android.gms.common.api.ApiException: 16: - com.google.android.gms.common.api.ApiException: 16: com.google.android.gms.common.api.ApiException: 10 - com.google.android.gms.common.api.ApiException: 10 异常com.google.android.gms.common.api.ApiException:12500 - Exception com.google.android.gms.common.api.ApiException: 12500 com.google.android.gms.common.api.ApiException: 12500 - com.google.android.gms.common.api.ApiException: 12500 是否有人对com.google.android.gms.common.api.ApiException:16有任何想法? - Does anyone have any idea about com.google.android.gms.common.api.ApiException: 16? com.google.android.gms.common.api.ApiException:8: - com.google.android.gms.common.api.ApiException: 8: com.google.android.gms.common.api.ApiException: 10: - com.google.android.gms.common.api.ApiException: 10: 带有com.google.android.gms.common.api.ApiException的Google Awareness API位置:7508 - Google Awareness API Places with com.google.android.gms.common.api.ApiException: 7508 com.google.android.gms.common.api.ApiException:12500,在Google的Android Firebase项目中登录 - com.google.android.gms.common.api.ApiException: 12500, in android firebase project in google sign in Android Google 登录失败 com.google.android.gms.common.api.ApiException: 12500 - Android Google Sign In Failed com.google.android.gms.common.api.ApiException: 12500
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM