Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 718 Bytes

Node Upload File

This is a very simple app that demonstrates how to upload a file twith Autodesk's View and Data API.

Dependencies

  • Node.js
  • Express.js
  • Formidable

Setup

  • If you haven't already, go register a developer account with Autodesk at http://developer.autodesk.com/
  • Before getting here, you should have already know how to get an authorization token and have created a bucket
  • Change the token and bucket name to your own in app.js
  • cd into the folder where you saved this project
  • type npm install to install the dependencies
  • type node app.js
  • Go to http://localhost:3000/ and upload a file
  • You should see the response from the upload

Written By

Shiya Luo

License

MIT