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

Live demo no longer works, is this to do with the API updates by Google? #13

Open
bradleywest92 opened this issue Apr 27, 2015 · 4 comments

Comments

@bradleywest92
Copy link

Hello,

Your live demo no longer appears to work or the files themselves once downloaded and placed on my server, I'm thinking this is linked to the Google API updates recently? but no clue on how to resolve this!

Kind regards,
Bradley

@saurabhjuneja
Copy link

Two changes made it work

  1. index.html, change line number 51
    from:<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    To: <script src="js/libs/jquery-1.7.1.min.js"></script>
  2. In tabletop.js, change line number 173
    from: var json_url = "https://spreadsheets.google.com/feeds/list/" + this.key + "/" + sheet_id + "/public/values?alt=json-in-script";
    To: var json_url = "https://spreadsheets.google.com/feeds/list/" + this.key + "/1/public/values?alt=json-in-script";

@kafisher9
Copy link

Thanks for the headsup Saura!

@kafisher9
Copy link

kafisher9 commented Apr 11, 2017

One step missing in the instructions (in case anyone hits the issue)
If your timeline html doesn't produce a timeline, make sure you've "published" the document on google drive, I used the ods format option. Now works perfectly!

@ugurozturk
Copy link

http://builtbybalance.com/github-timeline/ doesn't work

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

4 participants