Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
2 replies
48 views

I'm trying to work on something but it keeps throws exceptions on APS but it works fine on AutoCAD desktop version let me explain the main idea I have 3 files for example Site Layout.dwg villa_1.dwg ...
Ahmed Mikkawe's user avatar
Best practices
0 votes
1 replies
81 views

I am working with the Autodesk Construction Cloud (ACC) folder structure and permissions API. I have a hierarchical structure like: Drawings (Parent Folder) Folder_1 Folder_2 Folder_6 Problem When ...
Kamran Ahmed's user avatar
0 votes
0 answers
32 views

I am trying to use the Autodesk Platform Services (APS) Automation API to create Revit cloud models from template files, with the goal of making the entire process headless. For testing, I have been ...
user32536140's user avatar
0 votes
1 answer
31 views

I am calling the APS Data Exchange GraphQL createExchange method for a published Revit Cloud work sharing model in an ACC EMEA project. What already works: PublishModel returns 200 /items/{itemId}/...
Lars-Frederik Kellermann's user avatar
Advice
0 votes
1 replies
59 views

I'm looking for a way to include more geometry types, such as TextGeometry, from THREE.js in the APS viewer; the minimal types included in the viewer don't support them, and I'm having trouble loading ...
maciejwypych's user avatar
0 votes
0 answers
92 views

I am building an internal automated reporting integration using PowerShell that pulls Autodesk Token Flex usage data and syncs it to SharePoint. I need to use two-legged OAuth (client credentials) ...
kevin patenaude's user avatar
Advice
0 votes
1 replies
65 views

I am building an autonomous generative design agent using the local Python API (adsk.fusion). My pipeline successfully handles programmatic 2D sketching, extrusions, and parametric adjustments. My ...
PeterF's user avatar
  • 1
0 votes
0 answers
85 views

I have an Inventor idw/dwg file, with a logo image in titleblock embed (not linked). I use APS Automation Inventor 2024, I can convert to Autocad DWG correctly using translator add-in, but logo ...
Cristian Barzaghi's user avatar
0 votes
0 answers
49 views

I have created a script to pull the data I want from ACC (not bim360), I am trying to pull the images of the snapshots within Issues. Using this request, I get all the issue data: "https://...
user32409886's user avatar
0 votes
1 answer
38 views

It is possible to add a 'Table' section to a form template in ACC which is not one of the 3 built in ones (worklogEntries, materialsEntries, equipmentEntries). I would expect this custom table to work ...
Jack Capel's user avatar
0 votes
0 answers
44 views

When using the https://aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-folder_id-search-GET/ endpoint, I can only apply filters to properties available in the version ...
Pierre Wehbi's user avatar
0 votes
1 answer
47 views

I’m trying to diagnose why APS (Autodesk Platform Services / Forge) webhooks for Fusion Lifecycle (Fusion Manage) are not firing, and I’m running out of observable debugging options. What I’m trying ...
Wiggy Bennett's user avatar
0 votes
0 answers
32 views

I have wrote a C# program using Autodesk vault APIs to revise bulk of objects in Vault by reading an excel where the filename and the revision number is recorded. I'm able to establish connection to ...
Venkatraj GM's user avatar
0 votes
1 answer
51 views

We are integrating Autodesk Construction Cloud (ACC) with FME Flow (Server) and are trying to move from 3LO (user-based OAuth) to SSA / robot account (2LO) based on the APS guidance that SSA is now GA....
Ashish Kumar's user avatar
0 votes
1 answer
97 views

I am looking for​ guidance on how to filter out items from deleted folders when using GET projects/:project_id/folders/:folder_id/search using the Autodesk Data Management API. When calling GET https:/...
Jonathan's user avatar
0 votes
0 answers
68 views

Im using Autodesk Issues API to create new issues in ACC, specifically POST endpoint. Problem I cannot place a push pin in the 3d model that will represent the issue. In the documentation I don't see ...
bamec's user avatar
  • 53
0 votes
1 answer
119 views

I'm working with a Forge Viewer application that loads linked models uploaded in a .zip file (root model + linked model). When selecting different objects and trying to zoom to fit them, fitToView() ...
Sean Fitz's user avatar
0 votes
1 answer
74 views

I’m using Autodesk Forge Viewer with the official Minimap extension (Autodesk.AEC.Minimap3DExtension). My use case involves loading multiple Revit models into the same viewer. I align these models in ...
kennycreeper's user avatar
1 vote
0 answers
123 views

After migrating applications to developer hubs, any http request to free or paid APIs return this error message: { "developerMessage": "API request capacity exceeded.", &...
Basomis's user avatar
  • 111
0 votes
0 answers
56 views

I am using the endpoint: GET https://developer.api.autodesk.com/data/v1/projects/:project_id/folders/:folder_id/contents with the following parameters: filter[lastModifiedTimeRollup]-ge=<timestamp&...
Avis A's user avatar
  • 1
1 vote
0 answers
84 views

Question I am working with Autodesk Platform Services (APS) Webhooks and Autodesk Construction Cloud (ACC), and I’m trying to detect when a Revit Cloud Workshared model is synchronized with central, ...
Antonio Blanco Modelical's user avatar
-1 votes
1 answer
96 views

I'm rendering a .rvt file in my React app using Autodesk's viewer SDK and I'm trying to add an overlay of a polygon to the model (3d/2d view). The polygon is in world coords (in Revit, when I annotate ...
Revital Ben Ami's user avatar
0 votes
1 answer
115 views

I am trying to register an Autodesk APS (Forge) webhook for the Model Derivative extraction.finished event from my .NET MVC 4 application. I register the webhook using: POST https://developer.api....
Shine Mathew's user avatar
0 votes
1 answer
118 views

I’m trying to implement 3-legged authentication for APS using this source and this source. I’ve written C# code that generates the authorization URL and opens it in the browser for the user to sign in....
SergeySSH's user avatar
0 votes
0 answers
57 views

I'm using the Autodesk Construction Cloud API endpoint: GET /issues/v1/projects/{projectId}/issue-root-cause-categories I noticed that calling the endpoint normally works fine: import pandas as pd ...
Nanno Bekkers's user avatar
0 votes
1 answer
55 views

Video demo I'm attempting to add custom geometries in the viewer with SceneBuilder: viewer.addEventListener(Autodesk.Viewing.GEOMETRY_LOADED_EVENT, async function onceLoaded() { viewer....
vietan's user avatar
  • 150
-2 votes
1 answer
65 views

I'm trying to run setThemingColor before the properties are loaded and the object tree is available, since I don't need the recursive option to be true. However, the coloring doesn't seem to be ...
3dbim's user avatar
  • 3
0 votes
1 answer
185 views

I'm having difficulty trying to update our 2025 .NET Framework version to 2026 .NET Core. I started with my own solution receiving these errors, then switched over to start from scratch using the ...
MRamirez's user avatar
-1 votes
1 answer
60 views

We are trying to get properties of a Navisworks model uploaded to BIM360 but since the last upload, the fetch properties endpoint seems to always return 'success' without data, even after days. Is ...
3dbim's user avatar
  • 3
1 vote
1 answer
48 views

In Autodesk APS viewer, how to avoid loading UI elements like cube and toolbar, when using AggregatedView? My loading workflow: Autodesk.Viewing.Initializer (new Autodesk.Viewing.AggregatedView())....
anthip's user avatar
  • 175
-7 votes
2 answers
179 views

Does anyone know how to automate getting 3-legged authentication? Whenever I run my zapier trigger which is catch hook with autodesk, i always need to manually get a authentication code by pasting the ...
Gen's user avatar
  • 1
0 votes
1 answer
78 views

I’m trying to fetch sheet version information from a BIM 360 project using Autodesk Data Management API. Here’s what I’m doing: - API used: https://developer.api.autodesk.com/construction/sheets/v1/...
Kamran Ahmed's user avatar
Best practices
0 votes
3 replies
71 views

I am loading a very large svf2 model and need to color its elements by a certain status. The problem I’m having is that the object tree takes a very long time to download in the viewer. Given that I ...
3dbim's user avatar
  • 3
-2 votes
1 answer
191 views

I am looking for an API endpoint to get a list of all available roles that can be assigned within an Autodesk Construction Cloud (ACC) project. What I want to do My goal is to add users to a project ...
taka's user avatar
  • 11
0 votes
0 answers
60 views

From yesterday to today, all our previously translated models in all environments — development, staging, and production — started returning error 404 (“x-ads-troubleshooting: Fail to authorize the ...
Glaucon Diniz Garcia's user avatar
0 votes
0 answers
58 views

I implemented scoped tokens (Autodesk Viewer Proxy with streamingV2) and it worked fine so far for two weeks. Today it suddenly stopped working without changing anything on the application side. The ...
vd334's user avatar
  • 3
Best practices
1 vote
2 replies
132 views

Currently, only weekly publishing is supported. I am considering two options but none of them convince me: Run app, keep it in the background and keep refreshing the 3 legged token every hour. I am ...
Javier's user avatar
  • 13
0 votes
1 answer
80 views

I'm using the APS Data Management API endpoint GET /projects/{project_id}/folders/{folder_id}/search to search for folders within a project. According to the documentation (Field Guide, Filtering ...
DY Lim's user avatar
  • 1
0 votes
1 answer
126 views

I'm attempting to use the ACC API to get the list of forms for a project but it fails with an HTTP 401 Unauthorized response that includes message "Authorization failed." This is while ...
Tim K's user avatar
  • 63
0 votes
1 answer
96 views

I need to get the bounding box of the svf2 model components or specific component/Dbid using the API to avoid loading the model each time. Is this possible? NB: I am not using the BIM360.
Elia's user avatar
  • 1
0 votes
1 answer
75 views

Tried using API to control the behavior of Linked Files export as IFCs using the IFC Exporter API in Revit 2024.Not able to implement. Code snippet below for reference. Good to know if any other API ...
Mohit Mangal's user avatar
1 vote
0 answers
62 views

I'm trying to retrieve custom attributes from Autodesk Construction Cloud using the following endpoint: GET https://developer.api.autodesk.com/construction/assets/v1/projects/{{projectId}}/custom-...
Lizette Figueredo's user avatar
0 votes
1 answer
98 views

Autodesk recommends in general to use a Proxy for the Viewer, especially for additional authorization. What would be the recommended way to use it along the streamingV2 Feature, since without it the ...
vd334's user avatar
  • 3
0 votes
1 answer
81 views

Summary: In Revit I can't get the Model Derivative {urn}/references to show linked rooms in Sheets. In my Forge Viewer I combine multiple large files that are translated using {generateMasterViews: ...
Duzmac's user avatar
  • 441
0 votes
1 answer
138 views

I am looking for​ guidance on how to configure authorization token management with automatic routing enabled in the Viewer SDK. Our application sets up token refreshing using the getAccessToken ...
Anthony's user avatar
0 votes
1 answer
184 views

I'm experiencing an issue with APS Design Automation (formerly Forge) where my AppBundle's PackageContents.xml is not being read/processed by AutoCAD Core Console, preventing my custom .NET DLL from ...
Lloyd_Xmas's user avatar
2 votes
0 answers
51 views

I am trying to get the material names defined in the mtl file derived from a Sketchup file. When opening this file directly exported from Sketchup, I can see the material names alongside the newmtl ...
courtney's user avatar
2 votes
0 answers
75 views

We are building an offline Forge Viewer project using Vue + Vite, which will later be wrapped in an iOS app (Capacitor). In offline mode, we need to serve model files and translations from a local ...
Ahmed Abd Elnaser's user avatar
0 votes
1 answer
70 views

I have created a terrain mesh in AutoCAD Architecture using contour line. mesh is create successfully. But when I tried to calculate the slope angle of the each 3d face. I'm getting the wrong values. ...
Naveen UnoTEAM's user avatar
-1 votes
1 answer
111 views

For some reason logout with redirect uri stop redirecting and keep me on Autodesk page after logging out. What i do is follow approach that was described here https://aps.autodesk.com/en/docs/oauth/v2/...
Evhenii's user avatar
  • 59

1
2 3 4 5
92