pruthvirajkarurcodewave

Results 7 comments of pruthvirajkarurcodewave

Even i am receiving the same error. Where to set the timeout value ?

@Sid-Turner-Ellis Are you getting this error for files you added manually or files which you create from the application? I using the following path : `RNFS.ExternalStorageDirectoryPath + '/Documents/anyfoldername'` I am...

> @Sid-Turner-Ellis You rightly said we dont need permission also to read for 30+ SDK version. Were you able to resolve this with some other library ?

@Sid-Turner-Ellis added manually means, any files apart from the once created from my application are not accessible. images, and media files are accessible but not .txt,.data,.csv etc are not accessible...

@JARG85 Gallary and other media files will still be accessible. But post android SDK 29 i am not able to read files which are not created from the application. where...

@JARG85 In my case the user would not know the file name to search. if yes i would have chosen react-native-document-picker. In my use case, User reads some data from...

@Sid-Turner-Ellis My use case is The app creates a folder say "MyFolder" then app creates a file using `"RNFS.writeFile" `method. Since the file was created from the app itself app...