Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ShanukJ/gDrive-Multiple-File-Upload
- Owner: ShanukJ
- Created: 2021-12-25T07:37:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T08:42:51.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T16:48:06.534Z (3 months ago)
- Topics: google-api, google-drive, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- Enable APIS and Services for your project.
- Create a service account and download the key.
- 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)_