Google APIs

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Google APIs

Bernat Romagosa
Hi list!

Does anyone have any experience in using the Google API to deal with google docs?

Basically, I'd like to be able to store and retrieve files from a googledocs account.

Thanks!

Bernat Romagosa.

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Google APIs

Jan van de Sandt
Hello Bernat,

I have worked with the Google Calendar API. The way this works is probably very similar to Google Docs.

The hardest part was implementing sing-sign-on using OpenID2 and using OAuth to access private calendars. The other stuff was just processing XML. The OpenID2 and OAuth code I used is available in the Cloudfork-OpenID2 package on SqueakSource. Note that this is still alpha code. There is no clean interface yet and it is poorly documented.

Jan.


On Mon, Oct 18, 2010 at 4:02 PM, AxiNat <[hidden email]> wrote:
Hi list!

Does anyone have any experience in using the Google API to deal with google docs?

Basically, I'd like to be able to store and retrieve files from a googledocs account.

Thanks!

Bernat Romagosa.

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside