Skip to main content

Helper to download google drive files with the URL

Project description

Google-Drive-File-Downloader

Helps to download google drive files with ease 🎉

Installing the Package:

pip install googleDriveFileDownloader

Sample code:

from googleDriveFileDownloader import googleDriveFileDownloader
gdownloader = googleDriveFileDownloader()
gdownloader.downloadFile("https://drive.google.com/uc?id=1O4x8rwGJAh8gRo8sjm0kuKFf6vCEm93G&export=download")

You can also provide custom file name :

gdownloader.downloadFile("https://drive.google.com/uc?id=1O4x8rwGJAh8gRo8sjm0kuKFf6vCEm93G&export=download","NewFile.zip") #Make sure to provide the custom file name along with the file extension if exists
  • It will automatically save the file in your local directory with the name as stored in the drive or as provided in the custom file name

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

googleDriveFileDownloader-1.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

googleDriveFileDownloader-1.2-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page