Autodesk Forge 设计自动化 - Revit IO:无法将应用程序包上传到设计自动化应用程序

Autodesk Forge Design automation - Revit IO: unable to upload application package to design automation app

我正在尝试通过探索 https://github.com/Autodesk-Forge/design.automation-nodejs-revit.window.family.create 中的代码来探索 Revit 的设计自动化。 当我 运行 应用程序时,我收到一条错误消息

"Failed to create the family:( "

和以下日志 -

jstree.min.js:5 [Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details. (anonymous) @ jstree.min.js:5 ForgeTree.js:348 Uncaught TypeError: Cannot read property 'className' of undefined at refreshTypeList (ForgeTree.js:348) at HTMLSpanElement.spanRemove.onclick (ForgeTree.js:339)

此外,在按照提供的代码中的说明进行操作时,我无法访问 README.md 中针对 Postman 集合 (https://github.com/Developer-Autodesk/design-automation-for-revit/blob/master/Docs/AppBundle.md ) 的大多数链接。

您提到的错误是在浏览器方面,它与 jsTree 有关,由于浏览器的变化需要更新。我们正在将其修复到我们的示例中。

关于整体错误,可能是由于示例中缺少设置。作为建议,我会建议 Design Automation 的基本教程。回到错误,您可能需要检查 reports.txt 以查看 Workitem 执行期间发生了什么。

我们还在修复文档中的一些损坏链接,对此我们深表歉意。您在寻找具体的东西吗?

更新

设计自动化需要 code:all 范围。