I am working on loading a STEP model to an APS (Autodesk Platform Services) viewer. The STEP model is getting uploaded in the bucket and then I am trying to translate into SVF and getting TranslationWorker-Internal Failure: Tr worker failed to unzip. Please refer to the snapshot in which you can see I have used Visual Studio Code APS extention. Visual Studio Code APS extension snapshot for reference
When I upload the model to the bucket using my code, the file gets translated successfully using the APS extension in Visual Studio Code. However, if I upload the model to the bucket using the APS extension and then attempt to translate it through my code, the translation fails.
Any help would be greatly appreciated!