Hi! I figured out what happened. I was using an email (user) that not belong to the domain associated with the GAE application (Authentication Domain in Application Settings menu item from GAE console).
Tks. Fábio Peruchi On Thu, Jan 31, 2013 at 3:38 PM, Fábio Peruchi <[email protected]> wrote: > Hi! > > I'm trying to create a blukloader config file (bulkloader_auto.yaml) using > the command below: > > appcfg.py create_bulkloader_config --filename=bulkloader_auto.yaml > --url=http://<my_app>.appspot.com/_ah/remote_api > > I'm getting this error: > > Error 302: --- begin server output --- > > --- end server output --- > > I configured the remote_api on my GAE Java application using the following > in web.xml: > > <servlet> > <servlet-name>remoteapi</servlet-name> > > <servlet-class>com.google.apphosting.utils.remoteapi.RemoteApiServlet</servlet-class> > </servlet> > <servlet-mapping> > <servlet-name>remoteapi</servlet-name> > <url-pattern>/remote_api</url-pattern> > </servlet-mapping> > > Can anyone help me? > > Thanks in advance. > > Fábio Peruchi > Software Architect > e-mail / GTalk: [email protected] > Ci&T - business agility > Visit us at: www.ciandt.com > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
