I have followed the following guides, but am still having issues.

https://developers.google.com/accounts/docs/OAuth2ForDevices
https://developers.google.com/adwords/api/docs/guides/authentication#getting_started_with_oauth_20_and_the_adwords_api
https://support.google.com/a/answer/162106?hl=en

Whenever I make the curl call to get the refresh token, I keep getting the 
following error

curl -d 
"client_id=xxxxxxxx.apps.googleusercontent.com&scope=https://adwords.google.com/api/adwords/";
 
https://accounts.google.com/o/oauth2/device/code

{
  "error" : "invalid_scope",
  "error_description" : "Not authorized to request the scopes: 
[https://adwords.google.com/api/adwords/]";,
  "error_uri" : "http://code.google.com/apis/accounts/docs/OAuth2.html";
}

I have enabled the client id and scope access following the "Third Party 
Data Access (Oauth) guide.

Any help would be greatly appreciated

Thanks
Jeff

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to