Hello, I followed this guide https://cloud.google.com/developers/articles/how-to-build-mobile-app-with-app-engine-backend-tutorial/ and now trying to customize it
I created a new java class in the app engine, created the endpoint and the endpoint library now, when i try to upload sample data i get the following log: [INFO ] Logging to bulkloader-log-20150129.113749 [INFO ] Throttling transfers: [INFO ] Bandwidth: 250000 bytes/second [INFO ] HTTP connections: 8/second [INFO ] Entities inserted/fetched/modified: 20/second [INFO ] Batch Size: 10 Password for [email protected]: [INFO ] Opening database: bulkloader-progress-20150129.113749.sql3 Traceback (most recent call last): File "./appcfg.py", line 127, in <module> run_file(__file__, globals()) File "./appcfg.py", line 123, in run_file execfile(_PATHS.script_file(script_name), globals_) File "/home/desktop/Desktop/google_appengine/google/appengine/tools/appcfg.py", line 5397, in <module> main(sys.argv) File "/home/desktop/Desktop/google_appengine/google/appengine/tools/appcfg.py", line 5388, in main result = AppCfgApp(argv).Run() File "/home/desktop/Desktop/google_appengine/google/appengine/tools/appcfg.py", line 2978, in Run self.action(self) File "/home/desktop/Desktop/google_appengine/google/appengine/tools/appcfg.py", line 5044, in __call__ return method() File "/home/desktop/Desktop/google_appengine/google/appengine/tools/appcfg.py", line 4847, in PerformUpload run_fn(args) File "/home/desktop/Desktop/google_appengine/google/appengine/tools/appcfg.py", line 4728, in RunBulkloader sys.exit(bulkloader.Run(arg_dict)) File "/home/desktop/Desktop/google_appengine/google/appengine/tools/bulkloader.py", line 4405, in Run return _PerformBulkload(arg_dict) File "/home/desktop/Desktop/google_appengine/google/appengine/tools/bulkloader.py", line 4247, in _PerformBulkload loader = Loader.RegisteredLoader(kind) File "/home/desktop/Desktop/google_appengine/google/appengine/tools/bulkloader.py", line 2879, in RegisteredLoader return Loader.__loaders[kind] KeyError: 'GroupDatabase' I'm sure the problem is prettya trivial, but i can't find it somehow... what kind of key error? cant find the entity on the server? (webserver is started btw, and it does work with CHeckIn..)) someone got an idea? greetings -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/342dbf01-4240-49d4-a86d-569759d2556c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
