gglukmann / use-google-sheets

📝 A React Hook for getting data from Google Sheets API v4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Be able to fetch data from restricted sheet

HuyAms opened this issue · comments

Hi,

Now, we can only fetch data from a sheet that has the permission "Anyone with this link can view". Is it possible that we can also read the data from a restricted sheet (only shared with some specific emails)?

Hi, to see data from restricted sheet, you'll need to do it from backend or every user should log in etc. This library is client side only.