Error - Enoent - Firebase Storage

Hi. I´ve read ENOENT topics but I can solve my problem. I´ve got an ENOENT Error in my Celular with ANDROID 12 during on Firebase storage.
I have record in Firebase Realtime correcty, The problem is the image in Storage.
attached, you have my codes.
I don´t use any extension. In my celular, the image picker is working fine.
Could anyone give some help ?
Tks

1 Like

Just to include more information. The error message is file:/storage/emulated/0/DCIM/Camera.IMG…JPG open failed: ENOENT (No such file or directory).

1 Like

maybe that is can help you :point_down:

Tks, but I´ve already done it and my image is loaded in my app. The problem is when I try to load in Firebase Storage.

1 Like

I think you problem from Upload File block
try change file or upload Path of Upload File

I don´t know how to do it in Kodular. I get Image from celPhone directory using Image Picker. I tried to get this image, place in TinyDB and get from TinyDB to load in Firebase Storage. I got the same error.

How you don’t upload it to Asset in your app?

I upload my Image from CelPhone using ImagePicker and place in my app. Also, I can store it in TinyDB.

Anybody with ideais ?