It's very important that I solve the task of downloading my data from an existing production data store and bulk load a modified version. My App is built in the Java SDK. So far I understand I needed to download the python SDK in order to use the bulk loader python scripts. They run just fine on the command line.
It seems that i need to now publish a new version of my app to production that has the Remote_API available. I need some help understanding what I need to change. Based on Nick's great blog posting : http://code.google.com/appengine/articles/remote_api.html I don't see any problem creating a remote client on my pc - i just need to understand how to install the remote api on the server side for java. How do i configure Remote_API on a java app and how do i set up security so my client app can access the data store? Thanks! -- 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.
