Hello, I am using the incremental export API with a micro service to retrieve articles and save the history. Now I would also like to save the attachments of a comment.
We have decided to enable secure downloads in order not to make any sensitive attachments publicly available.
Unfortunately, with this setting I cannot load the attachments via my micro service because I have to authenticate again.
If I disable Secure Download, I can also download the attachments, but this does not comply with our security rules. Is there any trick?
This request was closed and merged into request #9805529 "[Community Post] Download the Ze...".