0
votes

I am trying to use autodesk's model derivative api to read metadata of revit files. To do so, it needs to convert revit file to svf format. I'm trying to use https://developer.api.autodesk.com/modelderivative/v2/designdata/job endpoint to do so following official example here https://forge.autodesk.com/en/docs/model-derivative/v2/tutorials/extract-metadata-from-source-file/. I used same authorization header for creating bucket, uploading file. It has data:creat, data:read, data:write. So I'm not sure why it didn't work for the job endpoint. Is this because I don't have access to model derivative apis?

2

2 Answers

0
votes

Please make sure that Model Derivative API is enabled for your Forge app on the My Apps website

enter image description here

0
votes

It turns out that urn should be objectid which also includes the file name.