andersongraciano / google-oauth-java-client

Automatically exported from code.google.com/p/google-oauth-java-client
0 stars 0 forks source link

Timeout while fetching URL: https://accounts.google.com/o/oauth2/token #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-oauth-java-client (e.g. 1.5.0-beta)?
1.15-rc

Java environment (e.g. Java 6, Android 2.3, App Engine)?
AppEngine

Describe the problem.
Timeouts timeout timeouts 
Caused by: java.net.SocketTimeoutException: Timeout while fetching URL: 
https://accounts.google.com/o/oauth2/token
    at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:141)
    at com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:43)
    at com.google.api.client.extensions.appengine.http.UrlFetchRequest.execute(UrlFetchRequest.java:74)
    at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:960)
    at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:328)
    at com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:352)
    at com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:535)
    at com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:454)
    at com.google.api.client.auth.oauth2.Credential.intercept(Credential.java:215)
    at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:854)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)

How would you expect it to be fixed?
respond in a timely manner !

Original issue reported on code.google.com by k...@koma.be on 11 Jun 2013 at 12:47

GoogleCodeExporter commented 9 years ago
Unfortunately, there isn't anything we can do from perspective of client 
library when App Engine times out.

Original comment by yan...@google.com on 26 Jul 2013 at 10:16