I'm using the googleads python library, and following instructions from the 
documentation carefully. I get the `suds.WebFault: Server raised fault: 
'[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'<null>']'` error 
message when I try to run the included get_campaigns.py script. I've tested 
the access code using 
https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=YOUR_ACCESS_CODE 
and got;

{
 "issued_to": "X",
 "audience": "X",
 "scope": "https://www.googleapis.com/auth/dfp";,
 "expires_in": 3239,
 "access_type": "offline"
}


In fact, as I'm writing this, I notice the scope seems to be asking for 'dfp', 
instead of adwords, which is what I want. Would you happen to have any insight 
as to what I've done incorrectly?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a788e617-a306-4562-b7a0-e94be5674cb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to