Hi,

I have a program that needs to access the Adwords api that has to be set up 
in a server as an exe. 
This exe is then accessed via an SSIS package passing parameters.

It was fine when I was using the v201309 api. With the sunset on 21st July 
I'm trying to upgrade it to v201402 which does not allow client logon

I used the "OAuth2Mode" value="APPLICATION" and it works fine on my local 
computer. How ever when I try to generate the token using 
the OAuth2TokenGenerator.exe in the server environment the exe breaks.

Then I tried to use the "OAuth2Mode" value="SERVICE_ACCOUNT" 
following are my values in the app.config file

    <add key="OAuth2Mode" value="SERVICE_ACCOUNT" />
    <add key="OAuth2ServiceAccountEmail" 
value="[email protected]" />
    <add key="OAuth2PrnEmail" value="[email protected]" />
    <add key="OAuth2JwtCertificatePath" 
value="D:\awapi_dotnet_lib_v17.0.0\xxxxxxxxxxxxxxxxxxxxx-privatekey.p12" />
    <add key="OAuth2JwtCertificatePassword" value="xxxxxxxxxxxxx" />

This does not work either.... 

Any Help is appreciated...

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to