Hello Rodrigo!

Error 404 means that a resource was not found. Either there is no API 
method associated with the URL path of the request, or the request refers 
to one or more resources that were not found. It is worthwhile testing if 
you have access to the route for Cron, as defined in your app.yaml. This 
handler requires admin access. Are you properly authenticated when calling 
this handler from Cron? You may set up a test to verify that: 

# Handler for the pubsub cron.
- url: /publish/.*
  script: main.app
  login: admin
  secure: always

is still accessible. Page 
<https://cloud.google.com/appengine/docs/standard/python/tools/handlertesting> 
"Handler Testing For Python" may offer helpful hints on how to do so. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2f4b8b22-4bcb-4a83-badd-46060343ed3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Rodrigo Brauwers
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to