Top "Pydrive" questions

PyDrive is a wrapper library of google-api-python-client that simplifies many common Google Drive API tasks.

Python: download files from google drive using url

I am trying to download files from google drive and all I have is the drive's URL. I have read …

python download google-drive-api urllib2 pydrive
Automating pydrive verification process

I am trying to automate the GoogleAuth process when using the pydrive library (https://pypi.python.org/pypi/PyDrive). I've …

python google-api cloud google-drive-api pydrive
Load xlsx file from drive in colaboratory

How can I import MS-excel(.xlsx) file from google drive into colaboratory? excel_file = drive.CreateFile({'id':'some id'}) does …

python excel pandas pydrive google-colaboratory
PyDrive: Invalid client secrets file

I am trying to use PyDrive to get a list of all files in my Google Drive. I have read …

python python-2.7 pydrive
List of file in a folder/ DRIVE API PyDRIVE

I can't change folder and view what's inside. drive = GoogleDrive(gauth) file_list = drive.ListFile({'q': "'root' in parents and …

python drive pydrive
Python : upload my own files into my drive using Pydrive library

I'm discovering PyDrive API, using Python. i want to upload my file into my drive. however in Pydrive Documentation i …

python file-upload pydrive
Create a folder (if not exists) on google drive and upload a file to it using Python script

So far I can upload file to the folder if it exists. I can't figure out a way to create …

python google-api-python-client pydrive
Pydrive error: No downloadLink/exportLinks for mimetype found in metadata

I am trying to download a simple text file from google drive automatically with the pydrive module for python. I …

python python-2.7 pydrive
Manage files from public Google Drive URL using PyDrive

I`m using PyDrive QuickStart script to list my Google Drive files. Code: from pydrive.auth import GoogleAuth from pydrive.…

python google-api-python-client pydrive