-
Notifications
You must be signed in to change notification settings - Fork 444
404 on the Google sheet feeds #199
Comments
Even, I am facing the similar issue.
|
Same here. Are there any solutions or workarounds? |
Google turned off the v3 api. Tabletop is now dead :( |
I found a solution 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) |
same here, papa.parse work`s well only in CSV |
any tutorials on the shift
…On Tue, Aug 24, 2021 at 2:32 PM Alex Campo ***@***.***> wrote:
same here, papa.parse work`s well only in CSV
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#199 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABI4VPSOL2WYAWON2FDIAM3T6N7OHANCNFSM5CREIDSQ>
.
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&utm_campaign=notification-email>
.
--
Brian Gitta
Team Lead | thinkIT | matibabu
phone: 256704319257
site: www.thinkitlimited.com
email: ***@***.***
skype: gibratim1
<https://www.facebook.com/matibabu8/>
<https://twitter.com/matibabu8>
|
papaparse works fine with just 1-2 line change if anyone need help, I am more than happy to do it. |
Dangwal Need some help
…On Sat, Aug 28, 2021 at 8:22 PM Mohit Dangwal ***@***.***> wrote:
papaparse works fine with just 1-2 line change if anyone need help, I am
more than happy to do it.
—
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/ABI4VPREF6E65QZVZB3QJ3LT7ELNJANCNFSM5CREIDSQ>
.
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>
|
yup share your problem |
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>
|
Here is the solution with everything you need: https://github.com/frrrrank/Google-Sheet-Stuff |
Yes sure , here's my email - mohitdangwal016.md@gmail.com |
check github repository, created an pull request
…On Sun, 29 Aug 2021 at 05:46, Frank Bültge ***@***.***> wrote:
Here is the solution with everything you need:
https://github.com/frrrrank/Google-Sheet-Stuff
—
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/ALAERMUVKG4SNVNHNY672XDT7F35RANCNFSM5CREIDSQ>
.
|
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
The text was updated successfully, but these errors were encountered: