I am trying to download only one .tar file (Task03_Liver.tar) from this Google Drive link: https://drive.google.com/drive/folders/1HqEgzS8BV2c7xYNrZdEAnrHk7osJJ--2 into Google Colab with Python on Windows.
However, I do not know how to do it properly because I am getting a HTML file instead of the .tar file.
I tried the !wget command but it is not working. It does not show any error but I guess I am adding a wrong link or maybe there's another command to extract a specific file from a Google Drive folder.
!wget https://drive.google.com/file/d/1jyVGUGyxKBXV6_9ivuZapQS8eUJXCIpu/view
And I get the following:
--2022-11-26 10:36:54-- https://drive.google.com/file/d/1jyVGUGyxKBXV6_9ivuZapQS8eUJXCIpu/view
Resolving drive.google.com (drive.google.com)... 74.125.142.113, 74.125.142.100, 74.125.142.138, ...
Connecting to drive.google.com (drive.google.com)|74.125.142.113|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘view’
view [ <=> ] 72.73K --.-KB/s in 0.004s
2022-11-26 10:36:55 (17.7 MB/s) - ‘view’ saved [74476]
It is an HTML file but I expect a .tar file downloaded