0

everyone!

We'd like to extract an object tree and properties for a large model.

For that need, we tried to use the following queries: https://developer.api.autodesk.com/modelderivative/v2/designdata/URN/metadata/GUID https://developer.api.autodesk.com/modelderivative/v2/designdata/URN/metadata/GUID/properties

After 2 hours delay, they are failed.

We found that we can work with Autodesk.CloudPlatform.PropertyDatabase for getting the properties by dbId. This solution solves the issue of working with properties.

But we still have a problem with the object tree. We have not found a solution to combine data and get the same output as GET :urn/metadata/:guid returns?

Does someone know how we can reproduce the object tree from source files? Maybe there is some resource file that describes an object tree?

p.s. We use Node.js for the work

1 Answer 1

0

You can try to force the request through by turning on x-ads-force in your request headers - see details here

If that still fails send over (in our separate mail thread) the URN of the model so we can look into it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.