I have developed app engine app in java and enable remote api handler for it.
This is the first time I am using python to upload data to datastore. I have installed python and python sdk as mentioned here https://developers.google.com/appengine/docs/python/#Python_Selecting_the_Python_runtime I have added python sdk into windoes path. When I run this command to create config file for upload appcfg.py --url=http://<appid>.appspot.com/remote_api --application=<appid> -v --filename=config.yml create_bulkloader_config I always get this help text for command: C:\Documents and Settings\admin>appcfg.py --url= http://<appid>.appspot.com/remote_api<http://grevocav.appspot.com/remote_api>--application=<appid> -v --filename=config.yml create_bulkloade r_config Usage: appcfg.py [options] <action> Action must be one of: backends: Perform a backend action. backends configure: Reconfigure a backend without stopping it. backends delete: Delete a backend. backends list: List all backends configured for the app. backends rollback: Roll back an update of a backend. backends start: Start a backend. backends stop: Stop a backend. backends update: Update one or more backends. What is wrong I am doing and I am stuck on this. Please help me. -- 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. For more options, visit https://groups.google.com/groups/opt_out.
