Php YouTube API问题太多最近的调用

Php YouTube API问题太多最近的调用,php,zend-framework,youtube,youtube-api,socialengine,Php,Zend Framework,Youtube,Youtube Api,Socialengine,我在使用youtube api时出错 这是我得到的错误 exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 403 ' in /usr/share/nginx/www/application/libraries/Zend/Gdata/App.php:700 Stack trace: #0 /usr/share/nginx/www/application/libraries/Z

我在使用youtube api时出错

这是我得到的错误

exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 403 ' in /usr/share/nginx/www/application/libraries/Zend/Gdata/App.php:700 Stack trace: #0 /usr/share/nginx/www/application/libraries/Zend/Gdata.php(221): Zend_Gdata_App->performHttpRequest('GET', 'http://gdata.yo...', Array, NULL, NULL, NULL) 
#1 /usr/share/nginx/www/application/libraries/Zend/Gdata/App.php(861): Zend_Gdata->performHttpRequest('GET', 'http://gdata.yo...', Array) 
#2 /usr/share/nginx/www/application/libraries/Zend/Gdata/App.php(754): Zend_Gdata_App->get('http://gdata.yo...', NULL) 
#3 /usr/share/nginx/www/application/libraries/Zend/Gdata/App.php(220): Zend_Gdata_App->importUrl('http://gdata.yo...', 'Zend_Gdata_YouT...', NULL) 
#4 /usr/share/nginx/www/application/libraries/Zend/Gdata.php(187): Zend_Gdata_App->getEntry('http://gdata.yo...', 'Zend_Gdata_YouT...') 
#5 /usr/share/nginx/www/application/libraries/Zend/Gdata/YouTube.php(293): Zend_Gdata->getEntry('http://gdata.yo...', 'Zend_Gdata_YouT...') 
#6 /usr/share/nginx/www/application/modules/Videofeed/controllers/ProfileController.php(37): Zend_Gdata_YouTube->getVideoEntry('14NiccpyGt8') 
#7 /usr/share/nginx/www/application/libraries/Zend/Controller/Action.php(513): Videofeed_ProfileController->indexAction() 
#8 /usr/share/nginx/www/application/libraries/Zend/Controller/Dispatcher/Standard.php(289): Zend_Controller_Action->dispatch('indexAction') 
#9 /usr/share/nginx/www/application/libraries/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) 
#10 /usr/share/nginx/www/application/modules/Core/Bootstrap.php(75): Zend_Controller_Front->dispatch() 
#11 /usr/share/nginx/www/application/libraries/Engine/Application.php(160): Core_Bootstrap->run() 
#12 /usr/share/nginx/www/application/index.php(194): Engine_Application->run() 
#13 /usr/share/nginx/www/index.php(24): include('/usr/share/ngin...') 
#14 {main}

提前感谢。

您正面临配额限制。这篇博文提供了更多信息:

我不确定这是否是API损坏的原因。YouTube上周对其API进行了修改。就因为这个?