currently I'm working on forge IDA, workflow of our code is sending xml file as input through web page(web page just has upload button) and taking ipt files & drawing sheet from BIM360,after performing workitem, storing the output assembly file in OUTPUT folder on current loacation of autodesk forge then converting output folder to zip then downloading it. so as of now bundle(code) is working fine.
now next implemention is showing output(assembly file) on webpage (viewer). as per my understanding I need object id and urn of output file(here sample.iam).
Someone please tell me how to get
- object id of sample.iam from OUTPUT folder which stored on current location of AutodeskForge.
- object id of sample.iam from OUTPUT.zip//OUTPUT folder which stored on current location of AutodeskForge.
Any reply is appriciated