How to view FileStorage files in the HTML widget?

Hello,

I have files in FileStorage that I would like to display on the panel (perhaps via the HTML widget) for the user to download the files.

Example: Expose CSV files for the user to download.

Is it something simple to do? Does anyone have an example?

Hi @George_Santiago

It would be possible by querying the API directly, there is currently no Angular directive to make this easier.

Other ways we’ve seen it implemented is by using google drive, for which I believe they provide an HTML frame for easy integration.