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

Create Signed URL for Object in BIM360 OSS

I'm trying to set up an Signed URL for an Design Automation Workflow which is triggered by an Webhook inside of the BIM360 OSS. If a file is added the webhooks triggers an endpoint to start a Design Automation. The webhook is working. And the Design…
0
votes
1 answer

How to Restore a prior item version as "current" in BIM360 via Autodesk-Data-Management-API

In BIM360, how can I restore a file or plan (item) to a prior version. This is possible in the BIM360 UI, see attached Snip. Interestingly in the BIM360 UI the restored versions show the old version number (in this example V3) are restored…
0
votes
1 answer

Uploading a file to storage location(bucket)

I tried uploading the file using postman ,curl command in windows and linux mentioned in the url https://forge.autodesk.com/en/docs/data/v2/tutorials/upload-file/ but getting gateway timeout error. I followed the steps in the url…
0
votes
1 answer

Autodesk Forge: Translation Failed - File to bucket data: fileContent

I've been following this viewer walkthrough tutorial (node.js), for uploading and showing a file in the forge viewer. I've been using angular to recreate the example, except instead of a user uploading a file, the file is hardcoded into the app from…
TJames
  • 105
  • 1
  • 1
  • 10
0
votes
0 answers

Folders deleted in BIM360 docs and hidden:true in the BIM360 Data Management API do not trickle down to children

I am using the Forge Data Management search API below to retrieve all .rvt files in BIM360 Docs. Search API The returned JSON for included.attributes.hidden is true when a file itself is manually deleted in the BIM360 docs site. When a parent…
0
votes
1 answer

Forge Viewer - can we make selections/highlight on loaded models and save in database so that we can show that selection next time user loads it?

Forge Viewer - can we make selections/highlight on loaded models and save in database so that we can show that selection next time user loads it? Is this possible? Or how can we add sticky notes/RFI information /issues spot in the model. I am…
0
votes
1 answer

Are there 'item' types that don't have an associated storageSize attribute?

I'm trying to associate a storageSize with each item in a folder with the following code: foldersApi.getFolderContents(projectId, folderId, {}, oAuth2ThreeLegged, credentials) .then((response) => { const data = response.body.data; const…
0
votes
1 answer

How to extract metadata from BIM 360 model

How can I extract metadata from a model that sits in BIM360? I can extract the metadata by uploading Revit file and translate it to svf. I used GET :urn/metadata/:guid/properties endpoint to extract the data. How can I do that from a model in…
0
votes
1 answer

Autodesk Forge data files

I am wondering when I upload rvt. file to Autodesk Forge a platform for translation. Is it upload as files data to forge or it's only for translating it and it will stay on my local hard disk. because when I refresh the page the files disappear, I…
0
votes
1 answer

Autodesk Forge view 2 linked Revit file

recently I have managed to translate any Revit file: https://github.com/abedaarabi/forge to the web viewer using Autodesk Forge, my issue that I have to link Revit files for example structure and MEP, I would like to show both of them to the web…
0
votes
1 answer

BIM 360 Check Permissions

I have created a user with view only permission to a folder. When checking if the user has admin permission the value being returned is true when it should be false. Our application is using 3 legged Oauth. I have tested using two legged auth via …
whitemtnelf
  • 181
  • 2
  • 10
0
votes
0 answers

Autodesk Forge - Versions GET Downloads returns 400 "Request cannot be handled"

Making 2 and/or 3 legged auth request to Version/GetDownloads returns 400 when VersionId is valid and existing. When trying to make an http call to a version's download endpoint…
0
votes
1 answer

Autodesk Data Management webhooks firing events two times?

I'm receiving two similar events in my server. I'm sendig a response with status 201, but it doesn't solve the problem (after that, i was receiving 4 similar events). The only difference between the events are two fields in the headers…
0
votes
1 answer

How to pass Forge bucket download *around* web app, not pass it *through* web app?

I have an Azure hosted web app based on this sample: https://github.com/Autodesk-Forge/data.management-csharp-desktop.sample This sample demonstrates a desktop application that shows BIM 360 Team, BIM 360 Docs and Fusion Team hubs, which respective…
0
votes
1 answer

Is it possible to get Revit sets?

I want to download those Revit models from BIM 360 , that have publish SET with some name. For example: IFC Export. How can I get a list of sets of the model?