Page MenuHomec4science

quickstart.py
No OneTemporary

File Metadata

Created
Tue, May 21, 13:59

quickstart.py

from pydrive.auth import GoogleAuth
gauth = GoogleAuth()
gauth.LocalWebserverAuth() # Creates local webserver and auto handles authentication.

Event Timeline