In our solution we are generating reports where we are attatching a link to files ((storage.googleapi links) that the users have been uploading in Appfarm. When pressing this link the user can see the files. But after a while the link has expired. I have two questions regarding this:
When does the link expire?
Is it possible to define when the link is expiring ourselves? We would ideally like them to expire after 6 months.
I don’t think so. A workaround could be a scheduled service deleting the files 6 months after created date or recreating them without the public check(see link below for public check).
I think this will give some context to the case. I had the same questions a while ago