Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

404 on the Google sheet feeds #199

Open
SankethGujar opened this issue Aug 20, 2021 · 13 comments
Open

404 on the Google sheet feeds #199

SankethGujar opened this issue Aug 20, 2021 · 13 comments

Comments

@SankethGujar
Copy link

Have been using table top for a while now and have set up the sheet publish to public and the key in the init properly but suddenly getting a 404 error on the feeds request

@AjayShekar01
Copy link

AjayShekar01 commented Aug 22, 2021

Even, I am facing the similar issue.
Receiving following error, After trying to fetch the data from google spreadsheets.
Tabletop.init({ key: '1iLvIoYxD9V5TlQUlP_KY77E_OLbXZwPT1mFqqTWWnjY',
simpleSheet: true
})
GET https://spreadsheets.google.com/feeds/worksheets/1iLvIoYxD9V5TlQUlP_KY77E_OLbXZwPT1mFqqTWWnjY/public/basic?alt=json 404
tabletop.js:224

  xhrFetch @ tabletop.js:224
  requestData @ tabletop.js:197
  (anonymous) @ tabletop.js:178
  fetch @ tabletop.js:168
  Tabletop @ tabletop.js:148
  push../node_modules/tabletop/src/tabletop.js.Tabletop.init @ tabletop.js:157
  loadData @ index.js:53
  (anonymous) @ index.js:45
  invokePassiveEffectCreate @ react-dom.development.js:23487
  callCallback @ react-dom.development.js:3945
  invokeGuardedCallbackDev @ react-dom.development.js:3994
  invokeGuardedCallback @ react-dom.development.js:4056
  flushPassiveEffectsImpl @ react-dom.development.js:23574
  unstable_runWithPriority @ scheduler.development.js:468
  runWithPriority$1 @ react-dom.development.js:11276
  flushPassiveEffects @ react-dom.development.js:23447
  performSyncWorkOnRoot @ react-dom.development.js:22269
  (anonymous) @ react-dom.development.js:11327
  unstable_runWithPriority @ scheduler.development.js:468
  runWithPriority$1 @ react-dom.development.js:11276
  flushSyncCallbackQueueImpl @ react-dom.development.js:11322
  workLoop @ scheduler.development.js:417
  flushWork @ scheduler.development.js:390
  performWorkUntilDeadline @ scheduler.development.js:157

@frankbueltge
Copy link

Same here. Are there any solutions or workarounds?

@scott-coates
Copy link

Google turned off the v3 api. Tabletop is now dead :(

@Minidoracat
Copy link

Minidoracat commented Aug 24, 2021

I found a solution
You just need to follow README.md
It can be solved by using Papaparse
Don't forget to install Papaparse

function init() {
          Papa.parse('https://docs.google.com/spreadsheets/d/e/2PACX-1vRB4E_6RnpLP1wWMjqcwsUvotNATB8Np3OntlXb7066ULcAHI9oqqRhucltFifPTYNd7DRNRE56oTdt/pub?output=csv', {
          download: true,
          header: true,
          complete: function(results) {
            var data = results.data
            console.log(data)
          }
        })
window.addEventListener('DOMContentLoaded', init)

@alexmdcampo
Copy link

same here, papa.parse work`s well only in CSV

@elment8
Copy link

elment8 commented Aug 24, 2021 via email

@itsmemohit
Copy link

papaparse works fine with just 1-2 line change if anyone need help, I am more than happy to do it.

@elment8
Copy link

elment8 commented Aug 28, 2021 via email

@itsmemohit
Copy link

yup share your problem

@elment8
Copy link

elment8 commented Aug 28, 2021 via email

@frankbueltge
Copy link

Here is the solution with everything you need: https://github.com/frrrrank/Google-Sheet-Stuff

@itsmemohit
Copy link

can i add you to a repo with the project to review? please share your email
to add you as a collaborator

On Sat, Aug 28, 2021 at 10:51 PM Mohit Dangwal @.***>
wrote:

yup share your problem


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#199 (comment), or
unsubscribe
https://github.com/notifications/unsubscribe-auth/ABI4VPVAGNVTTONDXZG5ZQDT7E433ANCNFSM5CREIDSQ
.
Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Brian Gitta
Team Lead | thinkIT | matibabu
phone: 256704319257
site: www.thinkitlimited.com
email: @.***
skype: gibratim1

https://www.facebook.com/matibabu8/
https://twitter.com/matibabu8

Yes sure , here's my email - mohitdangwal016.md@gmail.com

@itsmemohit
Copy link

itsmemohit commented Sep 2, 2021 via email

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

No branches or pull requests

8 participants