0

I encountered some problems when I use the POST :containers/:containerId/modelsets API endpoint . I use the topfolder of the my project as my modelset folder URN:

enter image description here

enter image description here

But it still return 400 when I send the request:

enter image description here

Is it right to use the topfolder as the folder urn ? Or need to create new folder for it by data management api? How can I fix it?

Tim Huang
  • 31
  • 5

1 Answers1

1

According to the documentation, you must initilize the coordiante space with ACC Web UI.

There is currently a limitation in the BIM 360 Model Coordination application resulting in the API not being accessible on new BIM 360 projects until the first coordination space has been defined by a project administrator. Essentially, the administrative process of creating the first collaboration space initializes the model set service container. If you are running these samples against a new BIM360 project with no coordination spaces, you first need to manually create a coordination space via the Model Coordination Project Admin web UI.

And please use subfolders under the Project Files to create the model set (i.e. coorindate space). If you still want to use Project Files as coorindate space, you must use Project Admin web UI to do so instead.

Eason Kang
  • 6,155
  • 1
  • 7
  • 24