Take a look at the gdata_connector I wrote for the App Engine Bulkloader:

http://code.google.com/p/bulkloader-gdata-connector/source/browse/gdata_connector.py

At the bottom of the file is a GDataAuthHandler that requests an 
AuthSubToken for accessing Google Docs spreadsheets.

Then around line 130-145 there's an example of using the token to access the 
spreadsheets feed and find a document with a particular name.

It's not exactly what you are looking for, but could help you understand the 
flow of requesting access and then using the returned token to read and 
write data.  Unfortunately it's not well commented, and a little terse.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to