Hi all,
I'm working on a FileProvider extension and I'm getting kind of lost. My questions:
- The working set of the app is local, offline and shouldn't contact the cloud. Do I build a working set on-device, or should I -after login- collect all working set data and cache it on device and signal a change to the working set?
- My assumption is that I don't save folder nodes to disk when enumerated from the cloud, but only the actual files, is that correct?
Thanks in advance and have a wonderful day!