Hello, another questions for this commmunity. Has anyone working example for arduino IDE where esp8266 connects directly to spreadsheet file? Without third party service like adafruit. I found library HTTPSRedirect, but it not works for me. Giogke script working but with esp8266 not. Thank you.
Google script is working from my ntb.
I have not tried it myself, but there is a public web-based API available for Google Sheets: https://developers.google.com/sheets/guides/concepts … it uses JSON format to pass data back and forth, which is memory intensive for the poor little ESP. You’ll have to translate the JavaScript examples into C if you want to stick with Arduino. There’s also a native Javascript for ESP out there, replacing Arduino.