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!
sample code :
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);