kbaseapps / DataFileUtil

MIT License
0 stars 12 forks source link

Downloading large files from Google no longer works #97

Closed MrCreosote closed 7 months ago

MrCreosote commented 7 months ago

The code looks for a cookie called download_warning and then uses the contents in a confirm query parameter when downloading the file. However, that cookie no longer exists when querying the download url.

Another case where we should probably look into using the google drive library

MrCreosote commented 7 months ago

Well I'll be hornswoggled, found a way to do this