dan6886 / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

spreasheet.FeedURLFactory getTableFeedUrl() possibly wrong #143

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in the sample TableDemo.java the table feed url is
baseUrl/feeds/spreadsheetKey
2. the FeedURLFactory getTableFeedUrl() function, when passed the same
spreadsheetKey, returns the url without /feeds between the baseUrl and
spreadsheetKey resulting in a "not found" message

What is the expected output?
http://spreadsheets.google.com/feeds/rMgFYnwai74hPKlbXt3Q-fQ/tables

What do you see instead?
http://spreadsheets.google.com/rMgFYnwai74hPKlbXt3Q-fQ/tables

What version of the product are you using? On what operating system?
gdata-java-1.32.1
mac osx 10.5.7

Original issue reported on code.google.com by mcau...@gmail.com on 1 Jun 2009 at 6:04

GoogleCodeExporter commented 9 years ago
Yes this is a bug.  Will be resolved in the next release.  Thanks for reporting 
it.

Internal bug tracker id: 1887830

Original comment by vbarat...@gmail.com on 1 Jun 2009 at 11:07

GoogleCodeExporter commented 9 years ago
Hi I have an application that I create a table into my new spreadsheet, created 
by 
API, there is a way to create new tables without using this command?

URL = tableFeedUrl factory.getTableFeedUrl (spreadsheetEntry.getKey ());

Tanks..

Original comment by dmnet2...@gmail.com on 19 May 2010 at 3:33