insynout

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 23 January 2017

Secret: How to download large files from Google Drive the right way

Posted on January 23, 2017 by anuj
  How to download files above 2gb from google drive

Google Drive is an awesome tool for saving files online. It offers 15 GB storage for a standard free account. If you want more space, then upgrade to their premium plans which are cheaper and are at reasonable prices.

You can easily download files of less size...about 2GB from google drive using the Google Drive's desktop app and direct download, but beyond that, it will struggle to download files. I tried to download all my pics from my backup which were about 2.5 GB, compressed them and they were failing each and every time while downloading.

In this article, I'll share a few tricks on how to download large size files from Google Drive without any issues. You can also download files with the help of download managers with this simple trick.

# Method 1:

If you're like me who thinks that Command line interface is cool and awesome, follow this method. It's a pretty easy method and anyone can follow it.

The below method is for downloading all types of files whether they are privately owned or shared. We authenticate the file from drive to grant access to our IP and maintain the connection and ensure that the download speeds remain constant.

Here are step-by-step instructions to download a file from Google Drive using the command line API if the file is shared privately and needs authentication.

Get the file ID:

        1. Go to your Google Drive in your browser.
Download large files from google drive using terminal, Above 2GB, files download
        2. Right-click (or control-click) the file you want to download and click “Get shareable link”. The link looks like this: https://drive.google.com/open?id=XXXXX. Make note of the file ID “XXXXX”; you will be needing it below.
Download large files from google drive using terminal, link Sharing, 2GB download limit
Download large files from google drive using terminal,Easliy, 2gb lmit

Get an OAuth token:

        1. Go to OAuth 2.0 Playground.
Download large files from google drive using terminal, OAuth Token
        2. In the “Select the Scope” box, scroll down, expand “Drive API v3”, and select "https://www.googleapis.com/auth/drive.readonly"
Download large files from google drive using terminal, google api,oauth
        3. Click “Authorize APIs” and then “Exchange authorization code for tokens”. Copy the “Access token”; you will be needing it below.
Download large files from google drive using terminal, using IDM,browser,

Download large files from google drive using terminal, and browser,Access token

Download the file from the command line:

If using OS X or Linux, open the “Terminal” program and enter the following command. It also works on Bash on Ubuntu on Windows 10 64-bit if you've enabled in your settings.

  1. curl -H "Authorization: Bearer YYYYY" https://www.googleapis.com/drive/v3/files/XXXXX?alt=media -o ZZZZZ


Download large files from google drive using terminal
Download large files from google drive using terminal,
If using Windows, open the “PowerShell” program and enter the following command. (Note: I haven’t tested this)

  1. Invoke-RestMethod -Uri https://www.googleapis.com/drive/v3/files/XXXXX?alt=media -Method Get -Headers @{"Authorization"="Bearer YYYYY"} | Out-File ZZZZZ


In your command, replace “XXXXX” with the file ID from above, “YYYYY” with the access token from above, and “ZZZZZ” with the file name that will be saved (for example, “myFile.mp4” if you’re downloading a mp4 file).
Press Enter and let the download begin.

# Method 2:

Method 2 is damn easy. Follow the steps below:

1. Open a browser window and copy the link of the file that you want to download.

2. Now open an Incognito window or any other browser but make sure that you are not signed in into your google account in that tab or browser.

3. Hit download. The browser starts to download the file, but if you want to use a download manager then, cancel it and paste it any download manager URL list that you prefer to.

4. That's it. :D  

Hope you like the article. Please share it and comment down below if facing any issue.
Email ThisBlogThis!Share to XShare to Facebook
Posted in How To | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • How to Install Softwares in Linux
    In any operating system, we need to install applications for use in day-to-day tasks. In Windows operating system, there is a simple .exe ex...
  • Top 10 Android Launchers You Need To Try in 2017
    Are you bored of same old Home Screen and User Interface on your mobile device? Want to look cool and be functionable and at the same time ?...
  • Types of Hosting
    In the previous article, we discussed about Hosting  and domain name and their functionality.In this article I will explain the types of Hos...

Categories

  • Android
  • Blogging
  • Hosting
  • How To
  • Linux
  • News
  • Product reviews
  • Tech
  • Tips
  • What is
  • Windows

Blog Archive

  • February 2017 (3)
  • January 2017 (2)
  • December 2016 (5)
  • October 2016 (2)
  • September 2016 (1)
  • August 2016 (1)
  • February 2016 (4)
  • January 2016 (4)
Powered by Blogger.

Report Abuse

  • Home

About Me

anuj
View my complete profile

Search This Blog