| 1 | # Download code taken from Code taken from https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive/39225039#39225039 |
| 2 | import requests |
| 3 | |
| 4 | def download_file_from_google_drive(id, destination): |
nothing calls this directly
no test coverage detected