react-native-cloud-fs icon indicating copy to clipboard operation
react-native-cloud-fs copied to clipboard

Results 10 react-native-cloud-fs issues
Sort by recently updated
recently updated
newest added

This is almost perfect for our use case. If only there was an api for reading file contents!

I've done all installation as written here. On build, I'm getting following errors: ![59145256-049fc980-89d9-11e9-962a-ea9578321d4f](https://user-images.githubusercontent.com/19770788/68522530-1d454000-02e7-11ea-9274-3fe8b7784299.png)

**Get the file or selected file path from google drive. state any example for that?** ### my code: ``` const sourceUri = {uri: 'https://drive.google.com'}; const destinationPath = "foo-bar/docs/info.pdf"; const mimeType...

Hello, How do I copy from icloud to local FS in the app. Could not find it in the example . Thanks, Chitta

The iCloud Drive capability no longer exists on the capabilities page in the lastest Xcode. Do you know how to add it? And if so maybe you could update the...

react-native: 0.59.4 xcode: Version 10.2.1 (10E1001) I've done all installation as [written here](https://github.com/npomfret/react-native-cloud-fs/blob/master/docs/getting-started.md). On build, I'm getting following errors: > Cannot find protocol declaration for 'RCTBridgeModule'; did you mean 'RCTBridgeMethod'?...

Why don't you publish the package?

The Android google drive API is deprecated since December 2018, and will be closed by the end of 2019 : https://developers.google.com/drive/android/deprecation You should put a deprecation note on this library...

FAILURE: Build failed with an exception. * Where: Build file '/Users/surajsharma/Desktop/Diamante/DiamWallet/DiamWallet_v2/dc_diam_wallet_app_v2_react_native/node_modules/rn-cloud-fs/android/build.gradle' line: 47 * What went wrong: A problem occurred evaluating project ':rn-cloud-fs'. > Cannot set the value of read-only...

Works fine on IOS but on android it throws a duplicate class error. I have tried on Android studio but it couldn't detect the file from where the error raised....