Wow, that's terrific! This should get me stated - thanks so much!
On Jul 8, 12:02 pm, "Jeff S (Google)" <[email protected]> wrote:
> Hi Dave,
>
> This is absolutely possible. There are RESTful APIs for both Google Docs and
> Google Spreadsheets (along with a host of others) called Google Data APIs
> and these APIs can be used from within App Engine. Your app will need to
> make HTTP requests to these Google Data services and provide an
> authorization token which is granted by the user for your app to access
> their data. We provide open source libraries for these APIs (though you are
> free to roll your own) and you can find more information here:
>
> http://code.google.com/apis/documents/overview.htmlhttp://code.google.com/apis/spreadsheets/overview.html
>
> I'm not sure if you are using the Python runtime or the Java runtime...
>
> Python libraryhttp://code.google.com/p/gdata-python-client/
> Sampleshttp://code.google.com/p/google-app-engine-samples/source/browse/#svn...http://code.google.com/p/google-app-engine-samples/source/browse/#svn...http://code.google.com/p/gdata-python-client/source/browse/#svn/trunk...
> Articleshttp://code.google.com/appengine/articles/gdata.htmlhttp://code.google.com/appengine/articles/more_google_data.htmlhttp://code.google.com/apis/youtube/articles/youtube_api_appengine.html
>
> Java libraryhttp://code.google.com/p/gdata-java-client/
> Sampleshttp://code.google.com/p/googleappengine/source/browse/#svn/trunk/jav...
>
> Happy coding,
>
> Jeff
>
> On Wed, Jul 8, 2009 at 8:24 AM, Dave <[email protected]> wrote:
>
> > I'd like to create a simple app that can access (read-only) the Google
> > Docs of the logged in user (google account), and can even read the
> > contents of one of their spreadsheets. Is this even possible to do?
> > And if it is, would someone please point me in the direction of some
> > documentation or an example?
>
> > Thanks!
> > Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---