I want to upload my app’s logs (to my own S3) when some kind of error is thrown inside the app.
Today I’m using a custom version of the simple-io plugin to zip the logs/MyApp folder, and I’m trying to move everything to the overwolf.io
API. I’m starting to have a look at things like JSZip
, but access to the file system remains complex without relying on plugins.
Would it be possible to provide this feature in the IO API? I.e. a function that takes a directory in input, and returns a Blob (or whatever) with the contents of the zipped folder?