How to store Electron data in the cloud to retrieve without a device connection?

Hi @CodeFeet77

I think the easiest way to accomplish that would be to have your Electron publish the data and use a webhook to then send the data to your own storage location.

If you use say IFTTT to send the published data to a Google drive spreadsheet, you can have that working in a few minutes (no webhook even required since IFTTT can do that for you). There are lots of people doing that here–just search. Here are some screen shots I took last year:

2 Likes