The downloader app doesn't need Google Drive API, but instead use Google Apps Script for getting the file list.
- Use code from
google_apps_script.gs
file. - Deploy as web app.
- Copy the web app url and paste that link as value of variable
script-url
ofdownloader.js
in the repo.
- Enter the google drive folder links in urls.txt file line by line
- Run commnad
node downloader.js
- For HTTP, Run command
node httpServer.js
- For HTTPS, Run command
node httpsServer.js