在Google AppEngine中执行cron作业时出现致命错误

时间:2013-10-31 16:36:22

标签: php google-app-engine cron

我想在GAE中执行一个cron作业但我收到了这个错误。我想使用app引擎服务而不登录我的电子邮件。

PHP Fatal error:  Uncaught exception 'Google_AuthException' with message 'Could not json decode the token' in /base/data/home/apps/s~gcdc2013-cloud-daybook/1.371004284914522718/google-api-php-client/src/auth/Google_OAuth2.php:162
Stack trace:
#0 /base/data/home/apps/s~gcdc2013-cloud-daybook/1.371004284914522718/google-api-php-client/src/Google_Client.php(170): Google_OAuth2->setAccessToken(NULL)

1 个答案:

答案 0 :(得分:0)

当你没有从cron运行它时它是否有效?

您可能错过了服务帐户密钥,或者您没有正确加载它。