Hey team, i am following the step 3 from below guide to generate the refresh token:
https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-installed but i don't see the page/url after i run 'authenticate_in_standalone_application.py'. so i'd like to check if i don't do correctly on the path of the json file: ----- import argparse from google_auth_oauthlib.flow import InstalledAppFlow SCOPE = u'https://www.googleapis.com/auth/adwords' def main(client_secrets_path, scopes): flow = InstalledAppFlow.from_client_secrets_file( 'C:\Users\Desktop\client.json', scopes=scopes) -------- could you help to let me know if anything wrong in the def part? thanks, Siqi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1f5e5ce4-4ea4-4a2f-9de8-51e9a7a21778%40googlegroups.com.