Issue with displayDialogAsync(TableauDialogType.ExportData)
Nikita-Kolos opened this issue · 2 comments
Nikita-Kolos commented
When displayDialogAsync(TableauDialogType.ExportData) is called, nothing happens. Please tell me what could be the problem? The rest of the calls work.
Nikita-Kolos commented
As I expect this issue is connected with permissions https://help.tableau.com/current/server/en-us/permissions.htm#set-permissions
Do we have an ability to read the permissions in JS?
Mrkbingham commented
You can sort of retrieve permissions via the REST API, but it requires three API calls (view/workbook/project). I've submitted an idea over here to try and see if the JS API folks as Tableau could put this in somewhere to make embedded apps like yours more fluid during this user experience flow: #3