We have our app working with our development MCC keys and all works fine.

The problem is when we try to switch to the new production keys, we get 
an Expected OAuth 2 access token error.
  

*Request is missing required authentication credential. Expected OAuth 2 
access token, login cookie or other valid authentication credential.*



The only thing I do is change the app config keys:

<add key="DeveloperToken" value="XXX" />
<add key="LoginCustomerId" value="XXX" />
<add key="OAuth2Mode" value="APPLICATION"/>
<add key="OAuth2ClientId" value="XXX.apps.googleusercontent.com"/>
<add key="OAuth2ClientSecret" value="XXX"/>
<add key="OAuth2RefreshToken" value="XXX"/>



As I said before, the application works fine with the old keys, but does 
not work with the new keys.

To generate the new refresh token I used the 
https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuthTokenGenerator
 software.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/40aa80c1-9420-4dd7-9854-086ddcc3a3e1%40googlegroups.com.

Reply via email to