ContentUploadOutputStream Missing in 24.3

Certified Associate Developer

I am looking to make some changes to the MS Graph Mail Poller plugin ( MSGraph Email Poller ) and came across an issue between 24.3 and 24.2.  The plugin makes use of the ContentUploadOutputStream class, which exists in 24.2 (https://docs.appian.com/suite/help/24.2//api/com/appiancorp/suiteapi/content/package-summary.html) but does not exist or is not accessible in 24.3 (https://docs.appian.com/suite/help/24.3/api/com/appiancorp/suiteapi/content/package-summary.html) and there is no mention of it being deprecated.  Along with that, the UploadDocument method on the ContentService interface still returns a ContentUploadOutputStream object (https://docs.appian.com/suite/help/24.3/api/com/appiancorp/suiteapi/content/ContentService.html#uploadDocument(com.appiancorp.suiteapi.knowledge.Document,java.lang.Integer)).

It seems like this is a bug and the ContentUploadOutputStream class should still be accessible in 24.3.  Any other reason why it wouldn't be?  How can we resolve this?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data