Google App Engine appcfg.py data_upload Authentication Error

I am using appcfg.py to load data into a data store from a csv file. But every time I try, I get an error:

[info] Authentication failed

even if I use admin id and password.
In my app.yaml file, I have:

handlers:
- url: / remote_api
  script: $ PYTHON_LIB / google / appengine / ext / remote_api / handler.py
  login: admin

- url:. *
  script: MainHandler.py

Can anyone help me out? Thanks in advance.

+3
source share
2 answers

app.yaml , , ? , , appcfg.py , , :

appcfg.py update <app-directory>

cookie , appcfg.py - .

, !

+2

Apps for Domains (, @yourdomain.com), Google, . Google (, @google.com) .

+2

Source: https://habr.com/ru/post/1746825/


All Articles