gimite / google-spreadsheet-ruby

Ruby library to read/write Google Spreadsheet
Other
306 stars 52 forks source link

Accessing spreadsheets without login? #1

Closed thopre closed 15 years ago

thopre commented 15 years ago

Hello,

if I understand correct, there are google-doc spreadsheets which can be pulicly viewed or even edited. How can I access such a spreadsheet without the need to login with this gem?

-Thomas

gimite commented 15 years ago

I don't know way to use Google Spreadsheet API without login, even if the target spreadsheet is public. You still need to log in as someone to access public spreadsheets, as far as I know.

secretuser commented 14 years ago

Hi,

This is not true anymore. Spreadsheets can be accessed without login.

gimite commented 14 years ago

Hmm it seems it still doesn't work as far as I tested. Without auth header, I see this error even if the spreadsheet is publicly editable:

./lib/google_spreadsheet.rb:306:in `request': Response code 404 for get https://spreadsheets.google.com/feeds/worksheets/0AtGfDpQ2pAVUcHo3WHRsUUMtUFl4LWpyVk1KRXJUY2c/private/full: (GoogleSpreadsheet::Error)

Not Found

Not Found

Error 404

secretuser commented 14 years ago

Sorry, I think I misread your previous comment and made a wrong statement about it.