Re: Problem with refresh token in Python

2015-06-19 Thread Danial Klimkin
Hello Jagat, The application should provide you an URL which you need to open in the browser. Make sure to be logged in as AdWords user. Once opened, you will be requested to grant permission for this application to access your AdWords account. Upon grant, you'll see the code in the browser b

Re: Problem with refresh token in Python

2015-06-19 Thread Jagat Bhat
Where do i get the Code to be specified. After approving the token enter the verification code (if specified). code : please help me out. On Wednesday, 25 December 2013 10:38:58 UTC+5:30, dev...@simpleunion.com wrote: > > Hi there! > > I'm using adwords_examples_python_15.11.1. I can run th

Re: Problem with refresh token in Python

2013-12-30 Thread Danial Klimkin
Hello, Please make sure you are not logged in when opening the auth URL. When prompted, log in as your production AdWords account user. -Danial, AdWords API Team. On Wednesday, December 25, 2013 9:08:58 AM UTC+4, dev...@simpleunion.com wrote: > > Hi there! > > I'm using adwords_examples_pyth

Problem with refresh token in Python

2013-12-25 Thread dev+ads
Hi there! I'm using adwords_examples_python_15.11.1. I can run the example code correctly with a test account before. But now, i use a production account, i setup it with the config.py code, and run the generate_refresh_token.py to get new token for the api. With my Client Id and Client Secret,