wkh237 / react-native-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.61k stars 1.59k forks source link

Not able read file form iCloud Drive in iOS #646

Open vishaalkolhe90 opened 6 years ago

vishaalkolhe90 commented 6 years ago

Not able read file form iCloud in iOS, Logs--------- 'Error: ', { [Error: file not exists] line: 1822, column: 24, sourceURL: 'http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false', framesToPop: 1, code: 'RNFetchBlob failed to read file', nativeStackIOS: .....

'Error: ', { [Error: failed to stat path file:///Users/vishalk/Library/Developer/CoreSimulator/Devices/03E2C9D9-A6F8-4A1A-BE25-B0E13E7F380D/data/Containers/Data/Application/CA8502EE-7F04-4C99-929E-70934BDF65AE/tmp/xxxxxxx.doctor-Inbox/test.pdf for it is not exist or it is not exist] line: 97388, column: 32, sourceURL: 'http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false' }

moazamiftikhar commented 6 years ago

@vishaalkolhe90 did you find any solution??

vishaalkolhe90 commented 6 years ago

We have used

react-native-fs

to read file from iCloud Drive.