Google Calendar API - (403)未配置访问权限'

时间:2013-04-23 15:25:16

标签: php google-api google-calendar-api

我开发了一个使用Google Calendar API的应用程序。

当我将其从开发环境移至测试环境时,我在Google API控制台中为其创建了新条目,并将该信息复制到config.php中。

// The application_name is included in the User-Agent HTTP header.
'application_name' => 'Google Calendar PHP Starter Application',

// OAuth2 Settings, you can get these keys at https://code.google.com/apis/console
'oauth2_client_id' => '517034425134-503uog3i6pfXk15qq6mjsfbi48sabd50o.apps.googleusercontent.com',
'oauth2_client_secret' => '4p4go-aRXVcGx4YxcgC2wgvyV',
'oauth2_redirect_uri' => 'http://mydomain/admin/calendar_events.php',

// The developer key, you get this at https://code.google.com/apis/console
'developer_key' => 'AIzaSyCm9tj17rd-OepTl5XFxMwI9SQMH2BoQkKI',

但是,我无权访问。我得到了:

Uncaught exception 'Google_ServiceException' with message 'Error calling GET https://www.googleapis.com/calendar/v3/users/me/calendarList?key=AIzaSyCm9tj17rd-OepTl5XFxMwI9SQMH2BoQkKI: (403) Access Not Configured'

我不确定为什么会这样。我知道代码很好......我只需要在他们的API控制台和我的config.php之间进行同步,对吗?

有什么想法吗?

4 个答案:

答案 0 :(得分:5)

我不得不评论这一行:

//'developer_key'=> 'AIzaSyCm9tj17rd-OepTl5XFxMwI9SQMH2BoQkKI',

然后它奏效了。

答案 1 :(得分:3)

开启服务后(在Google Api'"服务"标签下),我必须等待几分钟才能成功启动身份验证。

答案 2 :(得分:1)

您需要转到https://code.google.com/apis/console/并启用Calendar API切换。

这对我有用。

答案 3 :(得分:0)

您可以在“服务”标签中启用“日历API”: http://screencast.com/t/DbfpznnOT