Anvil Media URL - not permanent

Anvil doesn’t give you permanent URLs to media objects, you have to build that functionality into an HTTP endpoint that serves the media object. So you might build an HTTP endpoint that takes a query parameter saying which media you want, and in the endpoint you’ll do the data table search to fetch the media object and return it.

I’ve never done that myself, but hopefully someone else who has can give you more details.

3 Likes