googlefitbit icon indicating copy to clipboard operation
googlefitbit copied to clipboard

Update tool to use HtmlService to replace deprecated UiApp

Open lordneeko opened this issue 6 years ago • 3 comments

Addresses Issue #35

lordneeko avatar Apr 08 '19 15:04 lordneeko

Awesome, worked perfectly. Thanks.

However, the "Loggables" section is missing from the Setup Menu (where user selects which data categories to sync, i.e "activities/log/calories", "activities/log/steps", "activities/log/distance", etc.

pjfarr avatar Apr 13 '19 09:04 pjfarr

I'm a newb, and I don't really get where to put the setup.html code?

Also how do I update the interday.gs code?

godricggriffin avatar Aug 11 '19 16:08 godricggriffin

I'm a newb, and I don't really get where to put the setup.html code?

Also how do I update the interday.gs code?

  1. In your sheet window, go to Tools > Script Editor
  2. Once in the Script Editor window, go File > New > HTML
  3. Paste the code there and click SAVE. That should attach the code to your sheet doc.

For the interday code, I'd just copy the entire new code and paste it over the old one. You can access the old one from the Script Editor window; there's a tabbed menu on the left margin that lists each script attached to that project.

pjfarr avatar Aug 14 '19 10:08 pjfarr