Petr Broz
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Articles
Recent activity by Petr Broz-
Custom GPTs + APS
In November 2023, OpenAI introduced custom GPTs that can interact with Autodesk Platform Services (APS). This blog details creating a GPT to use the Issues API, allowing users to manage issues in A...
-
Accessing design metadata without the Viewer
This blog explores methods for accessing design metadata in APS without using the viewer. It highlights three API options: the Model Derivative service, specifically the GET :urn/metadata/:guid/pro...
-
Migrating to the new APS .NET SDK
The new .NET SDK for Autodesk Platform Services allows developers to migrate their .NET applications with updated NuGet packages for various APIs including Autodesk.Authentication, Autodesk.Oss, Au...
-
Migrating to the new APS Node.js SDK
In late 2023, Autodesk announced the Node.js/TypeScript SDK for Autodesk Platform Services, currently in beta. This SDK is organized into separate NPM packages for various APIs: @aps_sdk/authentica...
-
Disconnected workflows
The blog discusses implementing offline capabilities for applications built on Autodesk's APS platform using modern HTML5 APIs. Key APIs highlighted are Service Worker, Cache, and Channel Messaging...
-
APS Cost Analysis Demo
The aps-cost-analysis-demo integrates design metadata with external cost data, leveraging Node.js, JavaScript, CSS, and MongoDB for dynamic cost analysis. It utilizes APS Viewer and APS web service...
-
Wildcards in Callback URLs
In January 2023, Autodesk announced support for multiple callback URLs, allowing developers to utilize different domains for staging and production environments. Users can now include wildcards in ...
-
Handling Locked ACC files with APS
This blog discusses the Lock Files feature from the Autodesk Cloud Collaboration (ACC) perspective. Users with Edit permissions can lock files to prevent modifications, with a warning for improper ...