我想将我的网站上的活动插入Google calender
,我已经下载了Google Calender API
但无法运行的示例。
错误:
Fatal error: Uncaught exception 'Google_Service_Exception' with message 'Error calling GET https://www.googleapis.com/books/v1/volumes?q=Henry+David+Thoreau&filter=free-ebooks&key=%3CYOUR_API_KEY%3E: (400) Bad Request' in D:\xampplite\htdocs\calendar\src\Google\Http\REST.php on line 80
Google_Service_Exception: Error calling GET https://www.googleapis.com/books/v1/volumes?q=Henry+David+Thoreau&filter=free-ebooks&key=%3CYOUR_API_KEY%3E: (400) Bad Request in D:\xampplite\htdocs\calendar\src\Google\Http\REST.php on line 80
我已配置config.php (application_name, client_id, client_secret, redirect_uri, developer_key)
但仍收到上述错误消息。
此外,Calendar API
中的Google console
状态也已开启。我做错了什么。?
由于
答案 0 :(得分:0)
之前我遇到过同样的问题..
您是否允许使用google calender api
中的google developer's console
?
https://cloud.google.com/console/project/315157837873/apiui/api
如果没有,请on
它......
答案 1 :(得分:-1)