Questions tagged [autodesk-construction-cloud]

33 questions
0
votes
1 answer

Autodesk Construction Cloud - Retrieve project users

How can I retrieve the users in a particular Autodesk Construction Cloud project? In the past, I'd been using this API call. But somewhere along the line this stopped working for Autodesk Construction Cloud projects. It still works fine for me in…
0
votes
0 answers

How can I automate data loading into Google Cloud Storage?

Context: I am currently getting a signed URL as a response from a ACC Data Connector API call. Upon clicking on the signed URL, I will be downloading a csv file. Question: How can I store that csv file onto Google Cloud Storage without manually…
0
votes
2 answers

Autodesk Platform Services - how to get reviews that are related to a documents

How can I get reviews that are related to a document? It is possible to get relations between issues and documents using the relationships endpoint (using a container ID), but I cannot find any method to show related reviews. I searched the APS…
meo
  • 1
  • 3
0
votes
1 answer

Autodesk Construction Cloud API unavailable endpoints

Our team is working with Autodesk Construction Cloud and it's Docs module quite heavily. Because of that we're trying to develop some internal tools which would automate some work that they do, mostly around copying files. In ACC Docs you can easily…
0
votes
2 answers

Forge Issues API giving 500 error, the API was working fine till last week now it is showing issues

I am getting 500(Internal Server Error) in BIM 360 issues APIs since this week which was working fine till last week APIs are : "https://developer.api.autodesk.com/issues/v1/containers/+containerId+/quality-issues?page[limit]=100".…
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 Post Issues on a model that belongs to model-set in Model Coordination of Autodesk Construction Cloud?

We have generated Issue[type:clash] on ACC Docs successfully with highlighting 2 clash items. The clash data came from Hexagon Smart3D Interference Check. However the model is huge, so we are considering Model Coordination. In the Model…
0
votes
0 answers

Autodesk - Model Properties API - Out of Memory

Autodesk Construction Cloud - Model Properties API. I'm trying to index and query uploaded Navisworks model. The model size is 241Mb. When trying to index the properties the indexing fails as follows: "indexes": [ { ... "type":…
Coolicky
  • 21
  • 1
  • 2
0
votes
1 answer

Autodesk Construction Cloud - ISSUE API to update with Visibility Control

Autodesk Construction Cloud API - I want to update existing Issue with Visibility control. i.e: Isolate 2 Clashed Items programitically. then Update Issue. This is the existing Issue.Clash. This is what I want to update Issue automatically. Assume…
0
votes
1 answer

Forge and Autodesk construction cloud

How can I make a dashboard for autodesk construction cloud modules like (RFIs, assets, etc) in my Autodesk Forge app using Dot Net Core?
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

Autodesk Construction Cloud API - Create new Project

I'am trying to implement an integration with Autodesk Construction Cloud, and I want to sync my projects from my app to Autodesk. It's not an issue to create projects with BIM 360 API, it works just as expected. Link Bad thing here is that BIM 360…
0
votes
1 answer

How to distinguish BIM 360 vs ACC/unified projects?

(Update: There may or may not be any such thing as a "unified project". But there is definitely a button on my Account Admin->Projects screen that says "Go to unified projects", hence my confusion. It just takes me to a list of all projects.) Since…
0
votes
1 answer

Is it possible to get the viewport information from Autodesk Forge (ACC/BIM360) API response?

I'm working on an implementation (like Autodesk extension DropeMeExtension) that places tags on the 2D drawing screen belonging to the rvt file. The location of the pin seems related to the viewport, so before loading the forge viewer, is it…
0
votes
1 answer

Missing methods in Forge ACC API?

Looking at the forge API documentation for ACC, I see that they don't support forward Compatibility from BIM360 for many key account admin methods, specifically: POST projects, POST projects/:project_id/users/import (v2). Yet I also don't see new…