<add key="OAuth2ClientId" value="XXX.apps.googleusercontent.com" />
<add key="OAuth2ClientSecret" value="YYY" />
<add key="OAuth2RefreshToken" value="1/ZZZ" />
which are the same as used with DFA. When I attempt a request from AdWords, though, an exception is thrown:
'Google.Api.Ads.AdWords.Lib.AdWordsCredentialsExpiredException'
I tried a similar request using the AdWords test solution form GitHub and go the same results. My current DFA project continues to work fine with these credentials.
Also, I generated a new refresh token from the OAuth 2.0 Playground using the same account, but got an unauthorized account message when attempting to query the AdWords service. I only did this to test my code and would prefer to use just one token for both services.
I can't find a solution using the normal methods, so I can any help you throw my way would be really appreciated.
Thanks!
<add key="ClientCustomerId" value="111-222-3333"/>
<add key="OAuth2ClientId" value="444-xxx.apps.googleusercontent.com" />
<add key="OAuth2ClientSecret" value="yyy" />
<add key="OAuth2RefreshToken" value="1/zzz" />