无法翻译大型压缩文件,例如5GB和8GB [英] Unable to Translate large compressed files such as 5GB and 8GB

查看:92
本文介绍了无法翻译大型压缩文件,例如5GB和8GB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

与此问题有关:上传大型zip文件(8GB以上)以进行翻译,关于我们努力上传5/8gb压缩zip的问题.后来我们可以上传那些大模型.现在,我们尝试翻译模型在forge查看器中查看.我们已经尝试了几次尝试,但是似乎发布的作业在令牌过期之后立即崩溃,尽管我们的应用程序在过期之前会自动获取新的令牌.有人可以建议我们在重新开始翻译之前可以采取什么步骤吗?如果有兴趣的人可以提供provide!
预先感谢!

Related with this question : Upload large zip file(8GB+) for translation, there question was about our struggling to upload 5/8gb compressed zip. Later we could upload those big models. Now we are trying to translate those models to view in forge viewer. We tried several attempts already but seems the posted job crashed immediately after the token expire although our application automatically acquires a new token before expire. Can anyone suggest what step(s) we may take before starting the translation again? If anyone interested I can provide urn!
Thanks in advance!

示例代码:

job = new JobPayload(new JobPayloadInput(urn, true, mainfile), new JobPayloadOutput(outputs));
  
// start translation 
   
DerivativesApi derivative = new DerivativesApi();
derivative.Configuration.AccessToken = AccessToken;

ApiResponse<dynamic> jobPosted = await derivative.TranslateAsyncWithHttpInfo(job,true);

推荐答案

翻译设计时,提交翻译工作时,您仅需要有效的令牌.如果设计过于复杂,则转换可能会花费很多时间,但在此期间无需刷新访问令牌.

When translating a design, you only need a valid token when submitting the translation job. If the design is too complex, the translation may take a lot of time but there is no need to refresh the access token during that time.

Model Derivative服务也可以处理非常大的设计,因此,如果翻译出现问题,则可能是您的设计特有的问题.在那种情况下,我们建议您通过 forge(点)帮助(在autodesk(点)com )与我们共享设计,以便我们可以调试翻译.

The Model Derivative service can process very large designs as well, so if something goes wrong with the translation, it could be an issue specific to your design. In that case we would recommend sharing the design with us via forge (dot) help (at) autodesk (dot) com so that we could debug the translation on our side.

这篇关于无法翻译大型压缩文件,例如5GB和8GB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆