[google-appengine] Re: Image upload problem with GAE SDK running wordpress

2016-01-21 Thread 'Ed Nunez' via Google App Engine
There's no custom code written to upload the image data into the blobstore 
by my team.  It's just an observation of how GAE SDK / wordpress starter 
project is configured.  We are working with the local dev environment which 
doesn't leverage GCS directly (perhaps the sdk is simulating the GCS via 
the blobstore, I haven't confirmed that).

At this point in our project, testing on actual google clould platform 
isn't an option.  I was hoping the SDK is just misconfigured somehow and 
just needed minor adjustment to get images urls to render as expected.

On Wednesday, January 20, 2016 at 2:16:00 PM UTC-5, Christian F. Howes 
wrote:
>
> hmmm, i don't have experience with wordpress and blobstore, we are using 
> wordpress and Google Cloud Storage and it works just fine with the (i think 
> it is google provided) wordpress GCS plugin.  would switching to that be an 
> option for you?
>
> On Wednesday, January 20, 2016 at 9:30:55 AM UTC-8, Ed Nunez wrote:
>>
>> I'm looking for assistance with an issue I've encountered trying to view 
>> uploaded images in wordpress powered by google app engine SDK.
>> The images seem to be properly stored in the blobstore provided by the 
>> SDK but the image URLs seem to be wrong.
>>
>> Please see my stackoverflow question for more details.
>>
>>
>> http://stackoverflow.com/questions/34665653/uploaded-images-url-are-incorrect
>>
>> Respond here or there, wherever you prefer. Thanks!
>>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1651f598-7b01-48b7-ad4d-53669c0bae72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Image upload problem with GAE SDK running wordpress

2016-01-20 Thread 'Ed Nunez' via Google App Engine
I'm looking for assistance with an issue I've encountered trying to view 
uploaded images in wordpress powered by google app engine SDK.
The images seem to be properly stored in the blobstore provided by the SDK 
but the image URLs seem to be wrong.

Please see my stackoverflow question for more details.

http://stackoverflow.com/questions/34665653/uploaded-images-url-are-incorrect

Respond here or there, wherever you prefer. Thanks!

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/89b39efe-35b9-4a83-b667-941e4f852ba8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Sporadically terrible performance

2015-03-19 Thread Ed
As far as I know, it was a systemic issue, but I don't know how many people 
it affected.

I asked for a detailed explanation, but I'm told that the engineering 
investigation is still ongoing, so information is not yet available.

Ed

On Thursday, March 19, 2015 at 2:53:49 PM UTC-7, Devel63 wrote:
>
> Ed, was this something that Google fixed for you specifically, or part of 
> a larger issue?  
>
> I haven't seen the problem again today in my extremely limited testing, 
> but frankly I have no idea what the real situation is.  I do see, though, 
> that some interactions that "always" were very fast may need additional 
> client logic to handle hugely slower interactions, and I'm wondering how 
> often that occurs.  Occasionally on an ongoing basis, in batches on rare 
> occasions, etc.  I was warned not to deploy on GAE in part for this reason, 
> but I had hoped those issues were gone.
>
>
> On Thursday, March 19, 2015 at 1:26:52 PM UTC-7, Ed wrote:
>>
>> Fyi -- this issue was resolved for us around 1:15 am pacific (8:15 am 
>> UTC) this morning.
>>
>> Ed
>>
>> On Thursday, March 19, 2015 at 12:18:14 AM UTC-7, Ed wrote:
>>>
>>> This is unusual, but we are seeing the same behavior.
>>>
>>> Our static handlers and trivial health-check handlers are seeing 30s+ 
>>> latency. We've escalated with Google support, and we have an open ticket on 
>>> the issue.
>>>
>>> We'd been seeing strange behavior for a few days, including 30s+ on some 
>>> modules that do nontrivial work. But static files and trivial handlers 
>>> taking this long is new, and only started for us about a half hour ago.
>>>
>>> Ed
>>>
>>> On Wednesday, March 18, 2015 at 8:21:32 PM UTC-7, Devel63 wrote:
>>>>
>>>> I haven't been paying close attention, but suddenly(?) today I'm seeing 
>>>> sporadically awful performance.  It took* 20 seconds just to serve a 
>>>> static HTML page* with no one else using this instance, and no cold 
>>>> start.  Normally this takes about 2ms, so 1 times worse. Let alone my 
>>>> actual datastore interactions, which sometimes worked, sometimes took 
>>>> orders of magnitude longer than usual, and sometimes issued a 500 with no 
>>>> corresponding log entry.  What is going on with GAE?  Is anyone else 
>>>> seeing 
>>>> problems?  
>>>>
>>>> Or is this just normal?
>>>>
>>>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/67463fc8-699d-483d-9848-5daf79e7964e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Sporadically terrible performance

2015-03-19 Thread Ed
Fyi -- this issue was resolved for us around 1:15 am pacific (8:15 am UTC) 
this morning.

Ed

On Thursday, March 19, 2015 at 12:18:14 AM UTC-7, Ed wrote:
>
> This is unusual, but we are seeing the same behavior.
>
> Our static handlers and trivial health-check handlers are seeing 30s+ 
> latency. We've escalated with Google support, and we have an open ticket on 
> the issue.
>
> We'd been seeing strange behavior for a few days, including 30s+ on some 
> modules that do nontrivial work. But static files and trivial handlers 
> taking this long is new, and only started for us about a half hour ago.
>
> Ed
>
> On Wednesday, March 18, 2015 at 8:21:32 PM UTC-7, Devel63 wrote:
>>
>> I haven't been paying close attention, but suddenly(?) today I'm seeing 
>> sporadically awful performance.  It took* 20 seconds just to serve a 
>> static HTML page* with no one else using this instance, and no cold 
>> start.  Normally this takes about 2ms, so 1 times worse. Let alone my 
>> actual datastore interactions, which sometimes worked, sometimes took 
>> orders of magnitude longer than usual, and sometimes issued a 500 with no 
>> corresponding log entry.  What is going on with GAE?  Is anyone else seeing 
>> problems?  
>>
>> Or is this just normal?
>>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c603afda-9aac-41df-83db-6acf864fdbca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Sporadically terrible performance

2015-03-19 Thread Ed
This is unusual, but we are seeing the same behavior.

Our static handlers and trivial health-check handlers are seeing 30s+ 
latency. We've escalated with Google support, and we have an open ticket on 
the issue.

We'd been seeing strange behavior for a few days, including 30s+ on some 
modules that do nontrivial work. But static files and trivial handlers 
taking this long is new, and only started for us about a half hour ago.

Ed

On Wednesday, March 18, 2015 at 8:21:32 PM UTC-7, Devel63 wrote:
>
> I haven't been paying close attention, but suddenly(?) today I'm seeing 
> sporadically awful performance.  It took* 20 seconds just to serve a 
> static HTML page* with no one else using this instance, and no cold 
> start.  Normally this takes about 2ms, so 1 times worse. Let alone my 
> actual datastore interactions, which sometimes worked, sometimes took 
> orders of magnitude longer than usual, and sometimes issued a 500 with no 
> corresponding log entry.  What is going on with GAE?  Is anyone else seeing 
> problems?  
>
> Or is this just normal?
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8fda1976-a4a6-4883-af93-38da305fae13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: get_original_metadata working?

2011-08-13 Thread Ed Estes
OK, it's been a few days and this hasn't been resolved so I opened up a bug 
report <http://code.google.com/p/googleappengine/issues/detail?id=5581> for 
it.  Please vote on this bug so it gets some attention.

Thanks!

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/8gHMOzYmDMcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Uploading database

2011-08-12 Thread Ed Estes
Another option is to develop the import functionality in a App Engine 
Backend<http://www.google.com/events/io/2011/sessions/app-engine-backends.html>
.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/s9Xr2f8N3HUJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: get_original_metadata working?

2011-08-12 Thread Ed Estes
Yes, something is definitely going on with GAE - I am getting 
timeouts/failures as well and it worked on Wednesday.  Other threads are 
mentioning problems with slow response 
times<https://groups.google.com/forum/#!topic/google-appengine-python/VY5OprzkGOE>
 so 
there appears to be something more going on system wide.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/EBfJrX3pEp4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] get_original_metadata working?

2011-08-10 Thread Ed Estes
Gyuri,

You are absolutely correct.  I made a bad assumption based on Martin's 
statement about *still have not successfully lat/long exif data out of JPG's 
*and my own initial results.  The production photos I was looking at the 
results from *get_original_metadata* calls ironically enough didn't contain 
GPS data so I incorrectly assumed they were tagged and it wasn't being 
returned.  (and as documented, running things locally doesn't yet produce 
the full EXIF results)

I have uploaded some images into production that I know have GPS data and I 
am able to get everything!  Even better, you've taken the time to convert 
the hours, minutes, seconds and direction format to something I can easily 
store and use with Google Maps. Rock on!

Thanks for taking the time to respond and clear up the confusion.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/x2l2XF1q7WQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] get_original_metadata working?

2011-08-10 Thread Ed Estes
Got it.  Now when I execute:

orgImg = images.Image(image_data)
orgImg.rotate(0)
orgImg.execute_transforms(parse_source_metadata=True)
self.response.out.write(orgImg.get_original_metadata())

I do get a larger subset of EXIF data from my app when it's running on GAE 
server!

Martin,

I don't know what the timing is for *get_original_metadata* to return GPS 
information, but I was able to get a third-party EXIF 
library<http://sourceforge.net/projects/exif-py/>running on GAE last night. 
(and I am seeing long/lat data if it exists) I 
can share how I did that with you if you are interested in it short-term as 
a stop gap solution as *get_original_metadata *improves over time.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/uuTeO20XbhkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] get_original_metadata working?

2011-08-09 Thread Ed Estes
Thanks for the pointer Martin.  By adding the lines of code before calling *
get_original_metadata*:

orgImg.rotate(0)
orgImg.execute_transforms()
orgImg.get_original_metadata()

I am able to get the following data EXIF data now:

{u'ImageLength': 480, u'ImageWidth': 640}

but that really doesn't help since the width/height are exposed properties 
in the image class already.

If there is anything I can do to help with this, just let me know.

Thanks.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/oc1rbCVO-z8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] get_original_metadata working?

2011-08-09 Thread Ed Estes
Any updates on this?  With App Engine 1.5.3 
Pre-release<https://groups.google.com/forum/#!topic/google-appengine/gi8F8lWzRJU>being
 announced, I was hoping someone would acknowledge 
*get_original_metadata* was broken and was being addressed in the next 
release.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/VmyGIPBX85oJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Increase apps size restriction above 10 megabytes?

2011-07-29 Thread Ed Estes
Thanks Ikai,

That was my fallback if there wasn't a way to increase the amount of app 
space. I was hoping that once one moved to a billable model, the app quota 
could be raised (within reason) like many of the other billable items.

We'll look at ways of storing the database in the blobstore and then loading 
it from there when our app starts up instead of from the file system.

Cheers!

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/by8Ay8Uvqg8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Increase apps size restriction above 10 megabytes?

2011-07-29 Thread Ed Estes
Greetings.

According to the Google App Engine 
Quotas<http://code.google.com/appengine/docs/quotas.html>, 
apps are restricted to a maximum size of 10 megabytes when deployed.  Is 
there a way to increase this?  I have a .dat database file that is 30MB that 
I need to upload and access within my python app.

TIA.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/CYvixjQiUdAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] get_original_metadata working?

2011-07-25 Thread Ed Estes
Thanks for confirming this.  I was calling it the same way (similar to the 
*histogram 
*method) but since I wasn't seeing any data (it was also returning *None*), 
I thought I was not calling *get_original_metadata* properly.

I was using some of the sample photos found over on 
exif.org<http://exif.org/samples.html>
.

Hopefully someone will clarify things shortly.

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/GoKS967umKIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: get_original_metadata working?

2011-07-25 Thread Ed Estes
I too am interested in *get_original_metadata *calls to pull metadata from 
photos.  I haven't seen any updates to the docs to reflect what came out 
with GAE 1.5.2 SDK.

Any confirmation/assistance with this would be greatly appreciated.

Thanks!

--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/xgtDUMIzDTQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Blobstore service

2011-01-26 Thread Ed
even if you enable the billing, those two images or say 100 images
might not cause you a cent.

On Jan 26, 11:05 am, acellam guy  wrote:
> Can i use the blobstore service for free even if for only two images coz am
> being told to enable billing in order to use it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Blobservice calls Get request instead of Post when goes live

2011-01-24 Thread Ed
Hi,

My blob service was working all right for a lone period of time.
Locally on development mode when the file upload is done, it would
call POST request to the specified url.
But on the appspot site, it calls GET request instead from today.
It was working before, not sure what happened.

Anyone has any idea?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] _ah/admin - stability, seems to crash a lot

2010-06-27 Thread Ed
I noticed the '_ah/admin' admin data-store viewer tends to crash a lot
and often requires an appEngine restart, does anyone else have this
problem?  I have this problem on both Win32 and Mac64.

If I perform a fresh start of appEngine and then run '_ah/admin' it
always runs fine; the problem I'm having occurs 'after' I run my user/
application code followed by running '_ah/admin'.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Data Viewer

2009-07-28 Thread Ed

Hi Jeff,
My app ID is: ecoknowmics
-Ed

On Jul 27, 1:54 pm, "Jeff S (Google)"  wrote:
> Hi Ed,
>
> What is your app ID? I'll look into this.
>
> Thank you,
>
> Jeff
>
> On Fri, Jul 24, 2009 at 10:27 PM, Ed  wrote:
>
> > Hi GAE staff,
> > Any particular reason why I can no longer view my data using Data
> > Viewer?  I always get the encouraging message to "...please try again
> > later" and when I do, I get back the same message.
> > Thanks.
> > -Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Data Viewer

2009-07-24 Thread Ed

Hi GAE staff,
Any particular reason why I can no longer view my data using Data
Viewer?  I always get the encouraging message to "...please try again
later" and when I do, I get back the same message.
Thanks.
-Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Existing Kinds Not Showing in Datastore List

2009-04-02 Thread Ed

Hi,
I recently created, loaded with objects, and queried two new Kinds
having exactly the same fields as Kinds currently visible in the
Datastore drop-down list.  The new Kinds, however, are not showing up
in the list.  Has anyone else encountered this problem?  Thanks.
-Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Datastore Remote-Access Interactive Python Console

2009-03-04 Thread Ed

Hi all,
Following Johnson's article "Accessing the datastore remotely with
remote_api", I tried to run appengine_console.py to create the
interactive console and connect to the datastore, but I am getting the
message "ImportError: No module named yaml" (see below).

C:\VPE_GAE>python appengine_console.py ecoknowmics
Traceback (most recent call last):
  File "appengine_console.py", line 8, in 
from google.appengine.ext import db
  File "C:\VPE_GAE\google\appengine\ext\db\__init__.py", line 88, in

from google.appengine.api import datastore
  File "C:\VPE_GAE\google\appengine\api\datastore.py", line 47, in

from google.appengine.datastore import datastore_index
  File "C:\VPE_GAE\google\appengine\datastore\datastore_index.py",
line 53, in <
module>
from google.appengine.api import validation
  File "C:\VPE_GAE\google\appengine\api\validation.py", line 44, in

import yaml
ImportError: No module named yaml

C:\VPE_GAE>

Can someone please point me to where I can find this module?
Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Quota Exceeded

2009-02-25 Thread Ed

app id: ecoknowmics
thanks, Jeff.

On Feb 24, 10:14 am, Jeff S  wrote:
> Hi Ed,
>
> This is a known issue which has effected a small number of apps. Could
> you email me the app id for this application?
>
> Thank you,
>
> Jeff
>
> On Feb 23, 8:53 am, Ed  wrote:
>
> > thanks, Sylvain.  but I am not using memcache and am not doing
> > updates.  just reads.  the message just appeared all of a sudden.
>
> > On Feb 23, 1:51 am, Sylvain  wrote:
>
> > > May be this bug 
> > > :http://code.google.com/p/googleappengine/issues/detail?id=631
> > > Very easy to exceed the quota with 1 entity.
>
> > > Or maybe another bug.
>
> > > On Feb 21, 3:56 am, Ed  wrote:
>
> > > > Hi GAE Team,
> > > > I just got a message stating that my app has exceeded the storage
> > > > quota.  But I have not added any new data for the past two months.
> > > > Just wondering why/how I exceeded the quota.  Thanks.
> > > > -Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Quota Exceeded

2009-02-23 Thread Ed

thanks, Sylvain.  but I am not using memcache and am not doing
updates.  just reads.  the message just appeared all of a sudden.

On Feb 23, 1:51 am, Sylvain  wrote:
> May be this bug :http://code.google.com/p/googleappengine/issues/detail?id=631
> Very easy to exceed the quota with 1 entity.
>
> Or maybe another bug.
>
> On Feb 21, 3:56 am, Ed  wrote:
>
> > Hi GAE Team,
> > I just got a message stating that my app has exceeded the storage
> > quota.  But I have not added any new data for the past two months.
> > Just wondering why/how I exceeded the quota.  Thanks.
> > -Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Quota Exceeded

2009-02-20 Thread Ed

Hi GAE Team,
I just got a message stating that my app has exceeded the storage
quota.  But I have not added any new data for the past two months.
Just wondering why/how I exceeded the quota.  Thanks.
-Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Set/change mycompany.googlecode/svn name/password using subclipse

2009-01-25 Thread Ed

I am trying to check in my code into mycompany.googlecode.com/svn
using subclipse but I keep getting the error message "authentication
failed".  Am a  Subversion subclipse newbie.  Can anybody pls. show me
how to set/change the user name/password in subclipse? Thanks in
advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Bulkloading CSV files - Internal Server Error 500

2008-11-04 Thread Ed

Hi,
My previously working CSV bulk-loading scripts are now getting code
500 internal server errors everytime I run them.  Any suggestions
please as to why and on how to get around them.  Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Building Index

2008-10-15 Thread Ed

Hi appengine staff,
I am trying to configure an index manually (see below), but I keep
getting the following message:
 "Building a composite index failed: ApplicationError: 3"
-
class VPECategory(db.Model):
  id = db.StringProperty()
  parent_id = db.StringProperty()
  code = db.StringProperty()

 query = db.GqlQuery("SELECT * FROM VPECategory where parent_id = :1
ORDER BY code", super_id)

indexes:
- kind: VPECategory
  properties:
  - name:  parent_id
  - name: code
---
Thanks for your help.
-Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Server Error with Data Viewer

2008-09-11 Thread Ed

Hi Google app engine staff,
This is the second time I am posting about my Data Viewer problem.
Last September 1, I reported getting a "A server error has occurred"
message every time I tried to use Data Viewer.  After 10 days now, I
am still getting the same message and am still unable to use Data
Viewer.  I understand you are all busy, but pls., pls. just let me
know whether there's still a chance Data Viewer will work again, or
should I just accept my fate and stop trying to use Data Viewer.
Thank you.
-Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Datastore backup and bulk loading

2008-09-03 Thread Ed

What is the recomended procedure for backing up our data and bulk
loading it?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Problem with Data Viewer

2008-09-01 Thread Ed

I keep getting the message "A server error has occurred" every time I
click on Data Viewer.  Help, pls.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---