On Tuesday, July 3, 2012 11:42:16 PM UTC+8, sjh wrote: > > appcfg.py upload_data --config_file=spectrum_loader.py > --filename=spectrum_data.csv --kind=Spectrum --url= > http://localhost:8080/theremote_api ./ >
Here is the command I'm using. appcfg.py upload_data --config_file=bulkloader.yaml --filename=data.csv --url=http://localhost:8080/_ah/remote_api --kind=AModel I think you were looking at the deprecated section of the doc, https://developers.google.com/appengine/docs/python/tools/uploadingdata. Not sure if it still works with python2.7. I guess it's better to use yaml. Email: [email protected] > Password for [email protected]: > For the dev server, you can just use an empty email; it won't ask for a password. jesse -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/lL6PBWLs7uUJ. 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.
