google-api-php-client's autoloader deprecated

十年热恋 提交于 2019-12-06 12:38:50

Quick Fix:

require_once realpath(dirname(__FILE__).'/google-api-php-client/src/Google/autoload.php');

Google need to update their documentation on the API. (I spent quite a while getting myself in a fuddle recently, trying to get it working using their documentation).

What is you final aim on using the API? Is it just for Login? If you need any help with it, I'll be more than happy to talk you through anything that isn't working as it should be

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!