Hi, I am using jackrabbit oak 1.10.0. I configured the following parameters.
presignedHttpUploadURIExpirySeconds=600 presignedHttpDownloadURIExpirySeconds=600 But still getting upload object is null when calling the following code. JackrabbitValueFactory valueFactory = (JackrabbitValueFactory) vf; BinaryUpload upload = valueFactory.initiateBinaryUpload(content.getFileSize(), maxURIs); Please help me out on this. Thanks. -- Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html