A new behavior as of today: InvalidAlgorithmParameterException

2014-04-29 Thread The Phantom
My call to: Credential oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).fromFile(fullPathToAdsFile). build().generateCredential(); has worked without problem for the past 3 or 4 weeks. However, today I am seeing: com.google.api.ads.common.lib.exc

Re: A new behavior as of today: InvalidAlgorithmParameterException

2014-04-29 Thread The Phantom
Well, believe it or not, I simply walked away from the computer for a few hours. Had dinner, watched a little TV, and gave it another try before calling it a day. The problem has gone away. On Tuesday, April 29, 2014 5:44:29 PM UTC-7, The Phantom wrote: > My call to: > > C

OfflineCredentials.Builder() worked this morning, but does not work this afternoon.

2014-06-10 Thread The Phantom
Hi, We have been using adwords v201402 successfully for the past few weeks. We have been uptaining our oAuth2Credential via a java call that looks like: Credential oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).fromFile(fullPathToAdsFile).

Re: OfflineCredentials.Builder() worked this morning, but does not work this afternoon.

2014-06-11 Thread The Phantom
Well, I simply waited 24 hours, went away and did some other things, and tried it again today. All is well today. On Tuesday, June 10, 2014 5:46:27 PM UTC-5, The Phantom wrote: > Hi, > > We have been using adwords v201402 successfully for the past few weeks. > > We have bee

How to use customerId in java to retrieve campaign information

2012-10-05 Thread The Phantom
Hi, I'm a newby to the AdWords API and am going through the instructions in the "Getting Started" section of the page at https://developers.google.com/adwords/api/docs/sandbox. I have completed steps 1 through 4, and am attempting to complete step 5. I am stuck on the sentence "Edit your c

Re: How to use customerId in java to retrieve campaign information

2012-10-05 Thread The Phantom
I got it. On Friday, October 5, 2012 1:39:37 PM UTC-7, The Phantom wrote: > Hi, > > I'm a newby to the AdWords API and am going through the instructions in > the "Getting Started" section of the page at > https://developers.google.com/adwords/api/docs/sandbox.

How many simultaneous logins

2012-11-07 Thread The Phantom
I anticipate hitting the Google AdWords API from java via several different machines simultaneously. Is there a limit to the number of simultaneous logins I can have to the API? I have read the question regarding simultaneous reports generation, and from that, I am surmising that the limit fo

Basic Access vs Standard Access to the API

2013-05-10 Thread The Phantom
I am migrating from v201209 to 201302 and noticed the removal of the Info Service, and read the information at: http://googleadsdeveloper.blogspot.com/2013/01/new-simplified-adwords-api-pricing.html Question: If we were already doing a couple of million API operations per week under v201209, d

java.lang.ClassNotFoundException: com.google.api.client.util.Clock

2015-06-18 Thread The Phantom
I am working with the AdWords API adwords.axis.v201502 and all looks well for compiling. However at runtime I am seeing java.lang.ClassNotFoundException: com.google.api.client.util.Clock when attempting to use OAuth2 to connect to the AdWords site. The exact call is: Credential oAuth

Re: java.lang.ClassNotFoundException: com.google.api.client.util.Clock

2015-06-18 Thread The Phantom
On Thursday, June 18, 2015 at 4:36:42 PM UTC-7, The Phantom wrote: > > I am working with the AdWords API adwords.axis.v201502 and all looks well > for compiling. > > However at runtime I am seeing java.lang.ClassNotFoundException: > com.google.api.client.util.Clock when

ExceptionInInitializerError

2015-07-30 Thread The Phantom
I am working with the Google AdWords API v201502 and using OAuth2 credentials via the OfflineCredentials.Builder() method. After obtaining authorization, I attempt to create and AdWordsServices object via: AdWordsServices adWordsServices = new AdWordsServices(); At this point, I am seeing the

Re: ExceptionInInitializerError

2015-07-30 Thread The Phantom
On Thursday, July 30, 2015 at 8:30:49 AM UTC-5, The Phantom wrote: > > I am working with the Google AdWords API v201502 and using OAuth2 > credentials via the OfflineCredentials.Builder() method. > > After obtaining authorization, I attempt to create and AdWordsService

Re: ExceptionInInitializerError

2015-07-31 Thread The Phantom
.jar wsdl4j-1.6.2.jar xml-apis-1.0.b2.jar On Thursday, July 30, 2015 at 8:30:49 AM UTC-5, The Phantom wrote: > I am working with the Google AdWords API v201502 and using OAuth2 > credentials via the OfflineCredentials.Builder() method. > > After obtaining authorization, I attem

Re: ExceptionInInitializerError

2015-07-31 Thread The Phantom
30, 2015 at 8:30:49 AM UTC-5, The Phantom wrote: > I am working with the Google AdWords API v201502 and using OAuth2 > credentials via the OfflineCredentials.Builder() method. > > After obtaining authorization, I attempt to create and AdWordsServices > object via: >