Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1023 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 1023 Bytes

Box Dev Logo

Box-node.js-SKD-with-OAuth-2.0

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.

Run project

  1. Use or create a sandbox environment or a free account
  2. Navigate to Dev Console.
  3. Create Box custom app.
  4. Choose user autentication with OAuth 2.0.
  5. Copy the Box client secret and client ID from Dev Console and paste them to to the .env file.
  6. Generate a session secret key to the .env file.
npm install
npm start