Skip to main content

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:

 

request

 

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
  1. May 4, 2015, 10:39 AM

    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.

0/9000