Firebase Storage is giving StorageException while trying to upload images

后端 未结 14 1926
北海茫月
北海茫月 2021-01-13 03:10

I have been trying to upload images to the new firebase storage service . It is throwing StorageException

E/StorageException: StorageException has occ

14条回答
  •  再見小時候
    2021-01-13 04:08

    This Sorted me out, not a single line of code change ;) , All I needed to do was to update the firebase-storage lib. In my case it was 'com.google.firebase:firebase-storage:16.4.0' and after updating it to 'com.google.firebase:firebase-storage:17.0.0' everything start working fine again.

提交回复
热议问题