You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to download the data from this link (https://drive.google.com/drive/folders/10p87Mobgueg9rdHyLPkX8xqEIvga6p2C), however, the download gets stuck in the middle when google drive tries to compress the files. Tools like gdown do not allow downloading more than 50 files at a time. Is it possible to compress everything together using 'zip -r -0 data.zip *' which will create a single file which can be downloaded using google drive.
The text was updated successfully, but these errors were encountered:
I was trying to download the data from this link (https://drive.google.com/drive/folders/10p87Mobgueg9rdHyLPkX8xqEIvga6p2C), however, the download gets stuck in the middle when google drive tries to compress the files. Tools like gdown do not allow downloading more than 50 files at a time. Is it possible to compress everything together using 'zip -r -0 data.zip *' which will create a single file which can be downloaded using google drive.
The text was updated successfully, but these errors were encountered: