[SOLVED] How to get resumable links for Google drive large files

I’ve been trying to download some tutorials from google drive. Since they are large in size, it takes time to zip it. Also when i get the links for those zip files which are more than 1GB in size, i don’t get any resume-able links as per IDM.

Apart from that when i try to download those large sized files, due to some slow internet connection errors or power cut issues the download gets interrupted. And when i try to download the same, it asks to download from beginning(obviously, it happens for no resume-able links). But i tried to insert new link into the properties of that file and resume it, still it asks to download from the beginning. I have wasted as much as 6-7GB of data due to this problem.

Is there any way to solve this problem?
either by obtaining resume-able links (or) by transferring those files to another cloud account and downloading from them (like we do in zigbz, seedr)??

Expecting some solutions from onehackers!!!

Thanks!!

2 Likes

Use this thread to download without zipping the file form gdrive.

3 Likes

Thanks…! airexplorer works great!!!

P.S : pro version would do better, i suppose!

1 Like

Try this Chrome Extension, this will help you to fetch chunks of the file on your downloader, that you can easily click resume.

image


How to Download large Google Drive file with IDM (Internet Download Manager) on Google Chrome


Resume Downloads Using WGet

If the download fails to resume after pressing the button, you have one more method to try. It uses the command line, a piece of free software, and requires the partially downloaded file. While the command line can be a bit daunting for some, we will go over it step-by-step so you can follow along with ease.

WGet is an open-source application for Linux, macOS, and Windows, part of the GNU project that retrieves files over the internet. It’s a command-line tool that lets aborted downloads resume directly from web servers.

Head over to the WGet downloads page and get the package that’s right for your system. We’ll be using the Windows version for this guide, but it should work identically on all operating systems.

After WGet finishes downloading, install/extract the contents to a folder that’s easy to remember. Because it’s primarily used to resume Chrome downloads and uses the partially downloaded file, we put it in Chrome’s default download folder for convenience.

Open the downloads manager with Ctrl+J (Windows) or Command+J (macOS), locate the file, right-click the source file’s website, and then select “Copy Link Address.”

image

Now, click More (three dots) and then choose the “Open Downloads Folder” option.

image

Locate the file, right-click it, and then select “Rename.”

image

Remove the “.crdownload” extension from the end of the file and hit the Enter key.

image

Sometimes, Chrome gives a download a default name of “Unconfirmed.crdownload.” If this happens, you will have to rename the whole file. You can get the original filename from the source’s URL you copied earlier. For instance, our source URL is http://website.com/your/file/here/6.7.1.9.exe which means “6.7.1.9.exe” is the filename.

image

A message will open warning you the file might become unusable if you change the extension. Click “Yes.”

image

Now, open Command Prompt (Windows) or Terminal (macOS) and navigate to the downloads folder (i.e. C:\Users\User\Downloads ) where the file and the extracted WGet executable is located. Type wget -c . It should look something like this:

wget -c http://source.website.com/incompleteFile.exe

Hit the Enter key and, if the server allows for it, the file will resume from where it left off in Chrome. Otherwise, the download will start from the beginning again.

image

After the download completes, you can close Command Prompt or Terminal and open the file normally as you would if it had finished downloading properly the first time.

4 Likes

THANKSS! I will try it …

1 Like