Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngimdock/googledriveapi
A simple javascript project to learn how to upload files on google drive
https://github.com/ngimdock/googledriveapi
Last synced: about 1 month ago
JSON representation
A simple javascript project to learn how to upload files on google drive
- Host: GitHub
- URL: https://github.com/ngimdock/googledriveapi
- Owner: ngimdock
- Created: 2022-12-14T23:15:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T00:47:33.000Z (about 2 years ago)
- Last Synced: 2024-11-13T18:53:18.609Z (3 months ago)
- Language: JavaScript
- Size: 808 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# googleDriveApi
This is a simple javascript project build to use `google API` and upload, dowload, delete and share images on `google drive`
## Start the project
### 1 - Requirements
You need to have `nodejs` and `npm` install.
### 2 - First clone the project
```bash
get clone https://github.com/ngimdock/googleDriveApi
```### 3 - Install dependecies
```bash
npm install
```or
```bash
yarn install
```### 4 - Run the project
```bash
node app.js
```Now you can check the imported file in your google drive ✨✨.