Python Script to download any file (any size) from Google Drive.
#Requirements:
- Python
- requests module (http://docs.python-requests.org/)
- Google Drive file's public link.
#Usage Simply run python file as below :
python gdrive_downloader.py
When prompted, enter the requested details.
#How to get public file ID.
- Open the Google Drive folder where file is present.
- On the file you want to download, right click and select "Get Sharable Link". You'll get something like :
https://drive.google.com/open?id=0B7xAF1f7vzYzNjFmZXbhdfhgv2
- Simply copy the part after
id=
e.g.0B7xAF1f7vzYzNjFmZXbhdfhgv2