0

GAE で cron ジョブを実行したいのですが、このエラーが発生しました。メールにログインせずに App Engine サービスを使用したいです。

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)
4

1 に答える 1

0

cron から実行していないときに機能しますか?

サービス アカウント キーがないか、正しく読み込まれていないようです。

于 2013-10-31T20:38:11.757 に答える