Hi,
I created an app in which I would like to present images stored in a GCP bucket.
I tried using the image’s Authenticated URL, its gsutil URI and a signed URL but none of these worked…
I still cannot see the image presented in the App.
To clarify - if I add URLs of images available on the web - the rendering works just fine.
AppSheet can only display images with URLs that are publicly accessible, meaning the app user doesn’t need to be logged in anywhere to load the image from the URL in a browser.
I have an app using images hosted on a web server, but you need to set them public like Steve suggested. To do this you may check the software settings or you may need help from the server admin.
If you can see them on any web browsers using their URL, you can use them on AppSheet.
Thanks @Steve - but please enlighten me as of “why”…
A signed URL is a public url to the image - which according to what I read in the documentation - should be supported.