I'm trying to post a workitem using design automation v3. I managed to create an appbundle and an activity, but when I post a workitem I get this exception :
The server returned the non-success status code 400 (Bad Request). More error details: {"appbundles":["An appbundles binary could not be found. Make sure your apps were uploaded correctly.\nParameter name: appbundles"]}.
What can be the cause of this issue?
This usually indicates that you forgot to upload your zip file. I recommend that you you use our .net sdk. It has some helpful wrappers that make this easier. See here.