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
Built Distribution
Close
Hashes for googleDriveFileDownloader-1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0defbd5ac15f4f8d22b5bc3670a490921b51425d051783cc2308cadca0dd3afa |
|
MD5 | 1ebe5ee440a08a009440dde8f7d8c531 |
|
BLAKE2b-256 | 1d1fa4718938a4ff64a1eef8170a1e96378cdd78e0f007dd5525fd6bd10f5df9 |
Close
Hashes for googleDriveFileDownloader-1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2323e7bb31c8f6707dd3399ea30f4d28b1adff542eb445601ec766f7b3d1729 |
|
MD5 | 9e2bae0fd338722999b2af49469011cd |
|
BLAKE2b-256 | 7ab8153f2082103ae57cc871575b5acedb7dd87deed4e751c174af62a2c732b9 |