I'm connecting Google Cloud Storage. List/read operations are working fine, I'm trying "download" now and it's working, BUT filename is always "Download.txt". So, why it's not the actual filename and how to fix it?
Hey @Yury, welcome to the forums!
You can rename files using utils.downloadFile()
and pass in the base64 from the google download. Take a look at this answer.
Hopefully this helps!
1 Like