I'm getting an error when trying to run the python get_report_fields.py script.
I have followed this process <https://developers.google.com/adwords/api/docs/guides/oauth_playground#overview> to obtain my token details but get the following error that I do not understand: No handlers could be found for logger "suds.client" Traceback (most recent call last): File "get_report_fields.py", line 53, in <module> main(adwords_client, REPORT_TYPE) File "get_report_fields.py", line 39, in main fields = report_definition_service.getReportFields(report_type) File "build/bdist.macosx-10.5-x86_64/egg/googleads/common.py", line 323, in MakeSoapRequest File "/Users/stephen/anaconda/lib/python2.7/site-packages/suds/client.py", line 521, in __call__ return client.invoke(args, kwargs) File "/Users/stephen/anaconda/lib/python2.7/site-packages/suds/client.py", line 581, in invoke result = self.send(soapenv) File "/Users/stephen/anaconda/lib/python2.7/site-packages/suds/client.py", line 619, in send description=tostr(e), original_soapenv=original_soapenv) File "/Users/stephen/anaconda/lib/python2.7/site-packages/suds/client.py", line 670, in process_reply raise WebFault(fault, replyroot) suds.WebFault: Server raised fault: '[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'<null>']' Thanks, Stephen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/cdc5ec87-2d72-4d4e-b2b7-5afed640884d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
