Closed genryianchev closed 1 year ago
There are 2 ways how you can add project as there are two places where we can put the projects:
Thank you very much, I have one more question. I 'm trying to create a file .zip it and put it in the general list, but I can't upload it to my cart. Could you please explain to me how I can create a proper zip file. This is my example. https://drive.google.com/file/d/1RPmqT-WBtyzudaoWs6GxG5mM2EoyLNU0/view?usp=drive_link
Can you send me how does your json record looks like? I am talking about appsettings.json, where you need to put something like:
{ "Url": "https://sdra-default-projects.s3.us-west-2.amazonaws.com/WrenchForm_2023.zip", "TopLevelAssembly": "Wrench.iam", "Name": "Wrench" }
"DefaultProjects": { "Projects": [ { "Url": " https://drive.google.com/file/d/1iSTPlqaIRlYrqiXLCBrPfc8qJejnCXTb/view?usp=drive_link ", "TopLevelAssembly": "14-0001122.ipt", "Name": "14-0001122" }, ] },
On Wed, Jun 28, 2023 at 8:50 AM Michal Vašíček @.***> wrote:
Can you send me how does your json record looks like? I am talking about appsettings.json, where you need to put something like:
{ "Url": " https://sdra-default-projects.s3.us-west-2.amazonaws.com/WrenchForm_2023.zip ", "TopLevelAssembly": "Wrench.iam", "Name": "Wrench" }
— Reply to this email directly, view it on GitHub https://github.com/Autodesk-Forge/forge-configurator-inventor/issues/482#issuecomment-1611451171, or unsubscribe https://github.com/notifications/unsubscribe-auth/A62VPYX6BGRHOJK2SFNZRULXNQZA5ANCNFSM6AAAAAAZU4NTJU . You are receiving this because you authored the thread.Message ID: @.*** com>
--
Yours sincerely,
Gennadii Ianchev
The link to you google drive is wrong. You need the link which immediately goes to download the thing.
OK, thanks for your help, I'll try to find a way.
I hope last question, I try to get my zip file but I always have like this one. I cannot understand what is wrong, I hope you can help me.
When it fails to adopt your project, it produces report file. You can see in log output information what is the name is using to save it to "Saving ....... report to ......". It is somewhere inside the app folder, under the Reports folder. I need to see the file belonging to this processing, because without that I cannot know what is wrong.
I hope this one console.log
No. Look for this, after trying to deploy
2023-06-28 15:12:14.681 -05:00 [INF] Saving c68be8864de1473696b4f117b4d778c2 report to 2023-06-28_20-12-14_c68be8864de1473696b4f117b4d778c2.txt
here all from folder Reports Reports.zip
last one Reports2.zip
What is the Inventor version you used to create the model you are using?
2024
Ok, that is the issue. This example is not yet set to use the latest version of the engine. It is using 2023, so you cannot open there assembly done in newer Inventor. Here is what you can do: Just got to this line and change 2023 to 2024 and completely redeploy the app.
BTW: this repo should be deprecated. New stuff will happen on https://github.com/autodesk-platform-services/aps-configurator-inventor/
All good, thank you so much!
Maybe a stupid question, but I'm new to this field. Everything is running, but I can't find how to add files or projects to this application, please tell me