Skip to content

pidugusundeep/Google-Drive-File-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Google Drive File Downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages