[google-appengine] Re: using google storage via blob store service use up datastore quota?

2012-04-19 Thread Simon Knott
Do you use sessions at all? On Thursday, April 19, 2012 4:47:08 AM UTC+1, Mac wrote: Hi, So far my app has no data, and no index. All it does is in each request, it 1: use blob service to call createGsBlobKey so it can pull a file from google storage 2: use blob service to serve it to

Re: [google-appengine] Re: using google storage via blob store service use up datastore quota?

2012-04-19 Thread Wilson MacGyver
Nope, I didn't turn it on, I believe in java it's off by default. On Apr 19, 2012, at 2:27 AM, Simon Knott knott.si...@gmail.com wrote: Do you use sessions at all? On Thursday, April 19, 2012 4:47:08 AM UTC+1, Mac wrote: Hi, So far my app has no data, and no index. All it does is in

Re: [google-appengine] Re: using google storage via blob store service use up datastore quota?

2012-04-19 Thread Stuart Langley
Those calls should not use the datastore - are you sure it's not being used implicitly somewhere else? On Thursday, 19 April 2012 16:31:00 UTC+10, Mac wrote: Nope, I didn't turn it on, I believe in java it's off by default. On Apr 19, 2012, at 2:27 AM, Simon Knott knott.si...@gmail.com

Re: [google-appengine] Re: using google storage via blob store service use up datastore quota?

2012-04-19 Thread Wilson MacGyver
I don't see how that could be. the entire app's code base is basically 3 lines. in the admin dashboard, all the stats for datastore and indexes are you haven't yet created any data On Thu, Apr 19, 2012 at 7:01 AM, Stuart Langley slang...@google.com wrote: Those calls should not use the datastore

Re: [google-appengine] Re: using google storage via blob store service use up datastore quota?

2012-04-19 Thread Stuart Langley
What's the app id? On Apr 20, 2012 12:09 AM, Wilson MacGyver wmacgy...@gmail.com wrote: I don't see how that could be. the entire app's code base is basically 3 lines. in the admin dashboard, all the stats for datastore and indexes are you haven't yet created any data On Thu, Apr 19, 2012