https://github.com/dhanyn10/nodejs-gdrive
https://github.com/dhanyn10/nodejs-gdrive
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhanyn10/nodejs-gdrive
- Owner: dhanyn10
- Created: 2018-11-18T12:52:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T19:52:14.000Z (over 5 years ago)
- Last Synced: 2025-01-16T23:26:27.861Z (4 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Simple NodeJS Google Drive API Implementation
### How to Use
1. clone this repository
2. go to your google cloud platform api [here](https://console.cloud.google.com/apis/credentials)
3. follow the readme instructions inside `drive` folder.
3. download your credential json file and rename it as `oauth2.keys.json`, save file in this root project folder
4. move to `drive` folder, then run `node quickstart.js`