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
2 answers

How to upload a large file than 100MB via Data Management API on the Autodesk Forge?

Final result: My apologies for the mistake. I set wrong value to Content-Range in my http requests. Example is here: Original file size: 5242880 Chunk size: 2097152 Required HTTP Request count: 3 Thus, the correct Content-Range is following…
0
votes
0 answers

Is there any work around to use generatedMasterViews directly from data management api?

Lately I've been using BIM360Team to store all of my team's .rvt files and then I want to use the room data from the model itself to manipulate some information. The main goal of using .rvt instead of .nwc for room data extraction is to reduce the…
0
votes
1 answer

Autodesk Forge Data Management - Object Id vs Object Name vs Object Key

I am attempting to write some additional functionality to support an already-working application that uses the Data Management, Model Derivative, and Viewer APIs. It does not create versions of files in a Project, because that functionality did not…
Broam
  • 4,602
  • 1
  • 23
  • 38
0
votes
2 answers

forge Viewer - cant below markups be rotated?

I was checking example https://forge-rcdb.autodesk.io/configurator?id=598d7ec14cabf2c1f4dec948 Not sure while I see markups in View state, the model cannot be rotated? Is this by design? Or markups drawn using different shapes cannot be viewed using…
0
votes
1 answer

forge Viewer - How can we add CAMERA_CHANGE_EVENT for svg markups?

How can we add listener CMERA_CHANGE_EVENT for markups drawn on a viewer? If we create a label against a dbid, we can store its coordinates and can apply worldToClient on coordinates to get new coordinates. But how this work for svg markups? In my…
0
votes
1 answer

Forge Viewer - What is the concept of layer on markups?

Can someone give an idea about the use of layers/ layerid while drawing markups? How that will be useful? I didnt find any proper explanation of layer concept in documentation.
0
votes
2 answers

Forge Viewer - getting wrong x y z coordinates while using instranceTree of viewer

I am plotting a label when user clicks on a dbId, for that I use below function to find coordinates but it gives me back some wrong coordinates instead proper ones. for example to get x coordinate as somewhere near 400, am getting 12.85…
0
votes
0 answers

Can I access shared project in BIM360 FIELD?

I created new project in BIM360 using BIM360 user account. (say account1) Snapshot 1 Then activated BIM360 Field Service. Snapshot 2 Then I shared that Project with other BIM360 user account. (Say Account2) Now I'm trying to access that shared…
ajitspyd
  • 754
  • 5
  • 8
0
votes
1 answer

forge viewer - how to show object tree / components tree along with viewer?

How we can show object tree / components tree along with viewer? So that user can click on the tree node and then he can see the object/dbid selected in viewer? Any thoughts on this?
0
votes
1 answer

Forge Viewer - Markups - can we get xy coordinates of the current selection?

I am using markup extension to draw on my viewer, after drawing, on selection of markup event, can I get its center coordinates of current selection or any coordinates inside of it? if not, at least can I get dbId behind current selection? Thanks in…
0
votes
1 answer

Can't get some BIM360 folders by forge-apis

I use forge-apis npm package. When I try FoldersAPI.getFolderContents, I can get some folders but can't get others. All folders are visible from BIM360 folder tree view. What is different? How I can get all folders?
0
votes
1 answer

Autodesk Forge .NET SDK GetObject function and downloading files from BIM 360 Docs hub

I am having trouble using the GetObject function from the Forge .NET SDK to download a file from a BIM 360 Docs hub. Here is my jQuery ajax call (client side) : function downloadFile(storageUrl, displayName) { jQuery.ajax({ url:…
0
votes
2 answers

Autodesk Data Management API - Get Image response returns binary. Now What?

So using https://developer.api.autodesk.com/oss/v2/buckets/:bucketKey/objects/:objectName and javascript - I have returned a binary image that will not save. I have used fs, btoa, base64 and a few others but all the saved files error with…
0
votes
1 answer

Does Autodesk Forge maintain a copy of the data files if user delete a files?

We have an application which uses Autodesk Forge Model Derivative for showing Revit files. We are wondering what happens when we delete the data files. Are they deleted permanently or Forge keeps a backup copy? Also, it would be great if someone can…
0
votes
1 answer

Why 2-legged token is used to create new project in BIM360 not 3-legged token?

I was trying to create new project in BIM 360 using this API. I thought, to create new project it may need an end user to authorize my Forge app. So I user 3-legged bearer token to request new project. But gave forbidden response saying { …