我正在使用php创建GAE应用程序,它是一个简单的表单,可以获取用户信息并将其存储在GAE数据存储区和云存储中。由于某种原因,它没有工作并且给出了以下错误,它更早地工作了。
LOG
The Socket API will be enabled for this application once billing has been enabled in the admin console.
PHP Fatal error: Uncaught exception 'Google_IO_Exception' with message 'Couldn't
resolve host 'accounts.google.com'' in
/base/data/home/apps/s~appname1/1.380341202009680948/google-api-php-client/src/Google/IO/Curl.php:81
Stack trace:
0 /base/data/home/apps/s~appname1/1.380341202009680948/google-api-php-client/src/Google/IO/Abstract.php(122): Google_IO_Curl->executeRequest(Object(Google_Http_Request))
1 /base/data/home/apps/s~appname1/1.380341202009680948/google-api-php-client/src/Google/Auth/OAuth2.php(320): Google_IO_Abstract->makeRequest(Object(Google_Http_Request))
任何建议?