Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ✨✨.