I am migration Ideas from a 3rd party platform into Verint (version 13.x).
Many of the ideas have image and file (pptx, pdf etc) attachments. I am using the following REST API to upload these files into Verint.
community-ppe.thomsonreuters.com/.../temporary.json
thereafter, I am using the downloadUrl returned by the above API to use it in href attribute within the content of the idea description. Initially, it all works well - i am able to view the uploaded file on the idea - if its an image, it appears inline where it should, if its a file, a link appears and I am able to download the file too,
However, if I check the same idea a day or two later, all the images/files have broken links - I am guessing its becuase the upload is taking place to some temporary location as indicated by the API endpoint. How do I make these uploaded files and their url persist permanently?
Has anyone tried doing this?