Accessing Google Spreadsheet with Zend without Aut

2019-09-10 05:52发布

问题:

I am attempting to access a public spreadsheet that does not require authentication to access. I am following the guidance found on this page to access the spreadsheet, however, the docs specify how to do it using an authenticated user. There does not seem to be any guidance on accessing public spreadsheets without authentication.

So, does anyone have any suggestions how to go about doing this?

回答1:

In my experience with google spreadsheets you can just leave the authentication blank if it's a public sheet; you only start to get errors when it's a private sheet.