api-samples icon indicating copy to clipboard operation
api-samples copied to clipboard

error when running python sample

Open stephane-archer opened this issue 1 year ago • 1 comments

python3 quickstart.py
Traceback (most recent call last):
  File "quickstart.py", line 41, in <module>
    service = get_authenticated_service()
  File "quickstart.py", line 24, in get_authenticated_service
    credentials = flow.run_console()
AttributeError: 'InstalledAppFlow' object has no attribute 'run_console'

stephane-archer avatar Jul 19 '24 14:07 stephane-archer

Seconded, simply using the example code provided via the api site and getting the same issue.

vaylvn avatar Jul 31 '24 01:07 vaylvn