-->
Page 1 of 2

Google form data base

PostPosted: Sat Oct 14, 2017 12:55 pm
by urbanze
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/

Re: Google form data base

PostPosted: Sat Oct 14, 2017 2:32 pm
by martinayotte
Since it is an HTTPS URL, are you using WiFiClientSecure instead of WiFiClient ?

Re: Google form data base

PostPosted: Sat Oct 14, 2017 2:46 pm
by urbanze
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"?

Re: Google form data base

PostPosted: Sat Oct 14, 2017 4:15 pm
by martinayotte
I don't understand your question ...