Created
July 8, 2015 11:00
-
-
Save iamtekeste/3cdfd0366ebfd2c0d805 to your computer and use it in GitHub Desktop.
Download Google Drive files with WGET
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download Google Drive files with WGET | |
Example Google Drive download link: | |
https://docs.google.com/open?id=[ID] | |
To download the file with WGET you need to use this link: | |
https://googledrive.com/host/[ID] | |
Example WGET command: | |
wget -O file https://googledrive.com/host/[ID] |
我已收到您发送的邮件。我会及时查看。
I found a blog article that shows how to download Google Drive files using the Linux terminal. It includes a step-by-step guide and a video. Check it out here.
我已收到您发送的邮件。我会及时查看。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked for me too! Thanks!