Hi,

I use python runtime environment and met the same problem.

I use this command to upload data to master slave datastore:
appcfg.py  upload_data  --config_file=bulkloader.yaml  --
filename=xxx.csv  --kind=xxx  C:\

According to GAE document i should use url instead of local directory
C:\ that i specified in the command. But it doesn't work for me, that
is why I don't use any url, instead i use the C:\ local directory. And
it works for me when i upload csv data to master slave datastore.

I got the same error like this when i use the command (appcfg.py
upload_data  --config_file=bulkloader.yaml  --filename=xxx.csv  --
kind=xxx  C:\ ) to upload csv data to HR datastore:
[error ]Retrying on non-fatal datastore error: ApplicationError: 1 app
s~xxx cannot access app xxx's data
Traceback (most recent call last):
......
......
ApplicationError: ApplicationError: 1  app s~xxx cannot access app
xxx's data


What is wrong and what should i change?

Thanks a lot!

Bruce

On Jun 16, 8:49 am, Lancelot <[email protected]> wrote:
> I could make it by your suggestions.
> Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to