Download with firebase storage

hi, i have a problem to download from firebase storage.
i use the native blocks, i upload an image and after i try to download it but there is always the same error: "Object does not exist at location.
i can see the image with the web viewer but i can’t download it.
what is the problem?
download link is like : https://firebasestorage.googleapis.com/v0/b/xxxxxxxxxxx.appspot.com/o/xxxxxxxw5rE7VqaO5yi2%2Fimage%2FIMG_20201019_221231?alt=media

result:


i see the image that i uploaded but i can’t download

I think the download file block takes the path of file in firebase storage and not the link :thinking: But i’m not sure.
But another way to download file from firebase ( as you know the link ) is to use the download component:
https://docs.kodular.io/components/connectivity/download/
And set the url property to your firebase file download link :wink:

5 Likes

i’ll try, thanks

If you have the firebase link it is better to use the download component

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.