tableau / extensions-api

Extensions API sample code and developer docs.
http://tableau.github.io/extensions-api
MIT License
268 stars 251 forks source link

Permission mismatch on Tableau Server/Online #479

Closed merlijnbuit closed 1 year ago

merlijnbuit commented 2 years ago

Users using extensions on Tableau Server need the 'Download Summarydata' permission. If this permission is not enabled the extension won't run and throw an unexpected error in the developer tool console.

A clear and concise description of what the issue is.

Version information:

Steps to reproduce (please include a code snippet, if possible):

  1. Have a user denied 'Download summarydata' permissions
  2. Go to Tableau Server and open a workbook with SuperTables with this user
  3. See the error in the console of the developer tools

A clear and concise description of what you expected to happen:

errors
johnDance commented 2 years ago

Hi Merlijn Thank you for reporting this. We will investigate how we can improve the error handling. John

johnDance commented 1 year ago

As we discussed off-line, "download summary data" permission is required for getting the summary data and getting the parameters. We have discussed work-arounds with our security team, but have not had any success. John