vaidyarm
6 years agoContributor
How to receive file through snaplogic API call
hi
we have a requirement to receive a file in snaplogic where we have to provide API URL to an external team. that team will do REST post along with file attached in POST request. we are supposed receive the file and store it. we tried a number of ways but it’s not working.
we sent a text file through Postman on API POST request as an attachment, but that pipeline failed with error msg as below.
“Document input views only accept JSON-encoded data”
let us know if there is a way to consume a file from such REST POST request with files attached to it