tableau / rest-api-samples

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

start_upload_session Arguments passed in incorrect order #53

Closed alibbird closed 2 years ago

alibbird commented 4 years ago

When initiating a file upload session using the start_upload_session function, the auth_token and site_id arguments are passed in reverse order, resulting in an error whenever publishing a workbook that requires chunking.

https://github.com/tableau/rest-api-samples/blob/e19c411ac396c05fc0af612a3d498357ea222592/python/move_workbook_server.py#L295

jacalata commented 2 years ago

This looks like it's https://github.com/tableau/rest-api-samples/issues/28 which should have been fixed already :(

28