i am trying to get Model Strucuture data of BIM360 Model That we store, for that i'm using metadata api passing threelegged Token, model urn, model guid, but getting 404 (Not Found Error). i tried for get model that we store in our bucket that we are getting from this api, but that model we stored in BIM360 Accounts for that API is giving Error of NOT Found, i have passed all scope, backet:read, data:Read etc. couldn't getting result.
Thank you
It's a bit difficult to guess what's wrong with the limited information but generally, the 404 Not Found
error would indicate that something in the URL (of the request made by the derivativesApi.getModelviewMetadata
method call) is missing or wrong.
I'd suggest to look at the following:
derivativesApi.getModelviewMetadata
method call?