I am trying to integrate the Autodesk Viewer into my website. I just want the users to see 2d or 3d view of files stored at my account of Autodesk. I went through the whole documentation but it's a bit hard for me to understand how is it working. There are 4 steps: 1) Authentication code 2) Model Derivative 3) Data Management 4) Viewer. I am confused that if I have to run these codes again and again or just once to get authorization code, create bucket, upload objects to bucket, convert to svf format and render on browser. I am not familiar about it, as I am working with a php based project. I went through both these links: https://aps.autodesk.com/developer/idea/viewer-app & https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/overview/ . But I don't know where to start or how should I code or whatever. Please help me out with this
Help me out please...