Chat freely about anything...

User avatar
By urbanze
#70852 Hi guys! I'm trying to send esp data to my google docs spreadsheet through google form. I've already been able to do, through a link, send the data.

By clicking the link (LINK 1), the values of "entry.xxxxx" are automatically sent to my worksheet, and it works perfectly well.

The problem is how to do this in esp. I tried using Client.connect (LINK, PORT), but nothing worked. What is done when I enter the link through the browser? how can i implement this in esp? The esp should only "link" for the data to be sent, but how?



LINK 1:
https://docs.google.com/forms/d/e/1FAIp ... mit=Submit

REFERENCE:
https://www.open-electronics.org/how-se ... readsheet/
User avatar
By urbanze
#70859
martinayotte wrote:Since it is an HTTPS URL, are you using WiFiClientSecure instead of WiFiClient ?


Yes, I tried with ClienteSecure, but not work. I has problem with "get/post" to call a URL. I never made this :(

How can I "enter in link"?