I have a work flow that resizes images in a google drive. To do that I need to download the image using the google drive download option, then I use the edit image n8n node to edit the size, and the upload the image back to my google drive.
I am assuming the downloaded image is being saved to the VPS my n8n instance is on. I am worried that these downloads are taking up space on my server? Are they or they auto deleted when the image is re-uploaded?
If they are being saved, How can I delete them? I have a docker install on Linux VPS.