Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 480 Bytes

##GDrive

A simple proof of concept app to connect to your gdrive and retrieve a list of files and folders.

First ensure you have registered for API access. https://code.google.com/apis/console Once you have registered for access, you will have a client id and client secret. Keep that handy cause you will need it to connect to this POC.

npm install

Usage

To run the app, execute node test.js

open browser and point it to http://localhost:8553