Autodesk-Forge/forge-configurator-inventor

Can not upload zip or ipt any file

KadirHaktan opened this issue · 2 comments

Hello!When i try to upload ipt file got this error:System.Net.Http.HttpRequestException: 'The server returned the non-success status code 400 (Bad Request).
More error details:
{"activityId":["The activity FcuaA6cCAKd9jv7vmVBAcG8bR9NUZgBA.AdoptProject+alpha could not be found (Parameter 'activityId')"]}.'

I think design automation can not create or find activityId
screen1
await ProjectWork.AdoptAsync(_projectInfo,signedUploadedUrl) method can not give success response and exception image is under below
screen2

mivasi commented

Hi, have you done dotnet run initialize=true

Activites are created during initialization which should be done once with first run.

FYI: this repo is going to be deprecated as we are moving to https://github.com/autodesk-platform-services/aps-configurator-inventor

Solved