Zend Gdata无法与Google Calendar API一起使用
我的公司正在使用相对较旧的zend gdata 1.11.7,但是他们还没有能力升级到新的东西.我们有一个程序,可以根据用户提交的表单向Google日历添加事件.
My company is using zend gdata 1.11.7, relatively old, but they havent had the ability to move to newer things yet. We have a program that adds events to a google calendar based on the forms submitted by the user.
今天早上,我们现在收到以下错误:
This morning, we now get the error below:
致命错误:未捕获的异常'Zend_Gdata_App_HttpException'与消息预期的响应代码200,得到403<HTML><HEAD><TITLE>禁止</HEAD><BODY BGCOLOR =#FFFFFF"TEXT =#000000"><H1>禁止
错误403</BODY></HTML>' 在/homepages/26/d119734641/htdocs/app/ZendGdata-1.11.7/ZendGdata-1.11.7/library/Zend/Gdata/App.php:709
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 403< HTML>< HEAD>< TITLE>Forbidden< /HEAD>< BODY BGCOLOR="#FFFFFF" TEXT="#000000">< H1>Forbidden< H2>Error 403< /BODY>< /HTML> ' in /homepages/26/d119734641/htdocs/app/ZendGdata-1.11.7/ZendGdata-1.11.7/library/Zend/Gdata/App.php:709
从我正在阅读的所有内容来看,这是一个身份验证问题...但是我有一个问题,它是在很久以前构建的,因此我们无法访问该API的google控制台,这又可能是什么问题?谷歌是否停止支持此zend gdata中使用的这种身份验证方式?
From everything I am reading, this is an authentication issue...but I have a problem, it was built so long ago that we do not have access to the google console for the API, what else could be the problem? Did google stop supporting this way of authenticating that is used in this zend gdata?
请提供帮助,因为目前我已手动完成了从在线数据库到日历的所有操作.
Please help as currently I have everything happening manually from our online database to the calendar.
找到了此帖 Zend谷歌日历访问不再起作用
似乎他们停止了它....
Seems they discontinued it....
早在2011年11月,我们宣布在APIv3可用时弃用Calendar GData API(v1,v2).我们现在将在2014年11月17日关闭这些旧版本.
Back in November 2011, we announced the deprecation of the Calendar GData API (v1, v2) when the APIv3 was made available. We’ll now be shutting down these older versions on November 17, 2014.