Sorry for the delayed repsonse...
The error happens with my account, and I am also getting numerous reports from my users about it so it is definitely not limited to my account. I am currently advising them to use twitter or facebook to authenticate with my application instead as their authentication mechanisms seem to be much more reliable and robust than google at the moment.
The issue has been intermittently ongoing for at least three weeks now.
Here is a stack trace from today, the exception is thrown long before the 60 second url fetch timeout occurs:
unhandled exception
Traceback (most recent call last):
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 570, in dispatch
return method(*args, **kwargs)
File "lib/simpleauth/handler.py", line 154, in _auth_callback
user_data, auth_info = meth(provider, *cfg[-1:])
File "lib/simpleauth/handler.py", line 228, in _oauth2_callback
headers={'Content-Type': 'application/x-www-form-urlencoded'}
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/urlfetch.py", line 270, in fetch
return rpc.get_result()
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 612, in get_result
return self.__get_result_hook(self)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/urlfetch.py", line 410, in _get_fetch_result
'Deadline exceeded while waiting for HTTP response from URL: ' + url)
DeadlineExceededError: Deadline exceeded while waiting for HTTP response from URL: https://accounts.google.com/o/oauth2/token
regards,
Paul