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

CloudStore.exist function only works if file is already dowloaded in file system (locally)

Open DanielFRico opened this issue 1 year ago • 1 comments

I have noticed that I can call CloudStore.download() and works fine even if my file is downloaded locally or not. That is pretty good! But not works fine or in the same way for functions like CloudStore.exist() or CloudStore.stat(), those functions only can fetch data if my file is already downloaded locally. I suggest that those functions can fetch file data even if is not locally downloaded. But most of things works well. Congrats!

DanielFRico avatar Jan 30 '24 21:01 DanielFRico

Thanks for your suggestion. I will have a investigation when available.

XHMM avatar Feb 01 '24 02:02 XHMM