I am trying to upload data to a google Docs Spreadsheet via a form that I made. The form works and the URL I have works when I visit it in my browser. Now I need my YUN to visit this URL to log the data to the spreadsheet.
I've been doing research for like 4 hours now and I cant get it working.
I've tried using the runShellCommand and using curl command to visit the URL but no good.
I've tried using YUN HTTP client to visit URL but no good.
Is this not a simple thing to do? "YUN please visit this URL "https:docs.google.........."
Please see my attached code for specifics. I took out some of the code for sensor readings to make it easier to see where my problem is.
Thanks in advance!
Google_Doc_Spreadsheet.ino (2.25 KB)