Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Get Views list out of RVT file in BIM 360

BondarevPhi
Participant

Get Views list out of RVT file in BIM 360

BondarevPhi
Participant
Participant

Is it possible to use RVT file uploaded to Document Management to get Views list out of a /metadata endpoint from Model Derivative API without reuploading it to OSS?

If I got it right, when you upload an RVT file into a BIM360 folder, it automatically converts to SVF/2 format. Is it true?

If so, how can I use Documentation Management API to get proper object_id of the file? I'm using id from /contents result that looks like: urn:adsk.wipemea:dm.lineage:BlaBlaBla, converting it to Base64 format and trying to use as url part in accordance with documentation.

My token contains data:read scope, I tried 2-legged and 3-legged tokens, I'm using url for EMEA region (with /regions/eu part), but I'm still continue receiving Error 404: Can not read this URN.

 

So, my question: Is it possible to get necessary data at all?

0 Likes
Reply
Accepted solutions (1)
406 Views
1 Reply
Reply (1)

BondarevPhi
Participant
Participant
Accepted solution

The answer was:
Use URN for /contents's "included" section (with blablabla?version=n part) and replace "/" in resulting Base64 string with "_"

0 Likes