This is simple server app that connects to google drive to list files, download them and show which users have access to those files.
- run
npm install
in the folder
It is need to place the credentials.json and token.json into the folder. You will be using my credentials as this app will be run locally and is not deployed in a real server.
- run
npm start
- launch a browser in http://localhost:3000