Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ShanukJ/gDrive-Multiple-File-Upload

This is a simple script to upload Multiple files into google drive using google drive API and Nodejs.
https://github.com/ShanukJ/gDrive-Multiple-File-Upload

google-api google-drive nodejs

Last synced: 12 days ago
JSON representation

This is a simple script to upload Multiple files into google drive using google drive API and Nodejs.

Awesome Lists containing this project

README

        

Welcome to gDrive Multiple File Upload 👋

> This is a simple script to upload Multiple files into google drive using google drive API and Nodejs

## Install

```sh
npm install
```

## Usage

```sh
node index.js
```

Requirements


  1. Enable APIS and Services for your project.

  2. Create a service account and download the key.

  3. If you need to upload your files into a folder, you need the folder id.

Follow these steps to get your folder id


  • To find folder id, you need to provide permission to the service account user.

  • Share it with edit access and get the link to the folder.

  • You will see something like this: https://drive.google.com/drive/u/1/folders/xxxxxXXXXXXxxxxxxxXXXXXXX.

  • In this case folder id is xxxxxXXXXXXxxxxxxxXXXXXXX.

## Author

👤 **Jayamal Hettiarachchi**

* Github: [@ShanukJ](https://github.com/ShanukJ)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_