I am trying to download API proxy using SOAP UI through Apigee's management APIs but its not coming as an attachment. I tried same thing with Apigee's browser utility response coming back is octate stream with zip file name but no zip file to download/attachment. Even i tried with curl with -o option still didn't work.
I followed following link.
Solved! Go to Solution.
The API will return the zip-formatted contents of the file. When using the API, you will need to save off the response to a file that you choose. With curl, you must specify the file name for the -o option to work (e.g. -o myAPI.zip). I tried it just now and it seemed to work fine for me. Please try that, and if you are still having any problems please reply back.