PDF data retention question
in progress
M
Mike Dyos
I can see the PDF module creates a link; is this link persistent? and if so how to we clear it out to protect any sensitive data?
Log In
A
Andrii Deren
in progress
A
Andrii Deren
Hi Mike Dyos
Thanks for your question
So result for PDF generation contains a few fields intended for content access
First one is "link" field - this is persistent link to PDF asset until it removed (we plan to publish assets management API soon). This link intended for sharing in scenarios when you need to provide persistent non-restricted access to generated PDF for your app users.
Another one is "sharedLink" field which is valid limited time returned as timestamp in "sharedUntil" field (for now its 7 days from generation time). We working on update to provide ability to control sharing link validity duration via app settings and API request parameter. Also, we plan to provide ability to re-generate sharing link for existing PDF asset - this will be a part of Assets API.
I hope this information will help with your project
Let me know if I can assist in any way with your task