I’m trying to integrate Forge viewer with my sample application and facing some issues.
Below are the steps I tried to achieve my goal.
Registered an app by creating a new account and generated “client ID” and “secret key” (success).
Generate Oauth token for further API calls (success).
- Create a new bucket storage (success).
- Upload model to the bucket and create URN for the model (success).
- Design data for model translation (this is the step where our uploaded model will be translated to SVF) (success).
- Check status of translated file. (success response but with error message as given below).
"messages": [ { "type": "error", "code": "Revit-UnsupportedFileType", "message": "The file is not a Revit file or is not a supported version." }, { "type": "error", "message": "Possibly recoverable warning exit code from extractor: -536870935", "code": "TranslationWorker-RecoverableInternalFailure" } ],
Any help would be highly appreciated.