0

I am trying to download a video file from my google drive using VBScript or cmd. Named, WPR.avi and its size is 14MB.

I donno how to make it done successfully.

Note : I don't need wget or curl. I like to do it with self running program without help of any third party softwares.

4
  • you want to download a file from connected google drive storage to your PC? or you want to download from google link url ? Commented Nov 27, 2017 at 9:57
  • google drive link URL bro
    – Philip
    Commented Nov 27, 2017 at 10:10
  • use PowerShell, there you will find similar tools like wget and curl without using any third party tools
    – SimonS
    Commented Nov 27, 2017 at 10:38
  • You might be able to use the bitsadmin command.
    – Squashman
    Commented Nov 27, 2017 at 22:27

1 Answer 1

0

Go in developer mode in your browser in firefox this is done by using F12 then go to the console tab. Now when you download the file by hand you will see the console empty and a link will pop-up which you can use to download from the command line.enter image description here

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .