WCC | Download documents to ZIP file from search results page
We have requirement to download documents to zip file form search results page .
I have followed the below document (How To Download Multiple Content Files As A Single ZIP File From WebCenter Content Using RIDC API (Doc ID 1955891.1)) created custom component which calls GET_ZIP_BUNDLEt, But when we execute the service 'GET_ZIP_BUNDLE from custom component we getting error like '
Failed to access content item 'DEV014414' with internal revision ID '14614'. Unable to download 'DEV014414'. System needs login authentication credentials
where we can find our information about 'GET_ZIP_BUNDLE' Service
the code I have used is