[google-appengine] Re: How to deal with "Your application is exceeding a quota: Datastore Indices Count" ?

2009-04-10 Thread service G2100
Hi Jeff, My app ID is gae0081. Thanks in advance. Best Regards Tom Wu 2009/4/11 Jeff S > Hi Tom, > > Could you send me the app ID? I'll investigate further. > > Thank you, > > Jeff > > 2009/4/10 Tom Wu > > >> Sorry, >> >> My app is billing enabled. >> The indexes still in "building" status

[google-appengine] Re: How to deal with "Your application is exceeding a quota: Datastore Indices Count" ?

2009-04-09 Thread service G2100
Hi Jeff, Forgot using appcfg.py --help . Thanks a lot. Best Regards Tom Wu 2009/4/10 Jeff S > Hi Tom, > > I would start by editing the index.yaml file then use > > appcfg.py vacuum_indexes > > to remove indexes from the app which are no longer specified in your > index.yaml. You might have

[google-appengine] Your application is exceeding a quota: Datastore Indices Count ?

2009-04-08 Thread service G2100
Hi All, The error msg "Your application is exceeding a quota: Datastore Indices Count" in my dashboard ? It can't erase by daily reset. Tom Wu Best Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: 308K CSV file cost 20% GAE data space!

2009-04-03 Thread service G2100
index 2009/4/3 Alkis Evlogimenos ('Αλκης Ευλογημένος) > What do your models look like? > > On Fri, Apr 3, 2009 at 2:00 PM, 秦锋 wrote: > >> >> My App: cndata4u.appspot.com >> Now I have imported about 2500 records there, and with only THREE >> entities. But I have found that these data have occu

[google-appengine] Is any fulltext search function for datastore ??

2009-04-02 Thread service G2100
Is any fulltext search function for datastore "like", "rlike", =~ s/**/ ? Best Regards Tom Wu --~--~-~--~~~---~--~~ 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-ap

[google-appengine] Is any geo database provide by google ?

2009-03-27 Thread service G2100
Is any geo database provide by google ? like http://world-gazetteer.com/ Best Begards Tom Wu --~--~-~--~~~---~--~~ 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-ap

[google-appengine] ServiceLogin page with i18n support

2009-03-27 Thread service G2100
with cookie NameGoogleAccountsLocale_session Valuezh_CN Hostwww.google.com Path/accounts/ SecureNo ExpiresAt End Of Session ## # For example the login page, https://www.goo

[google-appengine] Re: Odd problem with urlfetch from picasa servers

2009-03-25 Thread service G2100
Cache ! 2009/3/25 sagasw > > You could try to get with this url > > > http://lh6.ggpht.com/_mUcXljy1w9g/SaQ-uXbkY4I/ACE/DJtdqCz6u50/s800/IMG_6776.jpg > > If it is successful, I know the reason. > > > On Feb 26, 6:32 pm, "G. Nyman" wrote: > > Hello everybody, > > > > I have been banging

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread service G2100
It will be wonderful If google can provide the remote access from GAE for billing account. Best Regards Tom Wu 2009/3/25 service G2100 > Hi lan, > > According to the TOS. > Does it mean app engine only for small application ? > No scaling structure will approve by goog

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread service G2100
ight want to take a look at them. > > http://code.google.com/appengine/terms.html > > Ian > > On Wed, Mar 25, 2009 at 7:32 PM, service G2100 > wrote: > > Yes, I am trying to use remote_api from GAE. > > > > Since each application has resource limitation. > > >

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-25 Thread service G2100
Yes, I am trying to use remote_api from GAE. Since each application has resource limitation. Just trying to use multiple apps to connect single data source. Best Regards Tom Wu 2009/3/25 GregF > > It sounds like you are trying to use remote_api from GAE, rather than > your local machine. G

[google-appengine] Re: Accessing the datastore remotely with remote_api

2009-03-24 Thread service G2100
Sorry, *socket* has no attribute 'getdefaulttimeout'. 2009/3/25 Tom Wu > > Accessing the datastore remotely with remote_api won't work under > *.appspot.com. > > sock has no attribute 'getdefaulttimeout'. > > > Best Regards > Tom Wu > > > --~--~-~--~~~---~--~~

[google-appengine] Re: No module named tools

2009-03-24 Thread service G2100
Development Console Interactive Console#!/usr/bin/python import code import getpass import sys from google.appengine.ext.remote_api import remote_api_stub from google.appengine.ext import db def auth_func(): return 'service.g2...@gmail.com', 'google$$free' app_id = 'myapp' host = '%s.appspot.c

[google-appengine] Re: "Could not parse the remainder" in Django

2009-03-12 Thread service G2100
Hi Jeff, User request with url like http://myurl/?AA.AA=abc In my settings.py TEMPLATE_CONTEXT_PROCESSORS = ( . 'django.core.context_processors.request', ) In my template index.html . {{ request.AA.AA }} Just trying to show the value of AA.AA in user's browser. The "AA.AA" bec

[google-appengine] Re: Clarification of Term 4.4

2009-03-12 Thread service G2100
Hi All, According the Term 4.4, does it allow reproxy or load balancer structure in app engine ? Best Regards Tom Wu 2009/3/12 Arun Shanker Prasad > > Hi Jason, > > We are deploying multiple application under the same domain, but the > function of all the applications are different like, one

[google-appengine] Re: App engine problems

2009-02-06 Thread service G2100
My application use 0 datastore connection. And it works just fine. I would recommend you check on your script. I got experenice with wrong script and hit the high cpu meter. Just a clue for you. Regards. 2009/2/6 conman > > Hello, > > recently I am observing *many* DealineExeededErrors in

[google-appengine] Re: Cross application resource access

2009-02-05 Thread service G2100
ks. Best Regards Tom Wu 2009/2/5 David Symonds > > On Thu, Feb 5, 2009 at 12:04 AM, service G2100 > wrote: > > > Urlfetch is slower than direct connect. Anyway thanks a lot. > > Thanks Dave, > > I wouldn't jump to that assumption.

[google-appengine] Re: Cross application resource access

2009-02-04 Thread service G2100
I am really appreciated that google provide the decent service "App Engine". Even it only with Python which I am not familiar with. But the scale structure can be see in "App Engine". *Private IP(hostname) support for each application will be wonderful.* Urlfetch is slower than direct connect. A

[google-appengine] Re: I18N, translation

2009-01-29 Thread service G2100
I get some problem with i18n too. for example, msgid "Photo upload" msgstr "圖片上傳" It still trans to "Photo upload". Regards 2009/1/30 Mel T. > > Hi, > > I searched on this group looking for info on how to best build a > google app that supports multiple languages. The results are > disappoin