Hi <@U021RFXUHNH> , how can we get a full url of a...
# supabase-kt
h
Hi @Jan , how can we get a full url of an image when upload to a private bucket? I uploaded normally without signed url and see the file available on Supabase dashboard but dont know what’s the full url of the file to display the image. I have tried uploading it with signed url with the Duration.Infinity but it seems to fail quitely.
j
I uploaded normally without signed url and see the file available on Supabase dashboard but dont know what’s the full url of the file to display the image.
Doesn't
supabase.storage.from("bucket").authenticatedUrl("path")
work?
👍 1
h
Interesting. Let me try around & write more details what I tried. Seems things failed silently