Re: Not authorized to request the scopes

2014-08-05 Thread Danial Klimkin
M UTC-4, Jeff Knight wrote: >>>>> >>>>> I have followed the following guides, but am still having issues. >>>>> >>>>> https://developers.google.com/accounts/docs/OAuth2ForDevices >>>>> >>>>> https://developers.google.com/a

Re: Not authorized to request the scopes

2014-08-04 Thread Jonathan Jones
_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=.apps.googleu

Re: Not authorized to request the scopes

2014-08-04 Thread Danial Klimkin
ng >>> the following error >>> >>> curl -d "client_id=.apps.googleusercontent.com&scope= >>> https://adwords.google.com/api/adwords/"; >>> https://accounts.google.com/o/oauth2/device/code >>> >>> { >>> "error

Re: Not authorized to request the scopes

2014-08-04 Thread Jonathan Jones
curl call to get the refresh token, I keep getting >> the following error >> >> curl -d "client_id=.apps.googleusercontent.com&scope= >> https://adwords.google.com/api/adwords/"; >> https://accounts.google.com/o/oauth2/device/code >> >> { >&g

Re: Not authorized to request the scopes

2014-05-30 Thread Michael Cloonan (AdWords API Team)
tps://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/]"

Not authorized to request the scopes

2014-05-30 Thread Jeff Knight
_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 followi