For a proof of concept I'm playing around in Postman with the Autodesk Forge API's and I'm doign the following.
- authenticate
- create & get bucket
- upload model (in IFC and Revit) in bucket
- translate it
- extract meta-data.
With IFC files everything is working like a charm but it's not working with Revit files no matter what I do or which Revit file I try. I tried 3 of my own Revit files (that do work in Autodesk 360 viewer based on Forge) and Autodesk's sample Revit file Basic Sample Project 2016
I'm wondering if it could be something specific in my API calls that I'm missing.
Below are two screenshots of two calls that I'm doing;
Hope you can help, because I'm very stuck.