Error 302 running cron and login:admin in app.yaml in google app engine
问题 I added login: Admin to app.yaml like documentation is described, but I still have a 302 erro when runing a task with cron in google app engine. I have this app.yaml runtime: python27 api_version: 1 threadsafe: true handlers: - url: /.* script: main.app login: admin And this cron.yaml cron: - description: "Dashboard" url: /processdate?from=2016-03-01&until=2016-03-31 schedule: every day 23:46 timezone: Europe/Madrid I obtain this error 0.1.0.1 - - [26/Oct/2018:00:49:40 +0200] "GET