In my app.yaml I have this:

- url: /_ah/datastore_admin.*
   script: google.appengine.ext.datastore_admin.main
   login: admin

And I try to urlFetch this url:

https://[MyAppId].
appspot.com/_ah/datastore_admin/backup.create?name=day_month_&kind=MyKind&filesystem=gs&gs_bucket_name=MyBucket&queue=backup

However on my logs I get always 302 and need login.

Anyone knows how to urlFetch datastore admin backup create to make
scheduled backups for all our kinds ?

Thanks and regards.
Moisés Belchín.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to