Re: Oauth2 with Test Service Account

2017-08-09 Thread John Reynolds
Perfect. Thanks. I have a workaround in place now, but think that issue would provide some added benefit to the library for future users that run into the same issue. May even need to be something kicked over to the OAuth2 team. Appreciate the reply. Thanks! John On Wednesday, August 9, 2017

Re: Oauth2 with Test Service Account

2017-08-09 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi John, Looks like you reported this issue? https://github.com/googleads/googleads-java-lib/issues/122 Could you follow up on that issue tracker? I've talked to the Java library owner and he is aware of it. He will work with you over the issue tracker thread. Cheers Anash P. Oommen, AdWords

Re: Oauth2 with Test Service Account

2017-08-07 Thread John Reynolds
I know this thread is old, but have a similar request. We do Administer our Google Apps domain and would prefer to have this all linked back to it. I setup the Service Account in the developer console and downloaded the JSON. That all seems to load fine. Per the documentation, inside the G

Re: Oauth2 with Test Service Account

2015-08-21 Thread Danial Klimkin
Hello Nick, 1. Exactly my point. There is no link. AdWords API is different from other APIs managed via the developer console and not controlled from there. 2. Is there any reason you really want to use service accounts? Do you administer a Google Apps domain? 3. Correct. -Danial, AdWords

Re: Oauth2 with Test Service Account

2015-08-19 Thread nick . horatiu
Hello Danial, Thanks for your prompt reply. It also doesn't need to belong to the same account as any MCC (but is can) 1. I'm a little confused by what the account setup should be following this remark. My aim is to create a set-up that enables a test service account to retrieve campaign

Re: Oauth2 with Test Service Account

2015-08-19 Thread nick . horatiu
Hello Danial, Thanks for your prompt reply. It also doesn't need to belong to the same account as any MCC (but is can) 1. I'm a little confused by what the account setup should be following this remark. My aim is to create a set-up that enables a test service account to retrieve campaign

Re: Oauth2 with Test Service Account

2015-08-17 Thread Danial Klimkin
Hello Nick, First of all, you don't need two project IDs for test and prod setup, project ID is per application so you can use the same one. It also doesn't need to belong to the same account as any MCC (but is can). Second, I strongly recommend against using service accounts. It has very

Oauth2 with Test Service Account

2015-08-14 Thread nick . horatiu
I am trying to retrieve campaign data using a test adwords service account via the Java client library. Despite being able to obtain a refresh token the actual call to the CampaignService class throws exception with error code: [AuthenticationError.NOT_ADS_USER @ ; trigger:'null'] My setup is