StorageException: An unknown error occurred, please check the HTTP result code and inner exception for server response

前端 未结 13 2028
执念已碎
执念已碎 2021-02-09 20:19

I use Firebase Storage to upfile. But it does not work THIS IS MY CODE.

FirebaseStorage storage = FirebaseStorage.getInstance();
StorageReference sto         


        
13条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-09 20:50

    Make sure you've connected to firebase. Open the firebase assistant, go to storage, click on upload and download a file from storage and check. Connecting is easy. Just click on the connect button.

提交回复
热议问题