无法翻译大型压缩文件,例如 5GB 和 8GB
Unable to Translate large compressed files such as 5GB and 8GB
与此问题相关: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 在 Forge 查看器中查看的那些模型。我们已经尝试了几次尝试,但似乎发布的作业在令牌过期后立即崩溃,尽管我们的应用程序会在过期前自动获取新令牌。谁能建议我们在重新开始翻译之前可以采取哪些步骤?
有兴趣的可以提供骨灰盒!
提前致谢!
示例代码:
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);
翻译设计时,您只需要在提交翻译工作时使用有效令牌。如果设计太复杂,翻译可能会花费很多时间,但在此期间无需刷新访问令牌。
模型衍生服务也可以处理非常大的设计,因此如果转换出现问题,这可能是您的设计特有的问题。在这种情况下,我们建议通过 forge (dot) help (at) autodesk (dot) com
与我们共享设计,以便我们可以在我们这边调试翻译。
与此问题相关: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 在 Forge 查看器中查看的那些模型。我们已经尝试了几次尝试,但似乎发布的作业在令牌过期后立即崩溃,尽管我们的应用程序会在过期前自动获取新令牌。谁能建议我们在重新开始翻译之前可以采取哪些步骤?
有兴趣的可以提供骨灰盒!
提前致谢!
示例代码:
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);
翻译设计时,您只需要在提交翻译工作时使用有效令牌。如果设计太复杂,翻译可能会花费很多时间,但在此期间无需刷新访问令牌。
模型衍生服务也可以处理非常大的设计,因此如果转换出现问题,这可能是您的设计特有的问题。在这种情况下,我们建议通过 forge (dot) help (at) autodesk (dot) com
与我们共享设计,以便我们可以在我们这边调试翻译。