【Google OAuth】AttributeError: 'InstalledAppFlow' object has no attribute 'run_console' – Nginx
I wrote a Python script(Google_add.py) which creates users in the Google Workspace. However, When it is run, an AttributeError occurred. How do I resolve this Error? ・Google_add.py (Excerpt) PATH = '/opt/Google/credentials.json' CLIENT_SECRETS = '/opt/Google/client_secrets.json' credentials = None #If there are credentials…