Downloading an Image from firebase storage fails: android

前端 未结 1 881
臣服心动
臣服心动 2021-01-23 08:00

Downloading the image and storing it on SD card doesn\'t work. I don\'t know where I\'m going wrong.

This code is for uploading an Image to Firebase Storage.

         


        
1条回答
  •  抹茶落季
    2021-01-23 08:36

    1. please check your permission in manifest

    2. File.createTempFile( fileName, null, context.getCacheDir());

    This is not file extension

    please check your file path

    /storage/emulated/0/Android/data/com.pc.wecare/files/images2116155570jpg images2116155570.jpg

    0 讨论(0)
提交回复
热议问题