Hi Muhammad, This error is being thrown by the Python client library because it can't find your authentication pickle file.
http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/aw_api/Client.py#210 If you believe this is a problem with the library please create an issue on the issue tracker: http://code.google.com/p/google-api-adwords-python-lib/issues/list Best, - Eric Koleda, AdWords API Team On Aug 25, 7:07 am, mmrs151 <[email protected]> wrote: > Hi, > > I am trying to connect to the sandbox account with my email and > password with the instruction given > tohttp://code.google.com/apis/adwords/docs/developer/adwords_api_sandbo.... > But unfortunately it is giving me the following error trace, > > Traceback (most recent call last): > File "examples/adspygoogle/adwords/v200909/get_all_campaigns.py", > line 33, in <module> > client = AdWordsClient(path=os.path.join('..', '..', '..', '..')) > File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ > lib/python2.6/site-packages/adspygoogle/adwords/AdWordsClient.py", > line 158, in __init__ > self._headers = self.__LoadAuthCredentials() > File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ > lib/python2.6/site-packages/adspygoogle/adwords/AdWordsClient.py", > line 220, in __LoadAuthCredentials > return super(AdWordsClient, self)._LoadAuthCredentials() > File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ > lib/python2.6/site-packages/adspygoogle/common/Client.py", line 71, in > _LoadAuthCredentials > raise ValidationError(msg) > adspygoogle.common.Errors.ValidationError: Authentication data is > missing. > > I will be really grateful for your prompt response. > > Regards, > Muhammad. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
