I'am trying to implement an integration with Autodesk Construction Cloud, and I want to sync my projects from my app to Autodesk.
It's not an issue to create projects with BIM 360 API, it works just as expected. Link
Bad thing here is that BIM 360 projects POST endpoint is not forward-compatible with ACC. Proof
I cannot find a way to create projects via REST with Autodesk Construction Cloud type. It seems only possible to update project's image(Link), and it not helps me.
Do anybody know if it possible at all to create ACC projects with REST?