Anybody there? I could really use a pointer on this. To clarify my situation:
1. I'm using the Eclipse java plugin to build and deploy my app. 2. I'm trying to use the preview bulkloader tool to transform and upload data from an existing db. 3. I set up the app-side java remote_api servlet as described. 4. I obtained the zip file, extracted it to a new dir on disk, and ran the script as described in the doc. 5. When I do that, I get an authentication failure. This is perhaps not surprising, as I never provided my credentials anywhere. How and where is that supposed to happen? On May 3, 7:53 pm, Craig Berry <[email protected]> wrote: > Perhaps this is documented somewhere, but I can't find it. I'm trying > to upload to a Java app, configured as recommended, if that matters. > How do I provide authentication information (username and password) to > bulkloader.py so that it can connect to my remote_api? > > On Apr 9, 3:26 pm, Matthew Blain <[email protected]> wrote: > > > > > > > I’d like to announce a wider prerelease of the new App Engine > > Bulkloader configuration format. This new format extends the existing > > bulkloader with a new format with several advantages: > > > * Semi-Automatic configuration generation: The SDK can generate a > > bulkloader configuration based on your existing data. > > * Supports more data formats. CSV support has been extended to files > > with headers, basic XML support has been added, and it is simpler to > > use alternate text encodings in the files. Additional and custom data > > connectors are now easier to create. > > * Easier to use -- the new syntax is more declarative and > > descriptive than the old one. Developers who use languages other than > > Python no longer need to write code in the Python language, although > > the Python SDK is still required to run the tool. > > > To try out the new bulkloader, please > > visithttp://bulkloadersample.appspot.com/ > > . Preliminary documentation is available on the README on that site > > along with a version of the 1.3.2 Python SDK containing the new > > bulkloader. > > > You can send feedback to the group or directly to me. > > > --Matthew Blain > > Google App Engine Team > > [email protected] > > -- > 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 > athttp://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.
