在Forge Autodesk中上传我自己的模型的问题

发布于 2025-01-24 03:40:28 字数 341 浏览 0 评论 0 原文

早上好, 我正在尝试使用Autodesk Forge创建自己的应用程序,但是我在用自己的默认模型替换默认模型时遇到了麻烦。我正在关注本教程 我遵循所有说明,但是当我编写Localhost:9000/在浏览器中上传时,将显示默认模型,而不是带有按钮浏览的页面以上传文件。

Good morning,
I'm trying to create my own app with Autodesk Forge but i'm having trouble with replacing the default model with my own. I'm following this tutorial https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/quickstart/replace_model/
i followed all the instructions but when i write localhost:9000/upload in my browser it appears the default model and not the page with the button browse to upload the file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

短暂陪伴 2025-01-31 03:40:28

请注意,要使/upload url访问,您需要遵循教程中说明的步骤:

  • 创建 server/env_template 文件的副本,然后命名< em> server/.env
  • 将伪造凭据添加到 server/.env 文件中,
  • 使用 envy = local env运行应用程序。多变的
    • 如果您使用的是类似于Unix的终端,请运行 env = local npm从项目文件夹中运行dev
    • 如果您在Windows上,我建议您安装 Windows git ,然后将git bash终端使用运行与上述相同的命令

。如果您只想开始使用Forge,则有许多教程更容易设置,例如,

Note that in order to make the /upload URL accessible, you need to follow the steps explained in the tutorial:

  • Create a copy of the server/env_template file and name it server/.env
  • Add your Forge credentials to the server/.env file
  • Run the application with the ENV=local env. variable
    • If you're using a Unix-like terminal, run ENV=local npm run dev from the project folder
    • If you're on Windows, I'd suggest installing Git for Windows, and use the Git Bash terminal to run the same command as above

Btw. if you simply want to get started with Forge, there are many tutorials out there that are easier to setup, for example, https://forge-tutorials.autodesk.io.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文