I am a programming beginner and thing I\'m trying to learn how to use google API with Python.
Python
I have:
If you're working on a jupyter notebook and want to set GOOGLE_APPLICATION_CREDENTIALS environment variable in Python code :
import os os.environ["GOOGLE_APPLICATION_CREDENTIALS"]="/path/to/file.json"