--------------------- update2 ----- problem solved

With the help of Wooble in #appengine Chat on Freenote the problem was
solved.

After writing the local upload-file you first have to upload the
project-code in the usual way (with appcfg.py update project-folder).

Only after this code-upload the remote data-upload will work:

I called the local upload file - described in
http://www.billkatz.com/2009/2/Remote-API-Hello-World -
'myLocalUploadProg.py' and used the following steps to come through:

1.
Open Windows CMD with the folder where your app.yaml file (and the
myLocalUploadProg.py) is living.

2.
Type 'python myLocalUploadProg.py' at the CMP prompt and hit Enter

3.
After a moment you are asked username and password

4.
The program is finished without further (Error-) message.

-
To see the result visit your appengine account. After next autorefresh
(can take some minutes) you can see in Dashboard DataViewer the
(remotedly) uploaded data now available in Google's datastore.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to