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

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

问题描述

与此问题相关:上传大型 zip 文件 (8GB+) 进行翻译,有一个问题是关于我们努力上传 5/8gb 压缩 zip.稍后我们可以上传那些大模型.现在我们正在尝试翻译那些在伪造查看器中查看的模型.我们已经尝试了几次,但似乎发布的工作在令牌过期后立即崩溃,尽管我们的应用程序在过期前自动获取了一个新令牌.谁能建议我们在再次开始翻译之前可以采取哪些步骤?如果有人有兴趣我可以提供骨灰盒!
提前致谢!

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.

模型衍生服务也可以处理非常大的设计,因此如果翻译出现问题,则可能是您设计的特定问题.在这种情况下,我们建议通过 forge (dot) help (at) autodesk (dot) 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天全站免登陆