I am working on a custom plugin, I am curious as if there was a change in Appian version 26.3, I use content service to open a file and get the input stream, like I have down with versions 25 and older, I was curious if there was a change in how the content service works and how to properly open a file inside a custom smart service.
Code I am using:
Discussion posts and replies are publicly visible
Your code is fine - contentService.download() + document.getInputStream() is still the correct pattern in 26.3. No breaking changes to that API.https://docs.appian.com/suite/help/26.3/api/com/appiancorp/suiteapi/knowledge/Document.html