Re: Do I need a new Developer Token after upgrading from Python 2.7 to 3.x?

2016-08-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Spencer,

Please have a look at this issue 
 from our 
Github page. It seems that should give you a workaround for the issue. If 
you are still experiencing issues after the fix is pushed, please open up a 
new issue there so that their team can help you.

Cheers,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/edbfe02c-57b8-470e-acd5-f791b8c512a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Do I need a new Developer Token after upgrading from Python 2.7 to 3.x?

2016-08-29 Thread Spencer Tichenor
I just upgraded from Python 2.7 to 3.5 and now all of a sudden I get this 
weird error message when I try to run my program that updates my ads. It's 
like it isn't detecting the developer token in my googleads.yaml file. 
 Here's what it says:

Traceback (most recent call last):

  File "midsql.py", line 19, in 

client = 
adwords.AdWordsClient.LoadFromStorage('~/documents/gnart/googleads.yaml')

  File 
"/Users/spencertichenor/Documents/pwnzone/env/lib/python3.5/site-packages/googleads/adwords.py",
 
line 250, in LoadFromStorage

cls._OPTIONAL_INIT_VALUES))

  File 
"/Users/spencertichenor/Documents/pwnzone/env/lib/python3.5/site-packages/googleads/common.py",
 
line 147, in LoadFromStorage

% (path, required_client_values, original_keys))

googleads.errors.GoogleAdsValueError: Your yaml file, 
/Users/spencertichenor/documents/gnart/googleads.yaml, is missing some of 
the required values. Required values are: developer_token, actual values 
are ['developer_token', 'client_customer_id', 'refresh_token', 'client_id', 
'user_agent', 'client_secret']


Like what the heck because it says I'm missing the developer_token but then 
it lists developer_token in the actual values right after that. The program 
still works fine when I run it in a virtual environment in Python 2.7 
though. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1ae75e02-e6ed-4cc7-bd57-0a0bbf2eaf77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.