0

The Autodesk v1 API is deprecated as of July 17 2017. The v2 API does not appear support setting references between part files as currently provided by the https://developer.api.autodesk.com/references/v1/setreference endpoint.

How can one set references between part files so an assembly can be translated using the v2 Model Derivative api? The answer must explicitly not make use of the ability to upload a zip containing all files to the api. A zip of all files is not an option in my case.

sabrehagen
  • 1,517
  • 1
  • 13
  • 38
  • Hi @sabrehagen, as I remember, we had a discussion for one issue of setting reference by v1 in the other post. Sorry I forgot why zip option is not fine in your requirements. Could you share a bit more comments then I can forward to our engineer team to evaluate? Thank you. – Xiaodong Liang May 08 '17 at 08:16
  • my colleague reminded me that the only workaround currently is to use an A360 based account where you can set up references between individual files. This is a blog that tells more: https://forge.autodesk.com/blog/setting-up-references-between-files . Will this be fine to you? – Xiaodong Liang May 08 '17 at 10:49
  • The api suggested in the article references `/data/v1/projects/:projectId/`. This means a project is needed to set up references. This means we must purchase a BIM 360 Team subscription to access that api. Is that correct? – sabrehagen May 20 '17 at 03:58

1 Answers1

0

It has been quite a while, yet the web web service has been exposed: https://developer.autodesk.com/en/docs/model-derivative/v2/reference/http/urn-references-POST/ by which, we can set the reference of files manually. for reference of future visitors.

Xiaodong Liang
  • 2,051
  • 2
  • 9
  • 14