Hi! We had to migrate from Appian on cloud to on premise. Is it normal to successfully connect when using a Web API with a get (hello world) but not when using a post (upload a document)? On this case I've got a 403 - Forbidden error.
Discussion posts and replies are publicly visible
No - not normal.
I would guess it's a permission issue. Are you sure the service account was put in the right groups?
I just realized that even though I added the service account on the web api, I didn´t added on the admin group of the application. I changed it and it worked. Thanks!