Hello ! In the databases, we are storing some photos that we would like to be able to download. Do you know if that is possible ? The link is leading to an error.
Hi @Fiora,
I can see from your screenshots that you’re getting “AccessDenied” errors when trying to access the photo URLs. This happens because photo URLs in Tulip tables are temporary signed links that expire after 24 hours for security reasons. Your links show they expired back in April 2023.
The easiest way to get fresh download links is to:
- Open your table from the Tables view
- Click the image field (like “Boite”) in the row you want
- Right-click the image and choose “Open image in new tab”
- Download it from that tab before the link expires again
If you’re seeing “AccessDenied” or “Request has expired”, it means the link is no longer valid and you’ll need to repeat the steps above to get a new working URL.
For bulk downloads, you can export your table data as CSV - this will generate fresh signed URLs for all your photos that will work for another 24 hours.
More info about working with images in connectors: Connector input encoding control
Let me know if you’d like help with bulk exporting or if you need to set up automated image access for external systems!