Hi Noah, Basically, what the error is telling you is that it can't find any authorization mechanism (ClientLogin, OAuth) setup to construct your request. So you need to provide auth credentials, either an email/password if using client login or an oAuth2AccessToken/oAuth2RefreshToken is using OAuth2.
Check the library README, section "Authorization Options" for more details Best, -David Torres - AdWords API Team On Tuesday, November 6, 2012 4:37:44 PM UTC-5, Noah wrote: > > Just started looking into the adwords API today. > > 1) Downloaded, and installed the api library directly from Google. All > code and dependencies installed without any problems. > > 2) I want to use the sandbox to play around, so changed three items in the > adwords.properties file (copy located in my home directory) > [email protected] <javascript:> > [email protected] <javascript:>++USD > alternateUrl=https://adwords-sandbox.google.com > > 3) No matter which example I run, I get the same error: > > Couldn't find an authorization handler properly setup at > GOOGLE-ADWORDS-PERL-CLIENT-2.7.3/lib//Google/Ads/Common/HTTPTransport.pm > line 47. > > > What am I missing? > > Can anyone offer advice on how to properly connect to the sandbox and > execute commands? > > Thank YOU > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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
