-
**Description:**
I've been using the `Autodesk.Forge.DesignAutomation` SDK version 5.1.2 to create WorkItems for design automation, and it has been functioning correctly. However, after updating to…
-
After downloading this repository, I installed the necessary packages with npm, and hard coded the environment variables into config.js but I cannot connect to localhost at all. No errors are showing …
-
Hello!
When I launch the application I see in my browser in the Configure window the list of AppBundles but I do not see the list of engines
I tried to debug it and as it turned out in this row:
…
-
Hi @adamenagy,
Thanks for your sharing your great knowledge to the world.
Regarding this logicformExtractor, I am getting following error. [ I have another request, if I create forms (Multiple), H…
-
The `EnsureSuccessStatusCodeAsync` method doesn't set `HttpRequestException.StatusCode`:
https://github.com/Autodesk-Forge/forge-api-dotnet-core/blob/main/src/Autodesk.Forge.Core/HttpResponseMessag…
-
Update .NET & Nodejs code, then update the [tutorial](https://github.com/Developer-Autodesk/forge.learning )
-
Just a small issue, this one. Maybe a typo to fix in gitignore.
I'm following the nodejs tutorial and seeing binary files get added to a folder on my machine called 'uploads'.
The gitignore file n…
-
This suggestion could help people who aren't familiar with the branches that exist in this repo. Following the instructions here
https://github.com/Autodesk-Forge/learn.forge.designautomation/tree/n…
-
Hi again,
Here is the Workaround i mentioned in my previous post:
```
private void TrySetNickName(string nickName)
{
PublicKey key = new PublicKey(new byte[0], new…
-
Hi there,
I have been working around Autodesk.Forge.Model.DesignAutomation.v3 and found a few issues:
**_ForgeAppsApi.ForgeAppsGetNickname("me")_** is returning a quoted string. Quotes needs to…