The filesystem - a quick & dirty way to store temp data in your API

I have an API service for a Google Sheets add-on that I built, and I wanted
to temporarily store some request metadata that I started collecting in the client.
How the add-on works. The API generates ...