bob9892
Forum Replies Created
-
@sunezapa ok, what version of the plugin do you have?
Go to /wp-admin/plugins.php to see
@sunezapa what version of the plugin & wordpress are you on?
Ok, I dived into the source and (at least for our spreadsheets) it was calling out to the wrong google url.
for us, considering this reference spreadsheet
The code generates this url:
https://spreadsheets.google.com/pub?key=16SrlMkySbxfpxD1zi7ssvZAYkpS1gC91fk2wAl4ngVg&output=csv
which returns a 404 from googleI updated the code to create call this url:
https://docs.google.com/spreadsheets/d/16SrlMkySbxfpxD1zi7ssvZAYkpS1gC91fk2wAl4ngVg/export?format=csv&id=16SrlMkySbxfpxD1zi7ssvZAYkpS1gC91fk2wAl4ngVg&gid=0Which returns the csv
@meitar I went to create a PR but I found a) you’re on svn, and b) we appear to be very very out of date. Our code says it is v9.3.2 (v0.9.3.2??) but here I can see the latest version is 0.12.6
So…. you’ve quite possibly already fixed this a long time ago?!
I’m not familiar with how wordpress plugins update themselves but I double-checked and our wordpress admin page says that the plugin is v9.3.2 and isn’t giving me any option to update. We’re on WordPress v4.8.2
Does it work with this sheet?
https://docs.google.com/spreadsheets/d/16SrlMkySbxfpxD1zi7ssvZAYkpS1gC91fk2wAl4ngVg/edit
Hi sunezapa. I’m trying to diagnose a similar issue on my site. Could be a red herring but I noticed that your link is https, our issues only seemed to start after we switched from http to https
Hi Meitar, thanks for the reply… but I don’t understand, the first spreadsheet on my page is your “Inline Google Spreadsheets Viewer example spreadsheet”
https://docs.google.com/spreadsheets/d/16SrlMkySbxfpxD1zi7ssvZAYkpS1gC91fk2wAl4ngVg/edit#gid=0
Which does exist and is public…
- This reply was modified 7 years, 6 months ago by bob9892.