AutoForge 绘图对象不显示

发布于 2025-01-10 01:36:21 字数 504 浏览 1 评论 0原文

我们已使用演示帐户将 AutoForge API 集成到 Web 应用程序中。所有 API 均按预期工作,但一段时间后,存储的绘图对象不会显示在存储桶中。

请分享这种行为的原因以及解决办法是什么?

以下是我们使用过的 API:

  1. 生成令牌 api/forge/oauth/令牌

  2. 存储桶列表 api/forge/oss/buckets

  3. 创建存储桶 api/forge/oss/buckets

  4. 从客户端接收文件并上传到存储桶 api/forge/oss/objects

  5. 删除存储桶 api/forge/oss/buckets/delete

  6. 删除对象 api/forge/oss/objects/delete

  7. 导出数据 api/oauth/export/{urn}/{guid}/{objectid}

We have integrated AutoForge API in web application using demo account. All APIs works as expected, but after some time duration stored drawing objects are not displayed in bucket.

Please share the reason for such behavior & what is the solution ?

Following are the APIs we have Used:

  1. Generate Token
    api/forge/oauth/token

  2. List of bucket
    api/forge/oss/buckets

  3. Create bucket
    api/forge/oss/buckets

  4. Receive a file from the client and upload to the bucket
    api/forge/oss/objects

  5. Delete bucket
    api/forge/oss/buckets/delete

  6. Delete objects
    api/forge/oss/objects/delete

  7. Export Data
    api/oauth/export/{urn}/{guid}/{objectid}

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

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

发布评论

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

评论(1

七色彩虹 2025-01-17 01:36:21

有不同的存储桶数据保留策略

创建存储桶时,您必须指定数据保留策略。在某些教程中,默认策略是transient,这意味着存储桶内的所有模型都会在 24 小时后删除。

There is different bucket's data Retention Policies.

When creating a bucket you must specify the data retention policy. In some tutorials the default policy is transient which means all models inside the bucket are deleted after 24 hours.

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