Error while using appcfg create_bulkloader_config

60 views
Skip to first unread message

Barada Sahu

unread,
May 7, 2016, 11:55:52 PM5/7/16
to Google App Engine

Hi,
I keep getting the below error while trying to create a bulkloader_config

HTTPError: HTTP Error 404: Not Found
[ERROR   ] Authentication Failed: Incorrect credentials or unsupported authentication type (e.g. OpenId).

Command I am trying to execute 

appcfg.py create_bulkloader_config --filename=bulkloader.yaml --url=https://<app-id>.appspot.com/_ah/remote_api --application=s~<app-id>

App.yaml as below 

application: <app-id>
version: alpha-1-1-2
runtime: python27
api_version: 1
threadsafe: yes

builtins:
- appstats: on
- remote_api: on

Help appreciated as to what could be going wrong. 

Nick (Cloud Platform Support)

unread,
May 9, 2016, 2:19:48 PM5/9/16
to Google App Engine
Hey Barada,

This forum is meant for more high level discussion of the platform and services, and your post represents a specific issue for which you're seeing technical support. So, while this thread is off-topic and would be better if posted to Stack Overflow, I'll be happy to provide some advice so you can improve the question before posting there.

* You should include the full stack trace that you observed

* You should make sure that https://<app-id>.appspot.com/_ah/remote_api is responding to any requests at all using the curl -v command

* You should ensure that version alpha-1-1-2 is the default version, and therefore will be serving from https://<app-id>.appspot.com/_ah/remote_api

* You should attempt to run the appcfg command with the --noisy flag

So, these are the most basic things to check before making your post to Stack Overflow. 

Cheers!

Nick
Cloud Platform Community Support
Reply all
Reply to author
Forward
0 new messages