I have files on google cloud storage and i want to add a button so that users can download those files to their pc. I tried the usual:
<a href="imageUrlHere" download="testImage">Download</a>
But it only opens the image file in the same tab.
Everything running on the front end of the app by the way.