Hi, Is there a way to access uploaded data on the development server from GAE Java ?
it seems that it is not possible to upload data to the datastore with the python script 'appcfg.py upload_data ... ' ( following http://code.google.com/appengine/docs/python/tools/uploadingdata.html), and then access the data using the JAVA interface. The local GAE Python database seems to be stored in a different file form the local GAE Java database. Whatever I upload locally with 'appcfg.py upload_data ... ' (using option --url=http://localhost:8080/ remote_api ), the datastore is empty from the GAE Java dataviewer (http://localhost:8080/_ah/admin) . But the 'GAE Python server' dataviewer would work fine. any suggestions ? many thanks, Vincent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
