Hello,
I’m creating this post to ask for help on how to upload a JPG image to Firebase Storage.
I enabled the “READ_EXTERNAL_STORAGE” permission, opened my image from the gallery using Activity Starter, and after selecting the image, I used the FileTools extension to set the path for Firebase. However, when trying to upload the image, I get the error: “open failed: ENOENT (no such file or directory).”
I’ve tried everything the community suggests without success, including adding "file://"
and appending the .jpg
format to the file path.
The JSON configuration is correct because the app successfully communicates with Firebase Realtime Database.
I’m attaching an image of my blocks. Thanks!