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

Crash fix: when used with browserify and trying to create a writebale signed oss resource. #36

Closed rahulbhobe closed 4 years ago

rahulbhobe commented 6 years ago

@cyrillef - Please let me know if you need help reproducing the issue.

rahulbhobe commented 6 years ago

TypeError: Right-hand side of 'instanceof' is not an object at exports.module.exports.exports.isFileParam (ApiClient.js:142) at exports.module.exports.exports.normalizeParams (ApiClient.js:160) at exports.callApi (ApiClient.js:333) at exports.createSignedResource (ObjectsApi.js:155) at Function.createSignedResource (forge_utils.js:37) at forge_utils.js:115

cyrillef commented 4 years ago

Thx for providing the fix and sorry that it took so long to approve