Hi Moisés,

I do not see the same behavior on my local development server : (MAC OS). 
The SDK is 1.6.6.  However, got very big difficulties to setup the download 
data on that platform.

If it can help you, you'll find hereafter the script I use :

#!/bin/sh
#------------------------------------------------------------------
#-- Param 1 : Namespace
#-- Param 2 : Kind (table id)
#-- Param 3 : Directory in which the csv file should be stored
#-- Param 4 : output file name
#------------------------------------------------------------------
appcfg.py download_data --secure --email=$BACKUP_USERID 
--config_file=configClientExtract.yml --filename=$3/$4.csv --kind=$2 
--url=$BACKUP_WEBSITE/remote_api --namespace=$1 --passin <<-EOF
$BACKUP_PASSWORD
EOF


Cheers,

Hugues


Le samedi 23 juin 2012 19:51:27 UTC+2, Moises Belchin a écrit :
>
> Hi all,
>
> I frequently use localhost server to develop my apps and then deploy to my 
> server.
>
> With latest release 1.6.5 when I download a kind from my application with 
> appcfg and then upload to my test localhost server all works fine, however 
> when I stop launcher and then run again the last kind downloaded It has 
> been disappeared.
>
> Is It normal? In other releases all works well and If I stop and run again 
> the launcher I can see the new downloaded kinds.
>
> Thanks for help.
>
> Commands I run:
>
> Download kind:
> C:\Python27\python.exe "C:\Program 
> Files\Google\google_appengine\appcfg.py" -e myemail@gmail.comdownload_data 
> --kind=MyKIND --url=
> http://appid.appspot.com/_ah/remote_api --filename=MyKIND.sqlite3
>
> Upload kind:
> C:\Python27\python.exe "C:\Program 
> Files\Google\google_appengine\appcfg.py" -e myem...@gmail.com --url 
> http://localhost:8084/_ah/remote_api --file=MyKIND.sqlite3 upload_data
>
> Regards.
> Moisés Belchín.
>
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/eceyhW8WqwQJ.
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