The parameter "--url" needs to be "https" Ex:

appcfg.py upload_data --config_file=bulkloader.yaml 
--url=https://<APP_ID>.appspot.com/remote_api --kind=<ENTITY> 
--filename=<FILE_NAME>.csv


Em quinta-feira, 31 de janeiro de 2013 15h38min22s UTC-2, Fábio Peruchi 
escreveu:
>
> 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: fhpe...@ciandt.com <javascript:>
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to