Reputation: 987
I have a google drive link with the following url https://drive.google.com/file/d/13f1a4u_HC63izsZWhaJge0G7adqkDPuO/view
I tried wget https://drive.google.com/file/d/13f1a4u_HC63izsZWhaJge0G7adqkDPuO/view
but i couldnt download anything.How to use wget to download.I am using Ubuntu.Please help me
Upvotes: 1
Views: 1164
Reputation: 152
Try this.. soman raj
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=13f1a4u_HC63izsZWhaJge0G7adqkDPuO' -O geometryandalgebra.pdf
Upvotes: 2