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, i received a link to get the verification code, when used it, i received a None refresh token, so i can not continue to setup my account with config.py.
Here is my command screen:
-----------------------------------------------------------------------------------------------------------------------------------------
After approving the token enter the verification code (if specified).
Code: 4/2Q4PX7rsGTM6qeXrnYdc-Gy6iXpc.MmF9LajRI3MeXE-sT2ZLcbQ1yxJQhgI
OAuth 2.0 authorization successful!
Your refresh token is: None
-----------------------------------------------------------------------------------------------------------------------------------------
I don't know that i did wrong somewhere. Anyone has encountered this situation yet? I need some help
Many thanks!