Open kt-mattie-langenberg opened 9 months ago
Thank you for reporting this issue. We are investigating it.
@bwelkin Sharing some new context here.
I have found that I am able to add custom actions to embedded sheets that come from a single sheet analysis.
When I embed a sheet from a multi-sheet analysis, that fails on the permission check. The number of visualizations on the sheet doesn't seem to matter.
Hi folks! I've been setting up a hook in my react app to embed dashboards. I'm able to see the dashboard in the UI and events are logging in the console but addVisualActions is failing. getVisualActions works.
I'm seeing a call out to: https://us-east-1.quicksight.aws.amazon.com/embed/d1b7ff50cafd465a9d2f9b451e2556e3/api/dashboards/2e590670-1e6f-4a23-9955-278f193747de/validate-partial?Operation=ValidatePartialDashboardDefinitionProxy in the network tab. That returns 403 NO_ACCESS_PRIVILEGE.
I've tried with 2.6.0, 2.4.0 and 2.3.1 with the same result.