googleDriveFileDownloader 1.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

googleDriveFileDownloader 1.2

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.