TEST Send Data to Google Sheet
Data sent to "Study GGB to Google Sheet Data Transfer"
link at https://docs.google.com/spreadsheets/d/1ukLik4uLAVWOttMYQX-Oa-rNnQ73FnCKNEm9jzH21rE/edit?usp=sharing
If the Google Sheet above is not updating, the author of the google sheet has to go to sheet's
Extensions ->app scripts-> (Third tab) Select function to run-> setup and then click 1st tab Run.
Pop ups will ask you for permissions, please allow them for your gmail account.
No need to do "New Deployment" to get new scriptURL to paste into GGB applet.
Reuse existing scriptURL.
Breaking change: JavaScript sandboxing from v839 (April 2024)
https://www.reddit.com/r/geogebra/comments/1c5cfvo/breaking_change_javascript_sandboxing_from_v839/
window.open() (and also window.confirm() ) no longer is allowed.
This applet now removed the if(confirm("..."){sendData(....)} to just this code : sendData(........) posted 7 June 24