Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting 404s #22

Open
grfxjedi opened this issue Aug 17, 2021 · 2 comments
Open

getting 404s #22

grfxjedi opened this issue Aug 17, 2021 · 2 comments

Comments

@grfxjedi
Copy link

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.

@dtravisany
Copy link

I have the same problem. I can't see the info on my google sheet

@grfxjedi
Copy link
Author

grfxjedi commented Sep 7, 2021

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.

This was very helpful https://support.google.com/docs/thread/121088347/retrieving-data-from-sheets-results-in-404-error-50-of-the-time?hl=en

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants