srb4j icon indicating copy to clipboard operation
srb4j copied to clipboard

Fix Google-API-Client's httpclient issue

Open chenjianjx opened this issue 5 years ago • 0 comments

The problem was described on https://github.com/googleapis/google-api-java-client/issues/1060

  1. Use the class code shown on https://github.com/googleapis/google-api-java-client/issues/1060
  2. Add the class as impl.support.social.GoogleCustomTimeoutHttpClient
  3. In FoGoogleAuthHelper.java, replace HttpTransport creation code with
HttpTransport googleHttpTransport = new ApacheHttpTransport(GoogleCustomTimeoutHttpClient.newHttpClient());

chenjianjx avatar Mar 02 '19 04:03 chenjianjx