OpenLane-V2 icon indicating copy to clipboard operation
OpenLane-V2 copied to clipboard

Not able to download dataset from Google Drive with wget command

Open meetb007 opened this issue 1 year ago • 2 comments

I'm not able to download the data set by wget command give in the md file:

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1Ni-L6u1MGKJRAfUXm39PdBIxdk_ntdc6' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1Ni-L6u1MGKJRAfUXm39PdBIxdk_ntdc6" -O OpenLane-V2_sample.tar

In the OpenLane-V2_sample.tar file, I'm getting html data of google page saying Google Drive can't scan this file for viruses. and Download anyway button.

meetb007 avatar May 14 '24 07:05 meetb007

Hi, please use the download anyway button.

faikit avatar May 14 '24 11:05 faikit

I want to use wget command. I'm using this data on server so, I won't be able to download it through GUI. Please suggest some way to download the data through command line.

meetb007 avatar May 15 '24 14:05 meetb007