In trying to use FeedUrlFactory's getRecordFeedUrl(java.lang.String spreadsheetKey, java.lang.String tableId) method, I tried getting the table id from TableEntry's getId() method. However this returns the results in the format "https://spreadsheets.google.com/feeds/spreadsheet_key_here/tables/0" when what I would have expected is "0". Am I wrong to expect getId() to return just the id?
-Ralf
