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 at http://groups.google.com/group/google-appengine?hl=en.
