hey guys,
I'm working on adding functionality to the tableau-ruby gem that interfaces with tab9 over the rest API. link: orenmazor/tableau-ruby · GitHub
I added the publish workbook functionality, but I'm getting a 400 - payload xml incomplete or missing error. All other REST behaviour works correctly.
My request looks like this:
to reproduce, you will just need to clone my gem above and run 'bundle exec upload_workbook $projectname $workbookname $pathtoworkbook.twb
welcoming any thoughts.
thanks!
4 answers
Thanks for the reply Jeff. You're right! it should be tableau_workbook. This is a copypasta mistake from an experiment I was doing. but its the same effect regardless of what I put there, unfortunately.