Hi, I have an App Engine instance that i intent to use as datastore for my android application. Using this i am able to do GET requests http://blog.notdot.net/2010/05/Authenticating-against-App-Engine-from-an-Android-app. I added a post data function but it fails to add the user who inserted the record to the data store. On the app engine web front i have the following users.get_current_user() and saves it to the database. When i use the web form, the user field is populated by the nickname, but through the android application, it comes as null value. Attached is the android function that does so http://dpaste.de/ScpF/ . So it does add to the datastore, but the user field property on the datastore is null if added via android app i am building. Any pointers?
-- Regards, Jude Mwenda Skype id: jmwenda Twitter: www.twitter.com/judemwenda Web: www.africangeogeek.com "Was ist mein Leben, wenn ich nicht mehr nützlich für andere." Johann Wolfgang von Goethe -- 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.
