1.0.0 • Published 6 years ago

gcloud_downloader v1.0.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

Cloud Downloader

This NodeJS app lets you download any online file to Google Drive .

How it works

  1. It downloads the file at the direct link provided .
  2. Creates an OAuth2.0 client using googleapis
  3. Connects drive using the authorization
  4. Uploads the downloaded file to gdrive
  5. Gives GDrive link to the file

It also maintains a basic database in json that saves the last status and name , date of the file . Upon deletion the download taskas well the file and the entry are deleted from the Database .

Install

  1. Get credentials.json from https://developers.google.com/drive/api/v3/quickstart/go
  2. Put in the project directory
  3. Run
node .

Using NPM

npm install gcloud_downloader

Thanks Contact : admin@hoptech.in My Website http://hoptech.in/