Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DanielFRico opened this issue Jan 30, 2024 · 1 comment

Comments

@DanielFRico
Copy link

DanielFRico commented Jan 30, 2024

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!

@XHMM
Copy link
Owner

XHMM commented Feb 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants