You probably need to publish table, because when I tried to open the table with your key, Google says:
We're sorry. This document is not published.
To fix this, select the "File / Publish to the Web ..." menu in Google spreadsheets and publish the sheet. Copy the URL from the dialog box and use it in your code.
See the snapshot below to open a similar spreadsheet using Tabletop .
var url='https://docs.google.com/spreadsheets/d/12VlQDuE1hgArpsJFBHlVbe4XN3CX5qwHvo-58ClMGzU/pubhtml'; alasql('SELECT * INTO HTML("#res",{headers:true}) FROM TABLETOP(?)',[url]);
<script src="https://cdn.rawgit.com/jsoma/tabletop/master/src/tabletop.js"></script> <script src="http://alasql.org/console/alasql.min.js"></script> <div id="res"></div>
source share