8 Sep 2016
Forge Tutorials, which should I use?
Follow me @augustomaia
Have you looked at the Forge Developer Portal recently? There is a lots of tutorials that can used for all sorts o scenarios! Here is a quick list for your to get started with them:
Scenario #1: want to host 3d models on your website/webapp
- Create an app
- Authenticate (get a 2-legged token)
- Create bucket & upload a file (you'll need the ObjectId from Step 2 response)
- Prepare a file for Viewer
- Instantiate a basic viewer
See a sample code here that get a file on Box, send to a bucket, translate and show on viewer.
Scenario #2: access A360 files from your app
Check this sample that transfers between Box and Data Management API.
Scenario #3: translate to OBJ
- Create an app
- Authenticate (get a 2-legged token)
- Create bucket & upload a file (you'll need the ObjectId from Step 2 response)
- Translate into OBJ
Have a different scenario? Let me know! We also have several samples to help you get started!