Hello all, thank you for your time. I did a lot of reading and searching on the forum tonight and found great threads on how to submit google forms, and that works great. But I am unable to find help in how to retrieve rows from the resulting spreadsheet to bring back into my stack at various times.
Would anyone be willing to advise?
Retrieving rows from google spreadsheet
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Retrieving rows from google spreadsheet
This is the result I am getting when I try to access my spreadsheet:
An error occurred: error Error loading CA file and/or directory /usr/share/curl/curl-ca-bundle.crt.
An error occurred: error Error loading CA file and/or directory /usr/share/curl/curl-ca-bundle.crt.
Re: Retrieving rows from google spreadsheet
Hi,
I never did this myself, but I know this is possible and you need to read the API documentation. Try using
to avoid the error.
Best,
Mark
I never did this myself, but I know this is possible and you need to read the API documentation. Try using
Code: Select all
libUrlSetSSLVerification false
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Retrieving rows from google spreadsheet
Thanks for the advice Mark. I had tried that but the result is the same unfortunately.
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Retrieving rows from google spreadsheet
Making great progress based on a post at blog (dot) ouseful (dot) info. I would post the link but I cannot yet.... ah, the life of a forum newbie. 
