I'm trying to do some bulk uploading. I have the uploader scripts working locally, but when I try to do this in production I get: 001b6334ab92:web r***$ appcfg.py upload_data --kind=Invitation -- filename=invitations.csv --config_file tools/invitation_loader.py -- num_threads=1 -e [email protected] . Uploading data records. [INFO ] Logging to bulkloader-log-20090607.011550 [INFO ] Opening database: bulkloader-progress-20090607.011550.sql3 [INFO ] Connecting to /load Password for [email protected]: [ERROR ] Exception during authentication Traceback (most recent call last): File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ google/appengine/tools/bulkloader.py", line 3641, in Run request_manager.Authenticate() File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ google/appengine/tools/bulkloader.py", line 1464, in Authenticate self.rpc_server.Send(self.url_path, payload=None) File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ google/appengine/tools/appengine_rpc.py", line 344, in Send f = self.opener.open(req) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 380, in open File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 491, in http_response File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 418, in error File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 353, in _call_chain File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 499, in http_error_default HTTPError: HTTP Error 403: Forbidden [INFO ] Authentication Failed
Any ideas? I've seen other posts about 500s, but not a 403. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
