
Tag: autodesk forge
autodesk forge – Not able to authenticate with Client credentials
thanks for the help! I’m new to Autodesk, currently on the free trial. I’m not being able to authenticate my server-to-server app. Here’s my api call: curl -v ‘developer.api.autodesk.com/authentication/v2/token’ -X…
autodesk forge – I am using the Data Management API to Upload a File. When reached “Step 5: Upload a file to the signed url”, I encounter difficulties
我正在按照以下网址里的教程操作 aps.autodesk.com/en/docs/data/v2/tutorials/upload-file/%EF%BC%8C when i used the signed url to upload file .这一步就出错了,找不到问题在哪。(My app’s client script code is php. I use the curl fountion to sent the request.) 上传这一步就有问题,只返回false 。没有任何其它的提示。 然后验证上传就返回…
autodesk forge – How to fix ‘n.computeBoundingBox is not a function’ error while using THREE.Mesh?
fragIds.forEach(function(fragId){ var fragProxy = Viewer.impl.getFragmentProxy( Viewer.model, fragId) fragProxy.getAnimTransform() //fragProxy.parameters console.log(‘frag position in LCS before transform:’ + fragProxy.position.x + ‘,’+ fragProxy.position.y + ‘,’+ fragProxy.position.z); var wcsMatrix = new THREE.Matrix4(); fragProxy.getWorldMatrix(wcsMatrix); var…
revit api – Autodesk Forge create activity with postman
I use this thread to post my question. I have to create an activity on Forge to compute some revit files with id = Owner.MyActivityName+label So I call developer.api.autodesk.com/da/us-east/v3/activities with…
autodesk forge – Conversion from IFC to SVF
To convert from IFC file to SVF output for Autodesk viewer, derivative webhooks (forge.autodesk.com/en/docs/webhooks/v1/developers_guide/overview/) can be used. Is there another way to do the same thing like using “autodesk design…
autodesk forge – Creating a Custom Data Adapter: Importing data adapter
Following the tutorial for creating a custom data adapter: forge.autodesk.com/en/docs/dataviz/v1/developers_guide/advanced_topics/custom_data_adapter/ Getting error in chrome console: Created file Hyperion.Data.BimapiDataAdapter in the folder forge-dataviz-iot-reference-app-main\node_modules\forge-dataviz-iot-data-modules\client\data based on the Hyperion.Data.Adapter file in the same…
autodesk forge – “No Write Access” error on buckets/:bucketKey/objects/:objectKey/resumable
I am trying to upload a file to my bucket through this API: forge.autodesk.com/en/docs/data/v2/reference/http/buckets-:bucketKey-objects-:objectKey-resumable-PUT/ I am getting a 403 error. Not quite sure why that is happening since I have…