android-httptransport

GoogleNetHttpTransport.newTrustedTransport() returning Null

巧了我就是萌 提交于 2019-12-22 07:29:10
问题 I'm trying to load Google credential from json file. So before that, I knew, we have to get the default Google transport. Ref from. But it always gives null . Is anybody faced this issue? This is my snippet: try { JSON_FACTORY = JacksonFactory.getDefaultInstance(); HTTP_TRANSPORT = GoogleNetHttpTransport.newTrustedTransport(); } catch (Throwable t) { Utilities.writeToLogFile(Constants.LOG_ERROR_LEVEL, ".. EXCEPTION" + t.toString()); } This always ends with catch part. says as below ...

GoogleNetHttpTransport.newTrustedTransport() returning Null

余生长醉 提交于 2019-12-05 11:43:48
I'm trying to load Google credential from json file. So before that, I knew, we have to get the default Google transport. Ref from. But it always gives null . Is anybody faced this issue? This is my snippet: try { JSON_FACTORY = JacksonFactory.getDefaultInstance(); HTTP_TRANSPORT = GoogleNetHttpTransport.newTrustedTransport(); } catch (Throwable t) { Utilities.writeToLogFile(Constants.LOG_ERROR_LEVEL, ".. EXCEPTION" + t.toString()); } This always ends with catch part. says as below ... EXCEPTIONjava.security.KeyStoreException: java.security.NoSuchAlgorithmException: KeyStore JKS implementation