These forums are CLOSED. Please visit the new forums HERE
LSL with google Docs |
|
bigmoe Whitfield
I>3 Foxes
Join date: 29 Jul 2007
Posts: 459
|
11-20-2009 11:23
ok, I am really curious and kinda need to find a solution to my dilema. what I want to do is be able to click a prim and it will ask for info on a certain channel and I would input that and in return it would input the data I just told it onto a google form which would lead to a spreadsheet. What I really want to know is it possible yet to do this?
_____________________
GoodBye Forums we will miss you ~moe 2-2-2010~
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
11-20-2009 11:37
ok, I am really curious and kinda need to find a solution to my dilema. what I want to do is be able to click a prim and it will ask for info on a certain channel and I would input that and in return it would input the data I just told it onto a google form which would lead to a spreadsheet. What I really want to know is it possible yet to do this? Take a look at http://wiki.secondlife.com/wiki/User:ELQ_Homewood. It may give you ideas. _____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....
![]() Look for my work in XStreetSL at |
Logan Bauer
Inept Adept
![]() Join date: 13 Jun 2004
Posts: 2,237
|
11-20-2009 12:57
Been almost a year since I tested it, you can read info from a public google docs spreadsheet into SL pretty easily, but at that time could not easily post info from SL to google docs (using JUST lsl and google docs that is).
see also: http://code.google.com/apis/gdata/docs/auth/overview.html |
Thickbrick Sleaford
Baffled
Join date: 28 Dec 2006
Posts: 26
|
11-20-2009 16:21
at that time could not easily post info from SL to google docs (using JUST lsl and google docs that is). Actually, you can post to a Google Form, but it is pretty picky about the form fields all being there. I have a visitor tracker that has been writing to a spreadsheet this way for over a year. I think it only work if you get the key from the embeded version of the form, though. The key to my form was 23 characters long. Here is some sample code. You should probably also save the key and body of the request in global vars, and later check it was acknowledged with 200 status in the http_response() event. [after some head banging] Hmm the forum barfs up when posting this snippet, and gives a 404 error. You can get it here http://pastebin.ca/1680276 |