Per the attachment changes after Nov 8 -
Any attachment URLs obtained via the public API and the CSV export functionality will expire after a few hours.
If I am using Airtable as a CMS for my own site where the data (and attachment column) is being fetched via API, what url will the API return 2 hours after the attachment as been uploaded? For example let’s say the original url of the attachment is airtable.com/image-first-location.jpg, I understand after 2 hours it will return 404 not found. However if I make a second API call after 2 hours, would the url returned for the attachment field be a new “working” url such as airtable.com/image-second-location.jpg or would it still return airtable.com/image-first-location.jpg (404 not found)?
In other words, if the user visiting my site refreshes the page (thereby making a new API request), would it get an updated (working) attachment url?
