-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to connect newly created sites other than Default #1552
Comments
Error message: Note: The permissions are same for all the sites and I'm the server admin. Can anyone help me to fix the issue. |
You should use the content url for the site, not the LUID. Pasting in the image link didn’t work. Here’s a link to an article with a screenshot demonstrating the value required. |
|
Those logs look like you're still passing in LUID |
Sorry, the current code will display List of site LUIDs. Now, I'm able to connect with the different site. |
glad he could help :D |
Defining Tableau Server connection details
SERVER_URL = 'https://tableau.com/'
TOKEN_NAME = 'Tabprod'
TOKEN_VALUE = 'Mbg7GBi9Pq'
SITE_ID = '5acf3be579eb' # mentioned LUID
WORKBOOK_ID = '-9990379668b8'
DOWNLOAD_DIR = 'C:/Users/Documents/Tableau TWBX/Python/'
Create Tableau Server authentication object using personal access token
auth = TSC.PersonalAccessTokenAuth(token_name=TOKEN_NAME, personal_access_token=TOKEN_VALUE, site_id=SITE_ID)
The text was updated successfully, but these errors were encountered: