Message 1 of 2
RFA to RVT conversion using Design automation api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
My requirement is to perform the conversion programmatically using the Design Automation API.
To achieve this, I am following the approach outlined in this guide: https://github.com/autodesk-platform-services/aps-tutorial-postman/blob/master/DA4Revit/instructions....
Unfortunately, I am encountering an issue while running the WorkItem. I am able to obtain the WorkItem ID, but the process subsequently fails. The error report and appbundle.zip is attached for your review.
Here's a summary of the steps I've followed:
Step Purpose
1 | Get Forge Access Token (OAuth2 client credentials) |
2 | Set app nickname (only once) |
3 | Create & upload AppBundle (with your Revit add-in DLL) |
4 | Create Activity (executes the DLL inside Revit) |
5 | Upload .rfa to OSS |
6 | Run WorkItem (RFA in → RVT out) |
7 | Download result from OSS |
Could you please assist me in identifying the cause of this failure?