伪造断开连接的观看演示

时间:2018-11-09 16:24:45

标签: autodesk-forge autodesk revit

嗨,有人可以帮我吗?

我正在尝试 autodesk forge 的断开连接的观看演示,但是我遇到了问题。

我做了一个调试器,在 localhost:3000

上为服务器午餐
    {
      // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "program": "${workspaceFolder}/server.js",
            "env": {
                "FORGE_CLIENT_ID": "jhuJGACtNUeCv24C8a0dz0Jhyz5WyQ6t",
                "FORGE_CLIENT_SECRET": "uSNhnZnEeJRLmHYn",
                "FORGE_CALLBACK_URL": "http://localhost:3000/api/forge/callback/oauth",
                "FORGE_BUCKET": "saif_2017-05-28"
            }
        }
    ]
}

问题是当我尝试加载模型时,我的浏览器使我“离线”。

Viewer capture

1 个答案:

答案 0 :(得分:0)

感谢您报告此问题。从上一个屏幕截图来看,似乎在验证对Forge API的请求时存在问题。在本地运行代码时,请确保包含FORGE_CLIENT_IDFORGE_CLIENT_SECRETFORGE_BUCKET的环境。变量。