Do you know a way to manipulate the files stored in IBM Connections from a Java application deployed in Websphere Portal 8.5.
I want to be able to read those files without having to download them.
I read about the Rest API (Files API), but this requires to download the file. Files API Here
I've also heard about IBM Social Business Toolkit (IBM SBT). But this SDK also makes me download the file (It is just a wrapper of the same Rest API).
I want to install an application inside the same Websphere Portal and manage the files locally (The files are physically stored on the same server).