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

Why is BIM360 Issues API call responding with 'user not found' from Forge/APS?

2 problems to solve in this thread: BIM360 Issues API call is not working when it's been working for months API calls with 3-legged token returns empty data, while with 2-legged token returns like normal. Context: I have a pipeline that runs…
0
votes
1 answer

Metadata extraction from Revit/ IFC models

I am a new user and may I ask any suggestion!!! How could I extract metadata information of a Revit objects (like Column / Beam / Wall) from Revit and IFC models ? I search the metadata topic in this forum, but I could not find. My desire metadata…
0
votes
1 answer

Request reviewer's name in Autodesk BIM 360 approval workflow

In Autodesk BIM 360 one can set up approval workflows for documents: One Step Approval, Two Step Approval, etc. My problem is that I cannot find an API to request data about the approvals. For example, I would like to know which document was…
Pascalco
  • 2,481
  • 2
  • 15
  • 31
0
votes
1 answer

Autodesk Construction Cloud Files per project limitation

I’m working on one project where I need to transfer bunch of files to Autodesk Construction Cloud (ACC) using Forge. But I’m curious what is limitation of max number files we can upload to particular Project. I’ve referred below mentioned document…
0
votes
0 answers

How to differentiate Revit Models in BIM360 that are live versus copies

We do a lot of scanning of BIM360 projects using Forge Data Management - our goal, in many cases, is to identify files that can be opened "live" in Revit via BIM Collaborate Pro (or now with Design Automation). We have historically looked for the…
Matt
  • 1,043
  • 5
  • 8
0
votes
0 answers

Changes in webhook payload for reviewed objects in Autodeks Forge

I had a webhook listening to VersionModified for files on a folder. I was tracking reviews approvals checking the payload body to see if the revision was approved or not. var reviewInfo = body.payload.CustomMetadata.DmSysApproveState?.ToString(); if…
0
votes
1 answer

Update Autodesk Docs / BIM360 document metadata using Forge .Net SDK

I cannot find anything in forge sdk to achieve setting metadata / custom attributes on an uploaded item/document. Is it simply not there? If so, are there other ways of achieving this for both BIM360 and Autodesk Docs documents?
0
votes
0 answers

How to upload big files to autodesk Forge for translation

When I want to upload a large file (more then 100 -150 mb in autodesk forge), I've this error, and it's very annoying. Can anyone can help me please ? Error: Cannot create a string longer than 0x1fffffe8 characters 0|app | at Buffer.toString…
fitMath
  • 3
  • 2
0
votes
3 answers

Is there a way to get the Revit Version from either the Project or Item in the Forge APIs without downloading the .rvt file?

Prior discussion of this topic I have found an similar question here that is quite old. Hoping for an update. I have found a possible development in the right direction, but as far as I can tell, this doesn't work in my case because I am not using…
0
votes
1 answer

Can't upload a file to Autodesk Forge OSS bucket

I have created an OSS bucket and I'm trying to upload a file to it, but getting an error every time. Here is my bucket: { "dictionary": { "bucketKey": "-removed my client id-------------test1", "bucketOwner": "-removed my client…
0
votes
0 answers

ACC - Get Projects Archived

is it possible to get HUB's archived projects with Data Management API's? https://forge.autodesk.com/en/docs/data/v2/reference/http/hubs-hub_id-projects-GET/ I also tried with BIM360 API's but it lists only active…
0
votes
1 answer

Is it possible to enforce a naming standard for an BIM360 Docs folder through the data-management API?

I've been trying to enforce a predefined naming-standard on an Autodesk BIM360 Docs folder. There exists an API endpoint to get the naming-standard that is enforced for a BIM360 Docs folder by calling GET projects/:project_id/folders/:folder_id and…
Titziano
  • 3
  • 2
0
votes
1 answer

BIM 360 - Is it possible to find the project id (and additional info) that a resource belongs to if all you have is the urn

We have the urn of a file that we would like to find the id of the project that it belongs to in a clients account as well as the version id. We could always do a recursive search across all of the hubs until we find it, but that would take a long…
0
votes
1 answer

Why is displayName not updated

Our webapp is showing the displayNames of the folder content of user's folders. We're doing a GET projects/:project_id/folders/:folder_id/contents for this and show the displayName from the attributes we receive from that request. We receive…
Joep Ronde
  • 21
  • 1
  • 4
0
votes
0 answers

Revit Design Automation fails on downloading resources

I have been able to run several jobs on Forge, but I am running into a new situation today. It seems like the workitem stays idle for about 70 minutes even when it reports back "In Progress". Finally when the workitem starts, it fails immediately on…