Re: Get JSON format from adwords api report

2017-06-08 Thread Rafaella Keyzer
Thank you for the reply. Whatever I try to do to convert the xml to json I get this error: TypeError: 'NoneType' does not support the buffer interface Do you have any experience in converting the response? Op woensdag 7 juni 2017 18:56:33 UTC+2 schreef Shwetha Vastrad (AdWords API Team): > > Hi

Get JSON format from adwords api report

2017-06-07 Thread Rafaella Keyzer
So I'm building an application which has a frontend in React and a backend in python (pyramid framework). I recently integrated the google adwords api to query custom reports (doing this in python). I'm able to get a report from the api by making a query. However, the response comes eithe

invalid_client: The OAuth client was not found

2017-06-07 Thread Rafaella Keyzer
So I've been struggeling getting the adwords api client library for python set up. After finally getting generate_refresh_token.py working, I managed to retrieve my refresh token. However, when trying to make a request to the server I still get a : 'Http AccessToken Refresh Error: invalid_clien

The OAuth client was not found

2017-06-07 Thread Rafaella Keyzer
So I've been struggeling setting up the Adwords api with the python library. I finally managed to get generate_refresh_token.py working and retrieved my refresh token. I then pasted the credentials including the refresh token in the googleads.yaml file However, when trying to make a request to t