Allow download of assets from Admin Block

Hi
I have an app that downloads custmization image for an order. Currently am providing an app block , that has a link that routes to my app page eg: /app/order-cusomization?orderId=gid:…

On that page I have a download link, however on clicking of it am getting the below error
Download is disallowed. The frame initiating or instantiating the download is sandboxed, but the flag ‘allow-downloads’ is not set. See Chrome Platform Status for more details.Understand this warning

If I directly launch my app url , am able to download.

Anybody found solution?