autodesk-platform-services / aps-configurator-inventor

Inventor Configurator:A showcase application for Design Automation API for Inventor
https://inventor-config-demo.autodesk.io
MIT License
15 stars 5 forks source link

Cant load my own project #4

Open Mateeeoo opened 1 year ago

Mateeeoo commented 1 year ago

Hello,

I cant load my own project, i added this code in appsettings.json, { "Url": "https://drive.google.com/u/0/uc?id=1fifvlymldyBjFcuBMch9FIVwNOQFkrQ8&export=download", "TopLevelAssembly": "ZlozenieFORGE.iam", "Name": "APS" }

and change my Inventor version in ForgeAppBase.cs, becouse im working on autodesk inventor professional 2022.

public virtual string Engine { protected set; get; } = "Autodesk.Inventor+2022";

What am i doing wrong? This is what my console looks like.

console.log

adamenagy commented 1 month ago

The URL would need to be a presigned URL, one that does not require an access token. You could test it by using the same URL in the browser's address bar: if it triggers the download straight away (instead of showing some webpage where you still have to click something) then it should work