EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 444 forks source link

Error uploading an image to Storage on a real iOS device #1636

Open sebalopezz opened 4 years ago

sebalopezz commented 4 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it.

This error only happens when I test on my iPhone (real device). In the simulator of iOS and real Android devices it works perfectly. The problem is only with uploading files ... getDownloadURL for example works fine.

When I want to upload a file to Storage, I get the following errors:

For example, for the following image: /var/mobile/Media/DCIM/100APPLE/IMG_0311.PNG

Failed to issue sandbox extension for file file:///var/mobile/Media/DCIM/100APPLE/IMG_0311.PNG, errno = 1
error: An unknown error occurred, please check the server response.
sebalopezz commented 4 years ago

@EddyVerbruggen please help

Ayrix87 commented 3 years ago

@sebalopezz did you find a solution already?

I'm having the same issue :(