You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that something may have changed on google sheets. Even when a document is published I'm getting a 404 error retrieving the spreadsheet data.
I figured out this came from the v3 version of google's api being deprecated. I pulled vue-gsheets out of my project and handled hitting the v4 version directly.
It appears that something may have changed on google sheets. Even when a document is published I'm getting a 404 error retrieving the spreadsheet data.
This can be seen on your sample as well https://vue-sheets.netlify.app/. Interestingly, if you inspect the call that is 404ing, in the case of your sample (https://spreadsheets.google.com/feeds/cells/1Yc2esnockqfrNweacmegXnavuPly8PvjaRzqlRzaXTE/1/public/full?alt=json) and open that in a new chrome tab, you can see the data.
The text was updated successfully, but these errors were encountered: