簡體   English   中英

使用 Forge SDK API 獲取 BIM360 Model 的元數據時出現 404 錯誤

[英]Getting 404 Error While fetching MetaData of BIM360 Model using Forge SDK API

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等無法得到結果。

謝謝

猜測有限的信息出了什么問題有點困難,但通常, 404 Not Found錯誤表明 URL 中的某些內容( derivativesApi.getModelviewMetadata Api.getModelviewMetadata 方法調用發出的請求)丟失或錯誤。

我建議看看以下內容:

  • 您能否獲取 URN、GUID 和訪問令牌,並使用某些 3rd 方客戶端應用程序(例如curlpostman )直接向GET {urn}/metadata/{guid}端點發出請求?
    • 如果返回 404,則實際 URN 和/或 GUID 可能存在問題
    • 如果這可行,則您的代碼中可能存在一些問題
  • 您到底在使用什么 Forge SDK,以及使用什么語言? 它是官方 SDK 之一,還是第三方 SDK 之一?
  • 您確定將正確的參數傳遞給derivativesApi.getModelviewMetadata方法調用嗎?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM