This topic was automatically generated from Slack. You can find the original thread here.
I’m trying to understand how to use the /tmp directory to download files (via Google Drive) and upload them to an API. I read through this Working with the filesystem in Node.js But all the linked up workflows don’t work anymore. Is there any working example that I can have a look at to see working with the tmp directory in action?
I also would recommend trying out the $.files instead, it’s persistent storage that avoids a lot of the issues with /tmp when workflows clear their memory between cold/warm states and spinning up new workers to meet your trigger demands