Eli - thanks! the sky is clearing and the sun is coming out I understand now that i need to create that little python "application" to make remote_api available on my java based app
- Ben On Apr 2, 11:25 am, Eli Jones <[email protected]> wrote: > Not sure what's so dismaying. > > The nice man you mention, Nick Johnson, has a post about exactly what you > need to do (use bulkloader against a Java app): > > http://blog.notdot.net/2009/9/Advanced-Bulk-Loading-Part-5-Bulk-Loadi... > <http://blog.notdot.net/2009/9/Advanced-Bulk-Loading-Part-5-Bulk-Loadi...> > > > > On Fri, Apr 2, 2010 at 11:13 AM, Benjamin <[email protected]> wrote: > > I suppose i'm looking at this thread with a little dismay > > >http://groups.google.com/group/google-appengine/browse_thread/thread/... > > > is it true that if i want to download all of my data, massage it, and > > re-upload it i need to make a small python app and upload it as a new > > version to my production system in order to use the remote api and > > bulk upload / download features? > > > On Apr 2, 10:03 am, Benjamin <[email protected]> wrote: > > > 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.htmlI > > > 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]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- 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.
