Hi Jeff, Thanks for your response on this. I was able to achieve this by doing the following:
After uploading the file to ALFRESCO, I appended the file object ID to the ALFRECSO CMIS URL. E.g. <<ALFRESCO_CMIS_URL>>/root?objectId=<<OBJ_ID>>&cmisselector=content The same URL when used object instead of content, will redirect to the login page of the ALFRESCO URL. Regards, Ram Mahesh Kumar K -----Original Message----- From: Jeff Potts [mailto:[email protected]] Sent: 11 June 2018 21:34 To: [email protected] Subject: Re: Generate Shareable link after Upload No, it is not possible to do it with CMIS alone. However, you could write a rule on the Alfresco side that would leverage the "quick share" functionality to share the object. You should then be able to fetch the necessary properties via CMIS and then construct the link. Jeff On Mon, Jun 11, 2018 at 2:49 AM, K, Rammaheshkumar < [email protected]> wrote: > Hi, > > Is it possible to generate a shareable link after uploading file to > ALFRESCO using CMIS. > > I am using Open CMIS Java to upload/download to/from ALFRESCO. > > Regards, > > Ram Mahesh Kumar K > >
