is there any chance to use chrome.syncFileSystem for syncing data from chrome.storage.local to G-Drive ?
and without user interaction?
I have app data stored in chrome storage, and the data could be as big as 1-1.5 MB.
I'm exploring chrome.syncFileSystem, and if I could adopt it for usage in my app, it would be great
Data is pretty dynamic, so sync needs to be "triggered" without user interaction (save dialog or so...)
Is that possible to do with syncFileSystem API?