Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
55 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
1 answer
53 views

I'm trying to export a DWG file within the Inventor Design Automation Api with AutoCAD color indices. In Inventor the feature is located within the DWG Export dialog: Export DWG in Inventor Click ...
Sebastian König's user avatar
0 votes
1 answer
107 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
1 answer
64 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
0 votes
1 answer
142 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
0 votes
2 answers
69 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
103 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
70 views

Below is my script that reads a step file in Fusion Autodesk 360, changes some of ites properties, and copies it as a f3d file. This script is run with Fusion's Design Automation API, and is able to ...
Brian Nguyen's user avatar
0 votes
1 answer
45 views

I’m using Autodesk Design Automation v3 for AutoCAD, and I created a .bundle ZIP containing a custom batchplot.lsp. When I try to load and run it via SCR script in a WorkItem, I get the following ...
Cho-YoungHo's user avatar
0 votes
1 answer
200 views

Our application is designed to work with Revit files stored in Autodesk Construction Cloud (ACC). The main goal is to update these models with the latest external data. The workflow is fairly ...
SergeySSH's user avatar
-1 votes
1 answer
49 views

Design Automation works great for most of our Revit models except for some that contain a large number of Revit links. For those, the work item failed with an error: Autodesk.Revit.Exceptions....
EthanLee's user avatar
0 votes
1 answer
84 views

I would like to automatically generate an NWD file that integrates multiple Revit files and IFC files using a batch processing mechanism on a server. Since it seems that the Navisworks engine is not ...
jkws's user avatar
  • 1
0 votes
0 answers
58 views

I have a curious problem when loading a Creo sheetmetal file into our APS application. The bit I am having problems with is obtaining the surface body count from the SheetMetalComponentDefinition. ...
OldBloke's user avatar
0 votes
1 answer
72 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
110 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
0 answers
68 views

WorkItemId - 26d61b66378742f29fdf127cbb421972 Last week, I was testing to see if I can upgrade my app to support inventor 2026. But it didn't work. In order to see if it was some issue on the app ...
wangdu's user avatar
  • 5
0 votes
0 answers
72 views

I am working on a Design Automation workflow for Autodesk Inventor, where I upload an Inventor file as a ZIP into the Autodesk OSS S3 bucket. After uploading, my Design Automation bundle uses the ...
Praful Bharate's user avatar
0 votes
1 answer
119 views

I'm having an interesting issue with Design Automation API. I am creating a workItem through the https://developer.api.autodesk.com/da/us-east/v3/workitems endpoint. I can do it fine in Postman, but ...
Allmächd's user avatar
1 vote
0 answers
75 views

I've set up project https://github.com/autodesk-platform-services/aps-revit-rcw-parameters-exchange locally providing all required settings but getting error <?xml version="1.0" encoding=&...
eap23's user avatar
  • 15
1 vote
1 answer
57 views

We are currently working on implementing Autodesk Design Automation for Inventor support using .NET. As part of the process, we are trying to create an appbundle by accessing a bundle uploaded to ...
Praful Bharate's user avatar
0 votes
0 answers
45 views

I have successfully created an activity and workitems that plot to PDF for specific layouts I am interested in plotting in my C3D model. This utilizes pathInZip along with mainDrawing argument to ...
theandroid's user avatar
  • 1,063
0 votes
1 answer
43 views

I'm looking for an alternative on how to upload a resulting zip file to an existing bucket via its definition in activity/workitem? I have following definition in my workitem Constants.Parameters....
Mark Brouwers's user avatar
1 vote
1 answer
43 views

I am running an app in Autodesk Platform Services(formerly Forge). For some files it takes more than 60 minutes to get the results, so the upload URL has expired then the upload takes place, ending in ...
Javier's user avatar
  • 13
0 votes
0 answers
34 views

I am trying to execute a addin to open a cloud Revit model and update a parameter. The addin works perfectly when running it locally. But when I run it in the cloud I get the following error. [04/06/...
Sourav Ganguli's user avatar
0 votes
0 answers
32 views

I am trying to do the IFC Export through Autodesk Forge. I am using Automation API. The particular file in question has lots of sections assigned to it. The program essentially iterates through all of ...
rnilay81's user avatar
0 votes
1 answer
76 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
45 views

We often face a situation where sheetmetal bends are not 100% correct. When a model is unfolded to a flat pattern, you can get a slight bevel on the edge of a bend line. I am talking a very small ...
OldBloke's user avatar
0 votes
0 answers
34 views

~24h ago the WorkItem status response stopped including the reportUrl, see https://aps.autodesk.com/en/docs/design-automation/v3/reference/http/workitems-id-GET/
user2025261's user avatar
0 votes
1 answer
65 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
1 answer
112 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
1 answer
106 views

I'm following this article's method to calculate the token usage and then the cost. I run the following calculation on the workitem oncomplete callback and store them in a db. function getJobMetrics(...
solmans's user avatar
  • 595
0 votes
1 answer
44 views

With the deprecation of stand alone Eagle CAD, I'm wondering if it would be possible to use APS to generate Gerber and PDF outputs from .sch and .brd PCB design files? It seems like this feature ...
epietrowicz's user avatar
-2 votes
1 answer
70 views

I cannot get the Design Automation sample to work. I have followed the instructions and have everything set up to include my CLIENT_ID and _CLIENT_SECRET yet, i get a token error. I stepped through ...
Nacho Shaw's user avatar
1 vote
1 answer
127 views

I am trying to access ACC models from my Revit DesignAutomation plugin. All my testing till now has been done in Postman. Despite following to my best knowledge the guidance in the documentation, and ...
Peter S.'s user avatar
  • 178
0 votes
1 answer
79 views

I am not being able to execute WorkItems successfully and I recieve this "failedInstructions" with this report: report.txt I have tried debugging the plugin locally, having Revit 2025, using ...
Inazio Otero's user avatar
1 vote
2 answers
103 views

I'm using C# and upgrading from Autodesk.Forge to Autodesk .NET SDK (OssClient) and when I try to create a signed url (ossClient.CreateSignedResourceAsync()), I run into the problem that a file with a ...
Oleh's user avatar
  • 13
-2 votes
1 answer
574 views

I am encountering a critical issue while running a script on Civil 3D Design Automation. The error appears during the process of importing surfaces. Below is the detailed log output: [01/06/2025 01:10:...
thanh trang Nguyen's user avatar
0 votes
1 answer
108 views

I am trying to upload a zip file to Autodesk Forge's Object Storage Service (OSS) and then use it to create an AppBundle for Design Automation. While I successfully upload the file and create the ...
Ran P's user avatar
  • 334
0 votes
1 answer
108 views

I'm using an iLogic rule embedded in an assembly file to update parameters, open linked drawings, and export PDFs for use in Design Automation. However, the rule doesn't seem to be running correctly, ...
Jianchen Yu's user avatar
0 votes
2 answers
151 views

I have written a plugin for Civil 3D that runs on the Design Automation API. The plugin works in most situations without any problems. However, one task the plugin does is extract the solids from a ...
jh_dempsey's user avatar
1 vote
1 answer
74 views

I'm having some issues trying to do some funny stuff with Design Automation. Imagine I have a bucket, in it there is a .zip with one, or several .rvt files. What I'm trying to do is, Use Design ...
Leandro Arns Gonzales's user avatar
1 vote
1 answer
72 views

I was wondering if APS DA4I supports .Net 8? I was playing around with the wrench sample provided by Autodesk and have this working with the .Net Framework (as provided by Autodesk). I've upgraded the ...
Mark Brouwers's user avatar
-1 votes
1 answer
163 views

as the title suggests i'm using Autodesk API (C#) to upload objects in AWS buckets. For some reason sometimes i obtain the following Exception: System.AggregateException: One or more errors occurred. (...
Marco Sconda's user avatar
0 votes
1 answer
128 views

I am trying to use Autodesk Platform Services for design automation of Fusion files. I'd like to be able to view and modify user parameters along with using other features of the Fusion API. Can ...
Precast's user avatar
0 votes
1 answer
78 views

I'm working with APS and need to access the absolute latest version of a file in ACC. This version is newer than the one currently published/shared. Is there a way to do this within APS or do I need ...
Eugene Shtoka's user avatar
2 votes
1 answer
243 views

Our group utilizes app bundles to automate project setup in ACC. We have been utilizing the same process for versions of Revit 2022-2024 with no problems. I have recently ran into issues when ...
Mason Lumley's user avatar
0 votes
2 answers
100 views

I am following this guide to build an automation and the appbundle it takes is a local file. I'd like to eliminate the step of user inputting the file so that file is automatically gets picked up from ...
AutoMate's user avatar
0 votes
1 answer
115 views

My APS activity has been producing PDFs many years. Starting last week some designs would work fine but today no scenario is working. This same code executes on my desktop just fine with Inventor 2020,...
Josh Hunt's user avatar
0 votes
1 answer
154 views

I have a design automation bundle for Revit. This code saves two different files (.json and .rvt) to the “result” folder. My activity has the following parameters Parameters Image If I set the result ...
Oleh's user avatar
  • 13

1
2 3 4 5
10