I'm a rookie in most languages of coding and I'm trying to follow the Autodesk Forge tutorial. I'm trying to achieve the 'modify your model' tutorial. On the Run & Debug step I try to upload my model but nothing much happens after that. The output from debugging says Exception thrown: 'Autodesk.Forge.Client.ApiException' in System.Private.CoreLib.dll and then exits all kinds of threads.
I'm using:
- C#
- .NET Core 3.1
- Visual Studio 2022 (but I also tried 2019)
- the 3.* versions of the added NuGet packages because the tutorial told me so, I'm kind of afraid my system wants me to use newer versions but that results in other errors.
I hope someone can help me with this issue.