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

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

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,