Loading request...
User requests an event or callback that triggers before a data download starts, allowing for custom checks and conditional blocking of the download based on user permissions.
I am looking for an option wherein we could perform some checks before a user is allowed to download data from a quicksight dashboard. For example : All are allowed to view the dashboard but only few of those are allowed to download the quicksight data. Could we have an event thats generated before a download is triggered and based on what our callback returns, the rest of the workflow (download) is processed. i.e if the callback returns a False then download is blocked with a way to also show a custom message on the quicksight iFRAME ?