Re: Im stock here in CreateHttpHeader error

2018-03-02 Thread Mark Anthony Gutierrez
Hello Vincent, I have successfully get a request using LoadFromStorage(). Thanks a lot for the help! Kudos! On Friday, March 2, 2018 at 5:04:14 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Mark, > > You need to set the client secret >

Re: Im stock here in CreateHttpHeader error

2018-03-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Mark, You need to set the client secret and refresh token as they are required fields in the authentication. In regards to

Re: Im stock here in CreateHttpHeader error

2018-03-02 Thread Mark Anthony Gutierrez
Hello Vincent, Im trying not to use the google.yaml and in the adwords.AdwordsClient parameters there's no indicating that I need the secret token and the refresh token. Also I tried to use googleads.yaml and I got this error: File "C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\

Re: Im stock here in CreateHttpHeader error

2018-03-02 Thread Mark Anthony Gutierrez
Hello Vincent, Im trying not to use the google.yaml and in the adwords.AdwordsClient parameters there's no indicating that I need the secret token and the refresh token. On Friday, March 2, 2018 at 5:20:19 AM UTC+8, Mark Anthony Gutierrez wrote: > > Traceback (most recent call last): > File

Re: Im stock here in CreateHttpHeader error

2018-03-01 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Based on your code snippet, it seems that you are not utilizing the property file in getting the details of your credentials. I recommend that you use the property file so you don't need to set these values in

Im stock here in CreateHttpHeader error

2018-03-01 Thread Mark Anthony Gutierrez
Traceback (most recent call last): File "C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\exception.py", line 35, in inner response = get_response(request) File "C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\