How to get download Url from cloud storage?

Instead of signed Url, I would like to get download Url from cloud storage.

I cannot find this option in retool query options.
How can I embed javascript or additional actions for this function?

when I want to use javascript code, i don't know how to import necessary functions from cdn library. I got a message "import declaration is only allowed at the top level of module scope".

in javascript script in retool, how can I use getDownloadURL() function from cloud firestore library?

Hi @Lee_Jahyun

Thanks for reaching out! It looks like we don't currently support this option through our integration.

Generally speaking, you can add cdn libraries using this instruction: https://docs.retool.com/docs/custom-js-code#custom-javascript-libraries--npm-modules

Not all libraries work well in Retool, so it can take a bit of testing. What library link are you using?