哪些引擎可用于 Inventor Design Automation API? GET inventor.io/us-east/v2/Engines 失败
What are engines available for Inventor Design Automation API? GET inventor.io/us-east/v2/Engines fails
我正在尝试通过以下请求检索可用引擎:
curl
-H "Authorization: Bearer my_fresh_token"
https://developer.api.autodesk.com/inventor.io/us-east/v2/Engines
我得到了:{ "developerMessage":"The requested resource does not exist.","userMessage":"","errorCode":"ERR-002","more info":"
http://developer.api.autodesk.com/documentation/v1/errors/err-002
"}
请求 Autocad 引擎一切顺利:autocad.io/us-east/v2/Engines
我是不是用错了URL?
V2 仅适用于 AutoCAD - public暂时还没有其他可用的版本,我无法提供它何时可用于 Inventor 的确切日期。
关于这些坏消息我很遗憾。
希望我们能在 AU Germany 和 AU Las Vegas 上分享更多信息。
编辑:
现在我们有 API v3 的 public beta,它也支持 Inventor 和 3dsMax。很快它也将支持 Revit。看这里 https://forge.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/
我正在尝试通过以下请求检索可用引擎:
curl
-H "Authorization: Bearer my_fresh_token"
https://developer.api.autodesk.com/inventor.io/us-east/v2/Engines
我得到了:{ "developerMessage":"The requested resource does not exist.","userMessage":"","errorCode":"ERR-002","more info":"
http://developer.api.autodesk.com/documentation/v1/errors/err-002
"}
请求 Autocad 引擎一切顺利:autocad.io/us-east/v2/Engines
我是不是用错了URL?
V2 仅适用于 AutoCAD - public暂时还没有其他可用的版本,我无法提供它何时可用于 Inventor 的确切日期。 关于这些坏消息我很遗憾。 希望我们能在 AU Germany 和 AU Las Vegas 上分享更多信息。
编辑: 现在我们有 API v3 的 public beta,它也支持 Inventor 和 3dsMax。很快它也将支持 Revit。看这里 https://forge.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/