You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I encounter a problem where I can't upload file into firebase storage
this error come out An unknown error occurred, please check the HTTP result code and inner exception for server response.
here is my code firestack.storage.uploadFile(${sourceURI}, ${firebasePath},{ contentType: 'image/jpeg', contentEncoding: 'base64' }) .then(res => console.log(res)) .catch(err => console.log(err))
can anyone help me
thanks in advance
The text was updated successfully, but these errors were encountered:
Hello
I encounter a problem where I can't upload file into firebase storage
this error come out
An unknown error occurred, please check the HTTP result code and inner exception for server response.
here is my code
firestack.storage.uploadFile(${sourceURI}, ${firebasePath},{
contentType: 'image/jpeg',
contentEncoding: 'base64'
})
.then(res => console.log(res))
.catch(err => console.log(err))
can anyone help me
thanks in advance
The text was updated successfully, but these errors were encountered: