
[英]Permission Denial Error when trying to upload file picked with [react-native-document-picker] to fireStore storage
我正在尝试将 xlsx 上传到 firestore 存储,我正在使用 react-native-document-picker 从ExternalStorageDirectoryPath中选择文件,因此当仅记录文件 uri 时我没有收到错误,但只要尝试上传它引发错误的文件。 相关代码: ` 我已经 ...