My prefered browser: Chromium My prefered download manager : uget+aria2
When I download a Google Drive folder shared to me, Chromium automatically downloads it by its default download manager. Problem is the size is really huge. So I got to have some resume support.
Link is like https://doc-00-1s-docs.googleusercontent.com/docs/secure/bla bla bla bla.
So when I copy the link to uget, or aria2 in terminal... a ServiceLogin.html file gets downloaded.
I have no luck with wget via terminal as well.
So what could be the easy way?
I had the same issue downloading files using downloaders. The issue is when you are logged in with any Gmail account, google generates a different link. What I do is, I generate a shareable link and open that link in incognito mode, then just added the link to downloader and it works. And now the download link generated is a different one.
More Clear Solution (Changed)
Tools Info UGet+ Chrome
What worked for me was:
https://docs.google.com/uc?id=0B08CMVb2YK_EMkUyRmc4a0NtazQ&export=download
Actually this might solve the issue in a clever & useful way
Tools used:
Things to do:
nano ~/.bash_aliases
Copy and paste this function into the terminal
Save file by pressing Ctrl+X
On terminal, call the function (this is an example)
Once it run, you will see an url "https://..."
Tested to this date.
The function
gdrive_download
comes from vladalive's comment, using the one-line command from beliys.They're whom deserve such credit.
You may get a direct link of the file by using the DriveAPI:
First set your file view permission to
Anyone With the Link
.Copy the
File ID
, which is the string betweendrive.google.com/file/d/
and/view?usp=sharing
Go to Google Cloud Platform
Click
CREATE CREADENTIALS
on the top of the page, thenAPI Key
.Copy the API Key and build the link with following syntax:
https://www.googleapis.com/drive/v3/files/[YOUR_FILE_ID_HERE]?alt=media&key=[YOUR_API_KEY_HERE]
Updating my IDM to the latest version did the trick for me. Once I updated IDM to the latest version it automatically added an extension to chrome. I, then restarted chrome in normal mode, pasted the url and hit on "Enter" and IDM popped up with the proper link for the file to be downloaded. I'm happily downloading the file with IDM now. The file size is approx. 2.5 GB.
Hope this helps.
I had the same issue, and I found this way extremely easy.
First, I have to say it would be helpful if you want to download a file whose link expired using the IDM (Internet Download Manager) application.
So do these steps:
1-download the file with IDM
Image Step 1
2-after a while, the link will be expired, and IDM will not continue to download the file. So stop the download, do a right-click on the file in IDM and choose refresh download address
Image Step 2
3-then you will go to the first download page that has a download link in it, click on download (in some cases, it's
download anyway
) you will get a message that saysImage Step 3-1 Step 3-2 Step 3-3
4- go back to the IDM, right-click on the file, and choose resume download. your file will continue to download
Step 4