Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I’m following the Autodesk SSO integration guide and configuring SAML metadata mapping, but the mapping keeps failing. https://help.autodesk.com/view/SSOGUIDE/ENU/?pl=KOR When I asked Autodesk support,...
Sungbin Lee's user avatar
0 votes
1 answer
84 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
0 votes
0 answers
13 views

Using Civil3D 2026, I’m generating plan over plot drawings along an alignment. My profiles all have an elevation range between 100-120m. When the profiles are generated, the elevation range is set as ...
tomtomnz's user avatar
  • 187
0 votes
1 answer
63 views

Problem I'm trying to run LISP script on APS Automation API with AppBundle. I want to convert some fonts that is not supported by default API by including shx/ttf files and lisp file to activate it. I'...
myh's user avatar
  • 1
1 vote
1 answer
30 views

When I test my code with a BIM360 project, I am able to get the BIM360 folder contents: https://developer.api.autodesk.com/data/v1/projects/b.39cc5e50-e634-44ab-905b-0a2fab5299c9/folders/urn:adsk....
markus1998's user avatar
0 votes
1 answer
96 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
  • 61
0 votes
0 answers
45 views

I have implemented a Forge Viewer app in JavaScript using the Autodesk Model Derivative API on the backend. It works fine for IFC files up to version 3, but it does not work for IFC v4 files. It is ...
Jay Bodade's user avatar
2 votes
0 answers
58 views

I'm in the process of building a search functionality through this endpoint. This is not a documented endpoint in APS and I came across this while profiling network calls in ACC. ACC docs UI uses this ...
Async Await's user avatar
-4 votes
1 answer
164 views

I am new to trying to use lock statements and multi-threading, and am not sure if I am using the below lock statements correctly (or if they are even necessary). I have a System.Timers.Timer running ...
Stephen Chipman's user avatar
0 votes
2 answers
67 views

I'm working on a APS Revit Design Automation app. I've submitted the work item and it has completed running the add-in bundle and generated an outputFile. However, when it comes to the step of ...
maciejwypych's user avatar
0 votes
1 answer
151 views

I've been trying to get a 3-legged authentication to work. I believe I've been to all resources Autodesk has online but unfortunately they all show different things and despite trying to piece it all ...
floretti's user avatar
1 vote
1 answer
166 views

I am developing a WordPress plugin that uses the Autodesk APS/Forge API for DWG analysis. However, I keep getting the following error when requesting an access token: { "developerMessage": ...
Mehmet Bilgin's user avatar
0 votes
1 answer
90 views

I’m trying to create a batch plot in AutoLISP. My DWG contains 6 drawing frames, each defined by a LWPOLYLINE. I want to generate a single PDF with 6 pages, where each page corresponds to one frame (i....
Cho-YoungHo's user avatar
0 votes
1 answer
64 views

We’re using the Authorization Code Grant Type flow for authentication. Both the access token and refresh token are working as expected—we’re able to successfully generate a new access token using the ...
Sooriya Subbanaidu's user avatar
0 votes
0 answers
17 views

I have rectangle sketch and need to set position of two corners (A & B) with respect to X or Y axis. I added lines but it can be the axis. I need to change the position of A and B with respect to ...
PCG's user avatar
  • 2,311
0 votes
1 answer
50 views

I'm currently using the Autodesk Forge APIs to access the Autodesk Construction Cloud. I am able to fetch a Revit file, and I’m displaying it on my platform sheet-wise. I’m able to fetch the sheet-...
Prasad Barsinge's user avatar
0 votes
1 answer
73 views

I need your support regarding a persistent issue with the Forge Viewer’s restoreState functionality. While restoring isolated or partial views works as expected, attempting to restore the full ...
Sudhir Samantaray's user avatar
0 votes
0 answers
44 views

While using loadDocumentNode to load multiple dxf files with 3D format, it will throw errors ash shown in the following figure. enter image description here The code is : const viewable3d = ...
Jiqi Li's user avatar
0 votes
1 answer
150 views

I'm looking to utilize the new add-in dependency isolation tools in the Revit 2026 API. When I make my addin manifest manually, Revit loads my addin in its own context as expected. Overall this ...
Kristen Schulte's user avatar
0 votes
1 answer
71 views

I am working on automating the process of converting DWG files to PDF using AutoCAD. However, I am encountering some issues when executing the script. I would like to request your help regarding the ...
Cho-YoungHo's user avatar
0 votes
1 answer
102 views

I have a Revit addin that I am trying to run in APS Design Automation (DAS). However, I cannot get it to run without getting "status": "failedInstructions". None of the Console....
Bytamin's user avatar
0 votes
1 answer
76 views

I'm trying to setup the POST /workitems endpoint, but when I check the status of my WorkItem after creating it I am consistently running into Failed Instructions with this error message: { "...
Brian Nguyen's user avatar
0 votes
1 answer
56 views

I'm encountering an issue when using both the Autodesk.AEC.Minimap3DExtension and Autodesk.Viewing.SceneBuilder extensions simultaneously in the Autodesk Viewer (formerly Forge). Problem Description I ...
EfvRqJ's user avatar
  • 11
0 votes
2 answers
49 views

I am writing an extension on Autodesk APS Viewer (forge), which adds an svg element on top of the model. I succeeded on creating the svg, getting the bounds and viewbox from the viewer to feed my svg ...
lmborione's user avatar
1 vote
1 answer
45 views

When viewing a .dwg model in the Autodesk Platform Services (APS) Viewer, line weights and text styles do not display correctly — all lines appear with uniform, thin weights, regardless of their ...
Amir Lotan's user avatar
0 votes
1 answer
68 views

Background I’m using the Autodesk Platform Services (formerly ACC) Construction Cloud APIs to download all the photos that a user has attached to a given Form. According to the docs, you can filter ...
Rosh Ashrafi's user avatar
0 votes
1 answer
161 views

I want to convert rvt file into ifc file. For that I am using autodesk forge API. Firstly I have created app on autodesk and after that creating token with below code:- const response = await ...
Rahi's user avatar
  • 27
1 vote
1 answer
47 views

I am only able to view the first page of a multipage PDF in the Autodesk viewer. I have successfully uploaded it and converted it. However, when I view the PDF,it only shows the first page. Here is ...
Doctor J's user avatar
1 vote
1 answer
160 views

I created a new "Server-to-Server App" using the APS (Autodesk Platform Services) Developer Portal. I selected all necessary APIs (Model Derivative, Data Management, OSS). I'm trying to ...
s.eyigun's user avatar
0 votes
1 answer
47 views

I’m working on a .NET client that should list all ACC projects for the signed-in user—just like the Projects panel in the ACC web UI—but I’m hitting a 400 error for hubs whose IDs start with “a.”. I'm ...
Nectar Abu Banat's user avatar
0 votes
1 answer
80 views

I am trying to calculate the file and data size of each project hosted in a hub on Autodesk BIM 360 or Autodesk Construction Cloud. I have investigated the options of Autodesk Platform Services BIM ...
MAM's user avatar
  • 1
0 votes
0 answers
26 views

I'm facing an issue. I'm developing an add-in (.dll) for Autodesk Vault. The add-in dynamically creates columns and rows, and it uses a WPF window. Some of the columns contain ComboBoxes with values ...
Mateusz Baczewski's user avatar
0 votes
0 answers
71 views

I’m using the Autodesk Data Connector API to fetch data from Autodesk ACC. However, I keep encountering a 429 error with the message: "Maximum number of requests for today has been reached for ...
Praful Bharate's user avatar
0 votes
0 answers
21 views

I am experiencing an issue with the Autodesk Platform Services (APS) Model Derivative API where the bounding boxes of elements differ between SVF and STL formats when converting from a Parasolid file. ...
Praveen Gnanasekaran's user avatar
0 votes
0 answers
35 views

I am encountering an issue when attempting to upload a .sat file to the Autodesk OSS bucket and convert it to an SVF file for viewing in the APS Viewer. The process fails with the following errors: ...
Praveen Gnanasekaran's user avatar
0 votes
1 answer
43 views

We (ATOM) are working on a construction technology platform that integrates with Autodesk APS to process and visualize site data. As part of our workflow, we use the APS Viewer to display DWG files ...
Amir Lotan's user avatar
0 votes
1 answer
71 views

The PlotToPDF Design Automation fails for certain jobs. I am not sure the reason, as I only find "Failed Instructions". This happens around 12 mins after the work item starts processing. I ...
theandroid's user avatar
  • 1,063
0 votes
1 answer
42 views

I am trying to load the Autodesk.Viewing.Collaboration extension in the Autodesk APS Viewer (formerly Forge Viewer), but I keep getting the following error: Unhandled Promise rejection: Extension not ...
Lokeswar Mamallan's user avatar
0 votes
0 answers
41 views

I am working with schedule data fetched using the Autodesk Construction Cloud (ACC) Data Connector API. I want to retrieve "Assigned To" user for a schedule to determine which user has been ...
Praful Bharate's user avatar
1 vote
0 answers
124 views

We’re in the process of trying to build a mobile app supporting ios / android using Autodesk forgeviewer rendering inside a WebView (react-native-webview) but we’re having a lot of problems with IOS ...
Chrissy Semens's user avatar
0 votes
0 answers
28 views

Turnout.GetCriticalPointStation Method In the Autodesk C3D API reference, the method for Turnout.GetCriticalPointStation is: C# public double GetCriticalPointStation( string entryName, string ...
Xudong Li's user avatar
1 vote
1 answer
108 views

I am trying to upload a file on Autodesk Construction Cloud. I have Account Admin rights and all permissions for folder managament in project. I followed steps from official Autodesk site: https://aps....
Lukasz's user avatar
  • 21
0 votes
0 answers
30 views

I am currently using the Model Derivatives API to get the hierarchy of objects within the model. This generally works great, except for when you get to the nested family level. At that level, I am ...
t_lars's user avatar
  • 9
0 votes
0 answers
61 views

I'm using the aps-sdk-node library to call dataManagementClient.getVersionItem, but I get the following error: Error: Please provide a valid access token or an authentication provider at ...
FunkyPenguin's user avatar
0 votes
1 answer
93 views

I am trying to view a model in 3ds Max format using Autodesk Platform Services (APS). However, the model does not load and when I check with Postman, I see that the translation process has failed. The ...
Çağatay Kalsan's user avatar
0 votes
1 answer
56 views

I am using Design Automation V3 endpoint with the pre-defined activity AutoCAD.PlotToPDF+prod I am observing that the styles defined in CTB are not taken into account on export to PDF. I am passing ...
theandroid's user avatar
  • 1,063
0 votes
0 answers
68 views

I have been trying to use the built in Snapper tool functionality to snap to various 3D objects, I have mainly followed this guide: https://aps.autodesk.com/blog/snappy-viewer-tools. I have gone ...
Soultide's user avatar
0 votes
1 answer
110 views

I am getting a 404 failedUpload error. My activity and work item are all consistent with local names, and are created correctly and working. My bucket exists and I can upload files to it and delete ...
VVaFF's user avatar
  • 13
0 votes
0 answers
75 views

Given the following use case: A user holds down the control key (enabling the box-selection tool) They then do a single click (instead of a drag/box selection) A large percentage of the time the ...
Michael Rayner's user avatar
0 votes
0 answers
79 views

I am using the Autodesk Model Derivative API to convert RVT files into a format viewable in the Autodesk Viewer. I successfully upload the file to an OSS bucket, translate it, and retrieve the ...
Lokeswar Mamallan's user avatar

1
2 3 4 5
23