Skip to content

This project was developed so that the user can upload files behind NodeJS

Notifications You must be signed in to change notification settings

caioorg/drive-api-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS - GoogleDrive API

This project was developed so that the user can upload files behind NodeJS.

Functional requirements:

For the application to work it is necessary to create a client secret and client id of the application itself. To do this, follow these steps:

  • Visit: web
  • Click: Enable the Drive API
  • Download the credential file and insert the downloaded file at the root of the project with the name credentials.json
  • Run the Project

Getting Started

# clone it
  git clone https://github.com/caioorg/drive-api-node
  cd drive-api-node

# Make it your own
  rm -rf .git && git init
  
# Install dependencies
  npm install

# Start project development
  node .

Comments:

In the first run, an access link will appear on your terminal so that you can generate the specific token of your application, follow the steps and at the end everything will work normally.

License

MIT

About

This project was developed so that the user can upload files behind NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published