Hello community,
I’ve been working on a project for several hours and haven’t been able to find a solution. I hope someone can help me.
I’m trying to send temperature data to a Google Sheets from an Arduino Nano 33 IoT. I’ve created a Google Apps Script that receives the data and puts it into the sheet, and it works fine if I authenticate myself, but when I try to send the data from the Arduino, it doesn’t work because I can’t authenticate, and I don’t know how to do it.
Does anyone know how to send this data from the Arduino?
Thanks in advance!