Skip to content

MWaris97/drive-upload-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loco

Download and upload file on google drive with NodeJS – easy as cake! 🍰✉️

Built With

  • Node

Getting Started

Steps to run locally

  1. Clone the repo

    git clone https://github.com/MWaris97/drive-upload-nodejs.git
  2. Install NPM packages

    npm install
  3. Follow my article to setup service account on google and download json file

  4. Place the json file in the your working directory

Usage

  1. view all the files
node loco.js list
  1. upload a file
node loco.js upload <filename>
  1. update the file
node loco.js update <filename> <file_id>
  1. download the file
node loco.js update <filename> <file_id>

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published