bad request when updating a workbook
See original GitHub issuewith server.auth.sign_in(tableau_auth):
req_option = TSC.RequestOptions()
req_option.filter.add(TSC.Filter(TSC.RequestOptions.Field.Name,
TSC.RequestOptions.Operator.Equals,
'sample.twbx'))
workbooks, pagination_item = server.workbooks.get(req_option)
server.workbooks.update(workbooks[0])
I tried many of our workbooks with tableauserverclient 0.8 and Tableau 20183.19.0123.2221, but everytime the response for workbook.update is a 40000 bad request.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Workbooks publish Bad Request · Issue #238 - GitHub
Hello. There was a problem publishing the workbook. The next code returns error. ` import tableauserverclient as TSC. username = 'user'
Read more >Error "HTTP bad request" Publishing Workbook or Data ...
Issue. When publishing a data source or workbook to Tableau Cloud or Tableau Server, the following error occurs: Unable to complete action
Read more >Bad Request when using "Insert a row in an Excel s...
Hi, I used the "Insert a row in an Excel spreadsheet when Microsoft Forms is submitted" but when I run it, I've got...
Read more >Google spreadsheet API, 400 error bad request : unable to ...
If there are no sheets with that name, then it throws the error. @HemantYadav when you say spreadsheet, do you mean worksheet? If...
Read more >Google Sheets- Commonly Returned Errors
This error may be caused by an unknown value in the Google Sheets Worksheet field and/or an invalid Worksheet ID, therefore, we recommend...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, I was using TSC version 0.8 and after switching to version 0.7 it works.
Thank you for the tip with the downgrade, as well as the link to the other ticket which is describing more details about the problem.