Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 985 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 985 Bytes

Google Drive Downloader && Web Server for Downloaded Files

The downloader app doesn't need Google Drive API, but instead use Google Apps Script for getting the file list.

Deploy web app in google apps script

  1. Use code from google_apps_script.gs file.
  2. Deploy as web app.
  3. Copy the web app url and paste that link as value of variable script-url of downloader.js in the repo.

Usage of Downloader

  1. Enter the google drive folder links in urls.txt file line by line
  2. Run commnad
    node downloader.js

Usage of Web Server

  1. For HTTP, Run command
    node httpServer.js
  2. For HTTPS, Run command
    node httpsServer.js