Campaign service selector in v201003 using python library 12.1.0

2010-09-07 Thread mmrs151
I am trying the following code in the python terminal as you have stated in the get_all_campaigns.py using latest python library 12.1.0 for v201003, import os import sys sys.path.append(os.path.join('..', '..', '..', '..')) from adspygoogle.adwords.AdWordsClient import AdWordsClient client = AdWor

Sandbox throwing ValidationError: Authentication data is missing

2010-08-25 Thread mmrs151
Hi, I am trying to connect to the sandbox account with my email and password with the instruction given to http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders. But unfortunately it is giving me the following error trace, Traceback (most recent call last):