google-auth-library-python-oauthlib
google-auth-library-python-oauthlib copied to clipboard
appflow.run_console() is deprecated fix building auth url
As appflow.run_console() is deprecated.
It would be a good idea to give the ability to build the url so that the user can take it over to their normal web browser in the event they are running this over SSH.
Currently this doesn't work as installed app auth url is built using the old OOB urls. oob
Could this be changed to http://127.0.0.1
@LindaLawton have you found a way to get this to work via SSH?
@LindaLawton OOB urls were removed a while back. They are not being used anymore.