I'm trying to use bulk upload to refresh the datastore in python development SDK from production database.
Used bulk download to retrieve data from production, then use downloaded file to upload to a brand new empty datastore in development. See a steady stream of errors like this in the log: ERROR 2014-04-10 08:14:59,017 api_server.py:123] Received a request without request_id: service_name: "datastore_v4" method: "AllocateIds" request: "\022%\n\021\032\017dev~ocsnedb-hrd\022\020\n\nauth_event\020\267\220\001\022%\n\021\032\017dev~ocsnedb-hrd\022\020\n\nauth_event\020\245\224\001\022%\n\021\032\017dev~ocsnedb-hrd\022\020\n\nauth_event\020\224\234\001\022%\n\021\032\017dev~ocsnedb-hrd\022\020\n\nauth_event\020\225\234\001... appcfg itself does not report any errors. the resulting datastore is incomplete. same result with an older downloaded file which had worked with earlier versions of the SDK. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
