Hi All,

I am following the instruction from the link: 
https://developers.google.com/adwords/api/docs/first-request here. But I am 
stuck in the first step itself. In python the documentation states to 
authenticate use the snippet 

   1. 
   
   from adspygoogle.adwords.AdWordsClient 
<http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/adspygoogle/adwords/AdWordsClient.py>
 import AdWordsClient
   from adspygoogle.common import Utils
   client = AdWordsClient(path=os.path.join('..', '..', '..', '..'))
   
   
Where I think the path contains "client_secrets.json". The file 
"client_secrets.json"  exists in my location yet I get ValidationError: 
Authentication data is missing.

Any pointers would be greatly appreciated. The only problen I can think of 
is that I may also require developer token with it but how do I get the 
developer token, it doesn't exist at my MCC path also how would I use the 
developer token, what file-name to use for storing the file.

Thanks in advance,
Nitesh

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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/groups/opt_out.

Reply via email to