Hi, That error indicates that your googleads.yaml file is not in the proper format. A few things to check are:
1. Make sure that indentation mirrors what is shown in the sample googleads.yaml file <https://github.com/googleads/googleads-python-lib/blob/master/googleads.yaml> . 2. Did you copy the file from a Unix machine to a Windows machine, or vice versa? I ask because it mentions %r in the error. If so, please try opening the file in your platform's text editor and confirm that line breaks are occurring at the expected positions. Thanks, Josh, AdWords API Team On Monday, April 25, 2016 at 8:52:52 AM UTC-4, [email protected] wrote: > > Hi, I'm having problems with the authentication of my client, so I can't > execute any code. > I filled all the requested information in the .yaml file but I get this > error > > "expected <block end>, but found %r" % token.id, token.start_mark) > yaml.parser.ParserError: while parsing a block mapping > in "<string>", line 6, column 3: > developer_token: MPnIqiJ4FnmnKSV ... > ^ > expected <block end>, but found '<block mapping start>' > in "<string>", line 11, column 4: > client_customer_id: 985-945-2479 > ^ > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 --- 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 [email protected]. 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/480db492-d9a0-44a9-a5f0-997e79cd3993%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
