谷歌日历api访问未在android中配置

时间:2013-01-08 06:54:54

标签: android calendar google-calendar-api

我已经从here在Android中实现了Google日历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

enter image description here

我错过了任何配置吗?

帮助!感谢。

1 个答案:

答案 0 :(得分:2)

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

enter image description here enter image description here