I try to run oauth flow code in python on a google-cloud shell.
But I get an error as the method "run_console" doesn't exist. How can it be?
I try to run oauth flow code in python on a google-cloud shell.
But I get an error as the method "run_console" doesn't exist. How can it be?
run_console was deprecated don't use that method
use run_local_server for installed applications.