tableau / rest-api-samples

Samples for the Tableau REST API
MIT License
378 stars 268 forks source link

Getting Workbook not found while using move_workbook_sites.py #51

Closed vkompell closed 2 years ago

vkompell commented 4 years ago

I am able to successfully signing to Tableau Rest Api; but while trying to move the workbook it throws me a workbook not found error. I am 2019.4 version and using the Api 3.4 and was able to successfully signin. Please help on this issue:

image

shinchris commented 4 years ago

Make sure you have an existing workbook named "python_test" in your Default site. As long as you have that workbook, the script should move your workbook from your Default site to a site you specify.