Hi, As described in a previous post <https://groups.google.com/g/adwordsapi/c/xEWD6khWmcI/m/_jjTxl3uAgAJ>, I'm trying to walk through your guide <https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-web> and failing on step 3 <https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-web#step_3_-_generating_a_refresh_token> . I'm running the example script "authenticate_in_web_application.py" while specifying the "client_secrets_path" and keep getting this error "AttributeError: 'NoneType' object has no attribute 'group'". Looks like the code expects some query parameters which the example does not include in it's GET request.
I tried all the steps in the guide both on Windows 10 and WSL 2 (Ubuntu), even tried to run it in a isolated docker container based on python3.6 but failed due to network problems between the container and the host. I would appreciate your help on this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/cac56fe8-d2f1-4ce6-af70-d75d4983aa02n%40googlegroups.com.
