Glider
Loading...
Searching...
No Matches
src.upload_module.gdrive.DownloadFiles Namespace Reference

Functions

 download_file_or_folder (file_id, path)
 

Function Documentation

◆ download_file_or_folder()

src.upload_module.gdrive.DownloadFiles.download_file_or_folder ( file_id,
path )
Downloads a file or a folder from Google Drive

Args:
    file_id (str): ID of the folder/file to download
    path (str): Local path where file(s) will be downloaded
Returns : Nothing

Definition at line 13 of file DownloadFiles.py.