Google API Python - KeyError: _module
Finally, I have figured it out. The client_secret.json
file which is downloaded from Google API console should be placed in the same directory as the python quickstart.py
file and not inside ~/.credentials
directory. This fixes the issue.