{
"code" : "messaging.config.beans.DescriptorFileNotFound",
"message" : "Descriptor file(META-INF/descriptor.properties) not found",
"contexts" : [ ]
}
I am facing this issue while iam uploading jar file in my keystore through curl command
curl -X POST -H "Content-Type: multipart/form-data" -F file="@myKeystore.jar" \ "https://api.enterprise.apigee.com/v1/o/{org_name}/e/{env_name}/keystores/{myKeystore}/keys?alias={ke...}" -u email:password.