Questions tagged [autodesk-data-management]

Data Management API provides a unified and consistent way to access data across BIM 360 Team, Fusion Team (formerly known as A360 Team), BIM 360 Docs, A360 Personal, and the Object Storage Service.

With this API, you can accomplish a number of workflows, including accessing a Fusion model in Fusion Team and getting an ordered structure of items, IDs, and properties for generating a bill of materials in a 3rd-party process. Or, you might want to superimpose a Fusion model and a building model to use in the Viewer.

Data Management API

261 questions
0
votes
1 answer

BIM360 desgins using Model Derivate api is ABLE to see the SVF2

I am trying to view SVF2 the BIM 360 Desgine using Model Derivate APIs ,but getting error like NO ACCESS Sorry,you don't have the Required privileges to access this item Please Contact the Author enter image description here
0
votes
1 answer

Blazor webassembly http default header Forge Design Automation

Good morning, I am trying to develop a webapp using Blazor and Net5. I have successfully implemented the 3 legged authentication system and attached the token to the default header for further requests. I have implemented also the 2 legged…
0
votes
1 answer

Why I get 416 error when uploading +100mb files to Objects Api

this is my first time trying to upload a 3DModel larger than 100mb with autodesk and I'm getting 416 error Chunk-Length mismatch (found: 52566915, required:52428801) I'm using node.js and ObjectsApi from forge-apis I'm pretty sure there's something…
0
votes
1 answer

Autodesk Forge: I created an app to translate CAD files, but cannot see properties for an assembly

So I created a nodejs app to translate CAD files and to display them in the viewer. For .rvt files and individual Inventor components I can see the properties by going to Model Browser and clicking on each component, however, I cannot see properties…
0
votes
1 answer

Autodesk Forge model derivative manifest api

I am creating a bucket at EMEA region using header (x-ads-region = EMEA). Then uploading a rvt file, then executing svf2 translation. After that when I am trying to read the manifest from EMEA region url( …
0
votes
1 answer

Forge: Occasional 403 when trying to GetPublishJob

We are occasionally seeing an issue with some projects where, when we try to do a GetPublishJob on a BIM360 model, we get back a 403 error, like…
Matt
  • 1,043
  • 5
  • 8
0
votes
1 answer

Can I translate an Inventor file (.iam) with inner components (other .iam files) in it with Autodesk Forge?

I recently figured out how to translate .iam files compressed into .zip files with the Model Derivative API of Autodesk forge. So I was wondering if it's possible to follow a similar process with a zipped .iam file containing sub-parts which are…
0
votes
1 answer

Autodesk Forge accessing b360 hub to get projects - error 404

I'm trying to pubhlish a project using this guide - https://forge.autodesk.com/en/docs/data/v2/tutorials/publish-model/ I am able to get the docs hub ID for the expected hub (using 3 legged token, after having Autodesk provision the b360 docs…
0
votes
1 answer

Autodesk Forge GET hubs returns hubs I don't have / currently use

I’m reading through the tutorial (https://forge.autodesk.com/en/docs/data/v2/tutorials/publish-model/) to automatically publish projects, and having troubles when using GET hubs – I’m currently using postman, and set up a 3 legged auth token with…
0
votes
2 answers

Trying to achieve auto navigation through the model or a walkthrough over the model in viewer3d

I am trying to achieve same thing which is done in this Video. need a implement a walk through which navigates through all the model in the rendered file. Could someone tell me how its been done or what is it called in autodesk language so that I…
0
votes
1 answer

Power BI and autodesk Forge

Sorry if this question is off topic. I saw Forge example with power Bi. Do I need Power Bi pro for Autodesk Forge development or free version would be sufficient? So far understood , free version has 1 GB data handling capacity. Pro can handle 10…
0
votes
0 answers

Shared Views + Forge access - Can I push an Inventor model as a shared view and then access the bucket in a forge app

I would like to use the Shared Views feature of Vault/AutoCAD/ACADE/Inventor to push models and such (in particular larger Inventor assemblies) up to the cloud, where I assume they land in an OSS bucket. I think that they are only valid up there…
ShawnW.
  • 1,771
  • 1
  • 12
  • 12
0
votes
1 answer

How can I retrieve the perimeter and specific geometric properties using the Model Derivative API?

I have followed the Postman tutorial for the model derivative API, specifically for extracting metadata. I used a .dxf file, since I want to know if it is possible to retrieve perimeter, length/width properties based off the file. I received a 200…
0
votes
1 answer

Model publishing starts after 8 hours after C4R command executing

I've implemented a service, that publish all models, which were modified with C4R. I've used tutorial on the Forge site. Sometimes, when i execute command for publishing models, it returns status:commited, but it starts to publish after 7-8…
0
votes
1 answer

Modifying Revit Family Parameters via Web Browser

My goal is to allow a user to control/edit some revit family parameters via a web browser. One one side is an input field where they can edit a parameter value. On the other side is the forge viewer which updates once they change a value from the…