Hi all
I have read this tutorial:
https://developers.google.com/appengine/docs/python/tools/uploadingdata?hl=zh-tw
But i can not upload data
It shows error message below:
[INFO 2013-06-19 16:19:16,884 bulkloader.py] Connecting to
webappforidcc.appspot.com/remote_api
[ERROR 2013-06-19 16:19:17,144 bulkloader.py] Exception during
authentication
Traceback (most recent call last):
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\tools\bulkloader.py", line
3437, in Run
self.request_manager.Authenticate()
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\tools\bulkloader.py", line
1322, in Authenticate
remote_api_stub.MaybeInvokeAuthentication()
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\ext\remote_api\remote_api_stub.py",
line 740, in MaybeInvokeAuthentication
datastore_stub._server.Send(datastore_stub._path, payload=None)
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py",
line 393, in Send
f = self.opener.open(req)
File "D:\Python27\lib\urllib2.py", line 410, in open
response = meth(req, response)
File "D:\Python27\lib\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "D:\Python27\lib\urllib2.py", line 448, in error
return self._call_chain(*args)
File "D:\Python27\lib\urllib2.py", line 382, in _call_chain
result = func(*args)
File "D:\Python27\lib\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
[ERROR 2013-06-19 16:19:17,150 bulkloader.py] Authentication Failed:
Incorrect credentials or unsupported authentication type (e.g. OpenId).
What should I do?
--
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.