Is there a free storage service?
I want to share some code that reads and writes with a server or cloud service. This would be less than 100KB and doesn't need to be terribly quick. If I can read or write data and it takes a full second for each operation, that would be acceptable. To make the code work on Sololearn, all the connection details need to be public. This rules out some options like a Google Drive. I wondered if there was something like jsfiddle or https://justpaste.it/ that I could read/write with while it continues to use the same URL. Client-side storage will not satisfy the need. I'm aware of local storage in the browser and cookies but I want to create something like a chat service that actually works. Local storage is inaccessible by other users so it won't meet the need.