Hi john,

The approach I've most often seen is to write a request handler which
will query the datastore and pass back the data in the desired format
(XML, JSON, etc.). Depending on your security concerns, there are
several options for authenticating/authorizing access from the
external HTTP client (BasicAuth+HTTPS, DigestAuth, Public Key digital
signatures, etc.). I'm assuming that you are creating your own list of
usernames and passwords in this case, since I recommend against asking
for a user's Google Account password. Would this data be user
specific?

Thank you,

Jeff

On Dec 4, 9:07 am, JT <[EMAIL PROTECTED]> wrote:
> hey, does anyone know how to fetch data from the datastore, from an
> external URL?
>
> I'm working within MySpace and would like to fetch data base at the
> Google data store.  Is it possible?  I'm guessing HTTP GET with user
> name/password attached to the request.  Any thoughts?
>
> Thanks,
> john
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to