Hi Nenad, I mentioned OAuth because the stack trace indicates there was a connect timeout while trying to get a new access token using your refresh token, so the endpoint was the OAuth endpoint, not the AdWords API endpoint.
Caused by: com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed. at com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:240) ~[ads-lib-4.10.0.jar!/:na] at com.wearebionic.blite.connector.google.ads.GoogleAdsConnectorImpl.getCampaign(GoogleAdsConnectorImpl.java:139) ~[blite-google-connector-0.8.8.0-SNAPSHOT.jar!/:0.8.8.0-SNAPSHOT] ... 183 common frames omitted Caused by: java.net.SocketTimeoutException: connect timed out at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_212] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_212] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_212] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_212] ... at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1012) ~[google-http-client-1.37.0.jar!/:1.37.0] at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:322) ~[google-oauth-client-1.30.5.jar!/:1.30.5] at com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:346) ~[google-oauth-client-1.30.5.jar!/:1.30.5] at com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:577) ~[google-oauth-client-1.30.5.jar!/:1.30.5] at com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:376) ~[google-api-client-1.30.7.jar!/:1.30.7] at com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:494) ~[google-oauth-client-1.30.5.jar!/:1.30.5] Do you see the same issue with the Google Analytics failures? Also, are you still encountering this problem? Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5004Q2CRvhk:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/pMOzn000000000000000000000000000000000000000000000QP038M00FTn8TGEDQryPpagXsVamOA%40sfdc.net.
