google_download_util
download_file_from_google_drive
¶
Download the data from the Google drive public URL.
This method will try to download the file for given number of retries till successful.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
file_id
|
str
|
File ID of Google drive URL. |
required |
destination
|
str
|
Destination path where the data needs to be stored. |
required |
max_retries
|
int
|
max number of retries. |
3
|