【发布时间】:2015-09-10 20:40:16
【问题描述】:
我已尝试根据此链接逐步实现 Google Calendar API:https://developers.google.com/google-apps/calendar/quickstart/android
我在我的 Google Developer Console 中启用了 OAuth2 和 Calendar API。
但由于某些原因,当我想检索日历事件时,我从 Android Studio Logcat 看到以下日志:
出现以下错误: 403禁止
"code" : 403,
"errors": [
{
"domain":"usageLimits",
"message":"Access Not Configured. The API (Calendar API) is not enabled for your project. Please use the Google Developer Console to update your configuration",
"reason":"accessNotConfigured",
"extendedHelp":"https://console.developers.google.com"
}
],
"message":"Access Not Configured. The API (Calendar API) is not enabled for your project. Please use the Google Developer Console to update your configuration"
你能帮我解决这个问题吗?
【问题讨论】: