3

I have gone through developer.autodesk.com to know more about Forge Platform and I am still looking for the way with which I can get URN of my obj file.

I just need a sample code to move ahead. :)

Tadija Bagarić
  • 2,495
  • 2
  • 31
  • 48
  • the object files can be on buckets or under your A360 account, in either case, you need Data Management API. Can you add more details on your question? – Augusto Goncalves Jul 25 '17 at 18:22

1 Answers1

0

https://github.com/Autodesk-Forge/learn.forge.viewmodels/tree/nodejs

here : learn.forge.viewmodels/www/js/ForgeViewer.js

on this file u can see the usage of URN and u can watch it easily just by monitor it with console.log or other methods...

Mehdi Nourollah
  • 166
  • 1
  • 11