The current recommendation from Google is that all applications begin to migrate to the highly replicated data warehouse. My application is small and still under development. My understanding is that the more data my application loads, the larger the transition process will be. Therefore, I decided to migrate ASAP (so far I have only 56 thousand user data).
I followed the documentation for loading all data from the master-slave application. I have uploaded data. I have deployed my high replication application. When I try to use the upload command (from the same section in the documentation), I get an error. Here is what I am trying to run:
C:\Users\Hank\Documents\Aptana Studio 3 Workspace\hanksandbox>appcfg.py upload_data --application=essayhost --kind=User --filename=sandboxed .
and the error I get:
File "C:\Program Files (x86)\Google\google_appengine\google\appengine\datastore\datastore_rpc.py", line 1048, in check_rpc_success raise _ToDatastoreError(err) google.appengine.api.datastore_errors.BadRequestError: app s~essayhost cannot access app essayhost data
This is the last line of a very long trace. If you need more, let me know. If you know a good, thorough passage through this process, please combine it. Most of what I find is a bit out of depth.
PS Does anyone know how to download all kinds at once?
source share