How to get the pyAttachStream for a file when it is saved in to the cloud storage
hi Team,
in our application when we upload a file, it gets stored in the Cloud storage. now i want to read the content of it to send a email along with attachment. I read about the data page - D_pxGetFile , which accepts the repository, file path and the type. but when i am running this data page , passing the repository name and file path (file://web:/StaticContent/global/ServiceExport/UTC-1683883941834.docx), I am getting the error as - GET_FILE_EXEC_ERR. can you kindly help