我正在PHP中集成云发布/订阅,以通过API接收Gmail通知。我已经安装了php客户端库,并且它的watch方法不起作用。
我正在这样使用:
$service = new Google_Service_Gmail($client);
$service->users->watch();
Error getting: Fatal error: Call to undefined method Google_Service_Gmail_Users_Resource::watch()
您能帮我解决我在那儿所缺少的吗?