This project is a sample Node.js app featuring Box node.js SKD with OAuth 2.0.
Read a step-by-step guide in this Medium blog post.
- Use or create a sandbox environment or a free account
- Navigate to Dev Console.
- Create Box custom app.
- Choose user autentication with OAuth 2.0.
- Copy the Box client secret and client ID from Dev Console and paste them to to the .env file.
- Generate a session secret key to the .env file.
npm install
npm start