Google Calendar API:发生日历使用限制消息,并且accessNotConfigured

时间:2014-03-01 06:31:14

标签: android api google-calendar-api

403 Forbidden
 {
  "code": 403,
   "errors": [
     {
       "domain": "usageLimits",
       "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.",
       "reason": "accessNotConfigured"
     }
   ],
   "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."

我已经为谷歌日历激活了api。我该怎么办?我也设置了密钥,但我仍然收到错误。

1 个答案:

答案 0 :(得分:0)

如果您使用eclipse直接构建应用程序,则需要使用调试密钥SHA1作为凭证。你可以在偏好中找到它> android>建立。