Sometimes clients give their Files/Backups of Dupal by sharing a Google Drive Link, when you wget the given link then you will get the link only, not the file. Look at this link:
https://drive.google.com/file/d/FILEID/view?usp=drivesdk
To get the file for simple/smaller file then use:
wget -c -t10 --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O NEWFILENAME
For large file: