itinance / itinance/react-native-fs

ENOENT: no such file or directory, open '/data/user/0/com.someappname/files'

Open
#888 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

i am trying to download file and save it to my new created directory but it gives me that error

` let DownloadFileOptions = {

fromUrl:audioLink,
toFile:ourAppPath[0].path,
background:true,
discretionary:true,
progressInterval: 100,
progressDivider:10,

};
RNFS.downloadFile(DownloadFileOptions);`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.