How to read files from Google drive with Python with PyDrive
Hello! If you need to read files from Google drive with your Python script, you can easily do so using PyDrive2 module. pip install PyDrive2 However before using it, you have to authenticate with Google OAuth. Go here and create new credentials: Then it will give you an option to download client_secrets.json (“Download JSON” link … Read more