0

我已经从这里在 android 中实现了谷歌日历 API 。

示例工作正常,但存在身份验证问题

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

在此处输入图像描述

我是否缺少任何配置?

帮助!!谢谢。

4

1 回答 1

2

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

在此处输入图像描述 在此处输入图像描述

于 2013-01-08T08:42:22.737 回答