Upload mda Package using Deploy API

0
Hi All, I am having a problem using POST, getting HTTP/1.1 404 not found   used below curl command curl -v -F "file=E:/out.mda" -X POST -H "Mendix-Username: xxxxxxx@siemens.com" -H "Mendix-ApiKey: xxxxxxx" -H "Authorization: MxToken xxxxx" "https://cloud.home.mendix.com/api/v3/apps/<appid>"   Please suggest me if you have any idea on this. Thank you in Advance
asked
1 answers
0

Hi Madan,

 

404 is "file not found”. Please check if the file is accessible on E:/out.mda? Should it not be file=E:\out.mda if you run on Windows?).

 

Go make it

answered