I know that it is possible to download the derivatives via their respective urn
s. However, the SVF2 object in the manifest doesn't contain its urn
. Therefore, I cannot download the derivative as explained here or here. Is this not supported yet? And can I compute the urn
from the data returned in the manifest?
Extract of an manifest example:
{
"urn": "SOME_URN",
"derivatives": [
{
"hasThumbnail": "true",
"children": [
{
"useAsDefault": true,
"role": "3d",
"hasThumbnail": "true",
"children": [
{
...
},
{
...
},
{
"role": "graphics",
"mime": "application/autodesk-svf2",
"guid": "SOME_GUID",
"type": "resource"
}
],