Hi I am still trying to download data from my app following this tutorial http://code.google.com/intl/fr/appengine/docs/python/tools/uploadingdata.html
But the auth always failed, I thinks it s because my Google account has no gmail account. Also to see my application console I need to go on http://appengine.google.com/a/DOMAIN.COM I can log in on http://appengine.google.com/ with "[email protected]" but I see no apps .. I have also try to add others developers with a gmail adress but there are automatically removed when they accept .. I used the is_current_user_admin() function in my app and I am never detected as admin .. So how can I be correctly auth ? appcfg.py download_data --config_file=gac/Article_loader.py -- filename=/tmp/article_data_archive.csv --kind=Article -e [email protected] gac Downloading data records. [INFO ] Logging to bulkloader-log-20090715.103621 [INFO ] Opening database: bulkloader-progress-20090715.103621.sql3 [INFO ] Opening database: bulkloader-results-20090715.103621.sql3 [INFO ] Connecting to /remote_api Password for [email protected]: [INFO ] Authentication Failed --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
