Hello,
I tried to download the data with CLI, and I found the name of the completion in the list, but the list was empty. Is there any way that I could download the dataset with CLI? Would you please provide a code snippet for it?
Cheers,
Hadi
Hello,
I tried to download the data with CLI, and I found the name of the completion in the list, but the list was empty. Is there any way that I could download the dataset with CLI? Would you please provide a code snippet for it?
Cheers,
Hadi
Hi,
I started the download on my Windows Chrome browser, then copied the actual s3 download link from the downloading file, canceled it, and used curl/wget with that URL in the terminal.
If you copy the link address from the resources page here, it does not resolve to the actual file URL, so I let the browser resolve the final URL and used that.
Also, don’t forget to put the URL inside double quotes, otherwise, it throws command not found errors for parts of the URL.
Thanks, it worked perfectly