[google-appengine] Can't upload data to dev datastore: says dev app can't access app's data

2012-03-09 Thread fhuddles
Greetings, I recently upgraded to version 1.6.3 (from 1.5.1) of the GAE SDK, and, because it seems that every time I start my development appserver, I have to reload my development datastore (I am NOT specifying the option to clear the datastore upon starting), I am trying to run the python p

Re: [google-appengine] Can't upload data to dev datastore: says dev app can't access app's data

2012-03-09 Thread Andreas
start your dev_appserver.py with the --default-partition option dev_appserver.py --default-partition='' pass an empty string as the default partition On Mar 9, 2012, at 3:49 PM, fhuddles wrote: > Greetings, > > I recently upgraded to version 1.6.3 (from 1.5.1) of the GAE SDK, and, > becaus

Re: [google-appengine] Can't upload data to dev datastore: says dev app can't access app's data

2012-03-09 Thread Frank Huddleston
That worked! Except it's an underscore: --default_partition Thanks! On 03/09/2012 03:01 PM, Andreas wrote: start your dev_appserver.py with the --default-partition option dev_appserver.py --default-partition='' pass an empty string as the default partition On Mar 9, 2012, at 3:49 PM, fhuddles

Re: [google-appengine] Can't upload data to dev datastore: says dev app can't access app's data

2012-03-09 Thread Andreas
typo :) On Mar 9, 2012, at 4:09 PM, Frank Huddleston wrote: > That worked! Except it's an underscore: --default_partition > Thanks! > > On 03/09/2012 03:01 PM, Andreas wrote: >> >> start your dev_appserver.py with the --default-partition option >> >> dev_appserver.py --default-partition='' >>