aliyun / aliyun-oss-react-native

MIT License
148 stars 99 forks source link

android Q没有适配,上传图片路径会出错 #84

Open weed-x opened 3 years ago

weed-x commented 3 years ago

在android Q上上传文件路径处理会出现错误

szj2935 commented 3 years ago

应该是获取文件路径的API过时导致的 FileUtils.java文件里getFilePathFromURI方法,Environment.getExternalStorageDirectory()修改为context.getExternalFilesDir(null)