Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application
Apache License 2.0
124 stars 86 forks source link

Fix id type for obj job #52

Closed dukedhx closed 5 years ago

dukedhx commented 5 years ago

Forge Node.js SDK requires a string array of object id to extract geometry from a source file (https://github.com/Autodesk-Forge/forge-api-nodejs-client/blob/master/docs/JobObjOutputPayloadAdvanced.md ). But forge returned a message that the data format was wrong.So I check model derivative API document(https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST/ ). According to the document, I have to send integer array of object id to extract geometry from a source file.

augustogoncalves commented 5 years ago

not sure why this failed, seems correct to me, @cyrillef ?