Hi Guys,
I'm trying to get my Arduino Yun to visit a google docs website so that it can submit a form for data logging in a spreadsheet.
The address is something like: https://docs.google.com/forms/d/XXXXXXXXXXXXXXXX/formResponse?draftResponse=[] &entry.1761898895=65&entry.1191491650=04/25/14&entry.365729689=11:30:233
I know that the URL is correct because I verified that the spreadsheet is updated when I manually enter this URL into the browser on my computer.
But I can not get my Arduino Yun to visit the website.
Is it because it is https vs http? the request is on the linux side so it should be okay shouldn't it?
I've used runShellCommand("curl " https://docs.google........ but its not working, maybe im not using it right?
I tried using same procedure that the Arduino HTTP client example uses but still no luck.
I ran the HTTP client example and all good! I have no idea whats going on.
Thanks for any help
Google_Doc_Spreadsheet.ino (4.45 KB)