what is the '<app-directory>' of remote_api in google-app-engine

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-05-18T10:00:23Z Indexed on 2010/05/18 10:51 UTC
Read the original article Hit count: 349

http://code.google.com/intl/en/appengine/docs/python/tools/uploadingdata.html

the api is :

Downloading Data from App Engine

To start a data download, run appcfg.py download_data with the appropriate arguments:

appcfg.py download_data --config_file=album_loader.py --filename=album_data_archive.csv --kind=Album <app-directory>

i want to download data from my gae app zjm1126.appspot.com

so i write this in the commond:

appcfg.py download_data --config_file=GreetingLoad.py --filename=GreetingLoad.csv  

but, i don't know how to write the 'app-directory'

so , how to write the 'app-directory'..

thanks

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about python