谷歌日历API访问不是在Android的配置是在、日历、API、Android

2023-09-05 05:03:39 作者:做個沒心沒肺菂尐女亽

我从这里。

采样工作正常,但身份验证问题是存在的。

sample works fine but authentication issue is there

com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{
"code": 403,
"errors": [
 {
   "domain": "usageLimits",
   "message": "Access Not Configured",
   "reason": "accessNotConfigured"
 }
],
"message": "Access Not Configured"
}

我还启用了日历API

I have also enabled calendar API

我缺少任何配置??

帮助!谢谢你。

推荐答案

解决方案: 只需要添加客户端ID(包名+ SHA1指纹)... 对于SHA1指纹下载这。

Solution : Just need to add client ID (package name + SHA1 finger print)... For SHA1 finger print download this.

 
精彩推荐