Hi, Currently, I successfully download and upload data into my Java Application on Google App Engine in production environment using the python BulkUploader (I followed this nice tutorial : http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/)
But I'm facing a problem using the same process to import data in my local environment. The Google App Engine's documentation says that we need to run the following command in order to upload data in localhost : appcfg.py upload_data --config_file=album_loader.py -- filename=album_data.csv --kind=Album --url=http://localhost:8080/ remote_api <app-directory> where <app-directory> contains my app.yaml. But when i ran this command, appcfg.py has returned the following error : Unable to assign value 'java' to attribute 'runtime': Value 'java' for key runtime does not match expression '^python$' Is it possible to bulkupload data in Local Database of a Java Application using the Python Bulkloader? Best Regards -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
