AutoForge 绘图对象不显示
我们已使用演示帐户将 AutoForge API 集成到 Web 应用程序中。所有 API 均按预期工作,但一段时间后,存储的绘图对象不会显示在存储桶中。
请分享这种行为的原因以及解决办法是什么?
以下是我们使用过的 API:
生成令牌 api/forge/oauth/令牌
存储桶列表 api/forge/oss/buckets
创建存储桶 api/forge/oss/buckets
从客户端接收文件并上传到存储桶 api/forge/oss/objects
删除存储桶 api/forge/oss/buckets/delete
删除对象 api/forge/oss/objects/delete
导出数据 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:
Generate Token
api/forge/oauth/tokenList of bucket
api/forge/oss/bucketsCreate bucket
api/forge/oss/bucketsReceive a file from the client and upload to the bucket
api/forge/oss/objectsDelete bucket
api/forge/oss/buckets/deleteDelete objects
api/forge/oss/objects/deleteExport Data
api/oauth/export/{urn}/{guid}/{objectid}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有不同的存储桶数据保留策略。
创建存储桶时,您必须指定数据保留策略。在某些教程中,默认策略是
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.