Automate model publishing process in BIM360 with Forge API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I've been trying to automate model publishing process in BIM360 with Forge API.
Sometimes, publishing won’t start.
For example, I send the publish command, and receive it’s id and status : committed.
After that, I a create webhook, with event: dm.version.modified.
Publishing doesn’t start.
On the next day, I send publish command for that model, and I receive its id and status:committed again, and I have an error in creating webhook, because it is already created.
Model begins to publish.
So the problem is that the publish command doesn’t start publishing from the first time.
I’ve posted a question on Stackoverflow website SOlink
but still don’t have an answer for my issue. I’ve provided there some operation id’s.
Does anyone know how to deal with it?