How to re-process an existing Autodesk file with updated version?

∥☆過路亽.° 提交于 2019-12-13 03:01:35

问题


We have a scenario where Box(box.com) has multiple versions for same file and we need to update and process the current version of file in our application.

Please let me know the process to upload new file version in same bucket and process it.

Currently, we are unable to render the updated Autodesk file view. It is still showing the old file view.


回答1:


You can simply upload a new version of the file using the same bucketKey/objectKey pair, first make sure that you are using x-ads-force set to true in the header of your /POST job request.

The viewer is caching the data when loading a model, so once the translation is done, you also need to make sure you are clearing your cache or testing in incognito session.

See that article for more details: I Make Changes and Nothing Happens

Hope that helps.



来源:https://stackoverflow.com/questions/47787940/how-to-re-process-an-existing-autodesk-file-with-updated-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!