[google-appengine] Re: When will GAE Python 2.7 be shutdown

2022-01-07 Thread 'Alejandro L' via Google App Engine
Hello, Thank you for your message. As you mention, Python has ended support for versions 2.x, and we do encourage our users to use a 3.x version. However, I would like to answer all your questions, point by point: 0 - Dev_appserver does indeed have support for Python 3, which you can find h

[google-appengine] Re: I can't see running instances on my apps

2022-01-05 Thread 'Alejandro L' via Google App Engine
ngine/docs/flexible/nodejs/configuring-your-app-with-app-yaml On Tuesday, January 4, 2022 at 3:13:45 PM UTC Alejandro L wrote: > Hello Abel, > > Thank you for your message. > > I have deployed a sample application on my App Engine environment using > the configuration that you atta

Re: [google-appengine] Anyone else noticing latency issues on App Engine Standard right now?

2022-01-05 Thread 'Alejandro L' via Google App Engine
Hello, Thank you all for your messages. If you are facing this latency issue, please star or leave a comment in the Issue Tracker page that was created, so that the relevant team have more information of what could be happening. This is the best way for us to understand the magnitude of this i

[google-appengine] Re: I can't see running instances on my apps

2022-01-04 Thread 'Alejandro L' via Google App Engine
deployment? The most accurate and up to date data for this kind of monitoring is to use the command ‘gcloud app instances list’, which is how I can find the min_instance which is running for this sample deployment. Does this work for you? Alejandro L On Monday, January 3, 2022 at 10:03:14 AM

[google-appengine] There's a new sherif in town! Hi, I'm PoLy, wanna play?...

2019-09-09 Thread Paul L. Diaz
On Monday, August 19, 2019 at 9:58:29 AM UTC-7, Haopei Yang wrote: > Hello, I have posted this same question on stackoverlfow. > > > > I am going through the Google Cloud Platform's Python Bookshelf App Tutorial  > and I am at the step of starting up my virtualenv where I am stuck. > Running vir

[google-appengine] Force https with new managed SSL

2017-09-14 Thread John L Magee
Is there any administrative way to force https once the managed SSL certs are installed? I installed managed SSL for a domain earlier today and it went very smoothly. Thanks for implementing this. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Importing data into Datastore. What's the deal?

2017-02-23 Thread Randy L
It's been a week of my time trying to figure out how to import ~15 rows of JSON data into Datastore. Nearly everything that I find about how to do this is from 2014 or earlier. The best info that I have found tells me to use AppEngine mapreduce to process the data. How would anyone get anyth

[google-appengine] Re: urllib2.urlopen(url) permission denied on GAE

2015-10-05 Thread Kelly L
verflow community itself. > > Cheers! > > On Monday, October 5, 2015 at 5:28:14 AM UTC-4, Kelly L wrote: >> >> this words on command line (terminal): >> >> url = "http://www.google.com/"; >> >> urllib2.urlopen(url) >> >> but no

[google-appengine] urllib2.urlopen(url) permission denied on GAE

2015-10-05 Thread Kelly L
this words on command line (terminal): url = "http://www.google.com/"; urllib2.urlopen(url) but not on Google apps engine, got: File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/urllib2.py", line 1184, in do_open raise URLError(err) URLError: Anyone knows why? Thanks so mu

[google-appengine] Re: Issues with Cloud SQL query parsing

2015-06-18 Thread Phil L
Hi, I experience EXACTLY the same issue, newly deployed GAE apps (running newer appengine version) stopped working suddenly. The only way I was able to fix the issue was to roll back to an older version of my app (a 30+ days old version). That caused a hell of a mess, our apps simply stopped w

[google-appengine] TinyWebDB component not communicating with my GAE

2013-01-01 Thread Ben L. Faustino
Hi: I created a GAE - qdhash.appspot.com. I uploaded the AI Web Database Server. Works OK with store and get from the AI Web DB Server. I tested it using MakeQuiz and Take Quiz (zips from tutorial) apps, with only modifications for TinyWebDB1' url to Qqdhash.appspot.com. Downloaded apk to my N

[google-appengine] Re: 1.7.4 Pre-release SDKs Available

2012-12-10 Thread Savaş L .
i tried to reproduce the error i get, on a fresh eclipse and jdk install with an empty project. there was no error, and worked well. 1.7.4 seems more strict to match/find a jdk version that is same for both eclipse, eclipse project, and appcfg tool. the steps i took to make my original project wo

[google-appengine] Re: 1.7.4 Pre-release SDKs Available

2012-12-08 Thread Savaş L .
me know if you want to share the information privately. > > Many thanks for your support, I hope it will be easy to fix with your help, > Ludo > > > > > > > > On Saturday, December 8, 2012 3:04:31 AM UTC-8, Savaş L. wrote: > > > with 1.7.4 pre, i am getting a st

[google-appengine] Re: 1.7.4 Pre-release SDKs Available

2012-12-08 Thread Savaş L .
with 1.7.4 pre, i am getting a strange error, it works locally but when i try to deploy it produces this.. it doesnt see my custom made taglib, i couldnt find a solution yet.. Preparing to deploy: Created staging directory at: 'C:\Users\savi\AppData\Local\Temp \appcfg1147116988784742342.tm

[google-appengine] Re: High performance image serving >> error 500

2012-11-13 Thread Savaş L .
also error on java... IOException of writeChannel closeFinally On Nov 13, 10:58 pm, Ryan wrote: > I'm seeing the same error (ApplicationError: 7)...is this a blobstore > issue? > > From our logs: > > File > "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/ > file.py

[google-appengine] Re: Search service - pricing

2012-10-04 Thread Savaş L .
0.0012 cent per look up makes 1.2 dollar for 1000 searches.. imagine you put 2 ad units from adsense, would this compensate for the expenses for 1000 pageviews (impressions & clicks)? unless it an e-commerce site, that pricing would kill search heavy apps to be hosted at app engine. i hope google w

[google-appengine] Re: google, FT Search quota API calls 20,000, cuts me off after 499

2012-06-22 Thread Savaş L .
kely remove this burst quota fairly soon. > > > > > > > > On Thursday, June 21, 2012 8:14:00 AM UTC+10, Savaş L. wrote: > > > same here.. > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API call > > search.IndexDocument() required mor

[google-appengine] Re: google, FT Search quota API calls 20,000, cuts me off after 499

2012-06-20 Thread Savaş L .
same here.. com.google.apphosting.api.ApiProxy$OverQuotaException: The API call search.IndexDocument() required more quota than is available. appid: pnfmunju On Jun 20, 8:05 pm, Christina Ilvento wrote: > Hi, > > Can you provide the app-id for the app that's having the problem? Feel free > to se

[google-appengine] Re: 1.6.6 Pre-release SDKs available

2012-05-16 Thread Savaş L .
ork fine when running locally right now. > > Thanks, > Max > > > > > > > > On Tuesday, 15 May 2012 13:49:34 UTC-7, Savaş L. wrote: > > > on java it produce error, at least on my side, removing appstats > > filter solves erro

[google-appengine] Re: 1.6.6 Pre-release SDKs available

2012-05-15 Thread Savaş L .
on java it produce error, at least on my side, removing appstats filter solves error Error for /_ah/queue/__deferred__ java.lang.NoSuchMethodError: com.google.appengine.tools.appstats.StatsProtos $IndividualRpcStatsProto.hasCallCostMicrodollars()Z at com.google.appengine.tools.appstats

[google-appengine] Re: Dashboard 500 errors - no access

2012-03-24 Thread Savaş L .
same here On Mar 23, 9:45 pm, Carter wrote: > We cannot accesshttps://appengine.google.com/ > > We repeatedly get the 500 error: > Error: Server ErrorThe server encountered an error and could not complete > your request. > > If the problem persists, please > report

[google-appengine] Communication Between 2 Google App Engine Apps

2011-12-06 Thread Joao L V Vasques
Hey guys, I'm doing a project and I need to put 2 GAE Apps communicating. I know that a GAE can make HTTP requests but I can't make them to the App URL where I have my Python get method defined. Is there any way to make 2 GAEP Apps communicate? Thanks for the attention -- You received this m

[google-appengine] Please help- Error: Server Error on 'hello world' servlet

2011-07-08 Thread Tomer L
Hi, When I test the Eclipse default project (a 'hello world' servlet) on my machine, it works fine but when I deploy it on my domain and click on the servlet I get: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please rep

[google-appengine] Re: Updating entity in collection using JDO.

2011-06-26 Thread Jesper L
Chris, I have the same issue, its probably related to this bug: http://code.google.com/p/datanucleus-appengine/issues/detail?id=144 Did you find a way to work around this issue? /Jesper On 24 Maj, 18:12, chris wrote: > Background: > > I am using app engine 1.5 and GWT 2.3 with requestfactory.

[google-appengine] Re: Updating entity in collection using JDO.

2011-06-26 Thread Jesper L
Chris, I seem to have the same issue, and I believe it is related to this bug: http://code.google.com/p/datanucleus-appengine/issues/detail?id=144 Did you find some work around? /Jesper On 24 Maj, 18:12, chris wrote: > Background: > > I am using app engine 1.5 and GWT 2.3 with requestfactory.

[google-appengine] Export application datastore

2010-11-16 Thread Steve L
I'm about to embark upon developing a website in appengine that will collate user generated reviews. How easy would it be to export this from Google in case I wanted to host it elsewhere in the future? I'm new to this, so technical ability is quite low for now, but will hopefully increase quickly

Re: [google-appengine] Re: Should I switch to the low level datastore api?

2010-09-10 Thread Ikai L (Google)
I think I can't type today. What I meant to say in my first email was "there may be some performance benefit by switching to the low-level API, but the overhead introduced by JDO/JPA should be minimal in terms of queries and writes." On Fri, Sep 10, 2010 at 1:50 PM, gholler wrote: > I'm on a tea

Re: [google-appengine] Index build stuck & Server Error 500 when trying to view Datastore Indexes page in admin console

2010-09-10 Thread Ikai L (Google)
0 at 3:36 PM, Nate Bauernfeind < > nate.bauernfe...@gmail.com> wrote: > >> Couldn't you create two task queue's? That should fix the starvation >> problem. I suppose the trick would be to determine which queue to stick it >> on. >> >> >> On Fri,

Re: [google-appengine] Re: BUSINESS APP OR NOT?

2010-09-10 Thread Ikai L (Google)
is positive, I want to develop bigger projects for > the Google App Engine. One of these may have a smart-phone browser- > interface. But first, I have to get up to speed with Python (looks > good so far and I sense it will execute faster than PHP). > > > > On Sep 9, 8:52 pm,

Re: [google-appengine] Cron Job and Cursors

2010-09-10 Thread Ikai L (Google)
Here's a link: http://code.google.com/p/appengine-mapreduce/ On Fri, Sep 10, 2010 at 8:58 AM, Robert Kluin wrote: > You might want to look into the mapper api. It is designed to work > with large datasets, so it may be a good fit. > > > Robert > > > > > On Fri, Sep 10, 2010 at 07:11, Sümer Cip

Re: [google-appengine] Should I switch to the low level datastore api?

2010-09-10 Thread Ikai L (Google)
There may be some performance issues using the low-level API, but the overhead should be fairly negligible (though I have seen benchmarks that have stated the contrary). The main advantage in terms of performance is in cold startup speed. The low-level API provides flexibility at the cost of type s

Re: [google-appengine] Re: Python 50% faster than Java

2010-09-10 Thread Ikai L (Google)
*don't exist if you use a toolkit that maps Entities to typesafe classes. That's not to say mapped classes aren't useful; they're probably the 95% case. But for that 5%, it's nice to be able to pull additional tricks out of your toolbelt. On Fri, Sep 10, 2010 at 11:18 A

Re: [google-appengine] Re: Python 50% faster than Java

2010-09-10 Thread Ikai L (Google)
I think learning the low-level API is a must for all Java developers. It opens your mind to possible solutions that don't exist. With JDO/JPA/Objectify/db.Model, every Entity has the same schema because that makes it easier to map data to object definitions. With the low-level API, you can have dyn

Re: [google-appengine] Index build stuck & Server Error 500 when trying to view Datastore Indexes page in admin console

2010-09-10 Thread Ikai L (Google)
> > On Thu, Sep 9, 2010 at 9:39 PM, Ikai L (Google) wrote: > >> The indexes all look to be serving to me. >> >> On Thu, Sep 9, 2010 at 2:07 PM, Jeff Schwartz wrote: >> >>> I have 1 index that was building for quite a while though there was no >>> dat

Re: [google-appengine] Index build stuck & Server Error 500 when trying to view Datastore Indexes page in admin console

2010-09-09 Thread Ikai L (Google)
By the way - how long did you wait? There have been a few reports about index building slowness. On Thu, Sep 9, 2010 at 6:39 PM, Ikai L (Google) wrote: > The indexes all look to be serving to me. > > > On Thu, Sep 9, 2010 at 2:07 PM, Jeff Schwartz wrote: > >> I have 1 in

Re: [google-appengine] Index build stuck & Server Error 500 when trying to view Datastore Indexes page in admin console

2010-09-09 Thread Ikai L (Google)
The indexes all look to be serving to me. On Thu, Sep 9, 2010 at 2:07 PM, Jeff Schwartz wrote: > I have 1 index that was building for quite a while though there was no data > associated with the index. When I clicked on the Datastore Indexes link in > the admin console I am directed to a error pa

Re: [google-appengine] Re: BUSINESS APP OR NOT?

2010-09-09 Thread Ikai L (Google)
r user outside @ikaicorp.com ? > > thanks > > > > On Sep 9, 8:52 pm, "Ikai L (Google)" wrote: > > Normal pricing. GAE4B pricing applies if you are writing an application > that > > is only accessible for Google Apps (Gmail, Docs) users and not the > gene

Re: [google-appengine] BUSINESS APP OR NOT?

2010-09-09 Thread Ikai L (Google)
Normal pricing. GAE4B pricing applies if you are writing an application that is only accessible for Google Apps (Gmail, Docs) users and not the general public. Here's an example: Google App Engine (current) You create an image sharing service anyone can use. Google App Engine for Business You c

Re: [google-appengine] Re: Using OR statement in datastore

2010-09-09 Thread Ikai L (Google)
Asynchronous datastore calls are coming in a future release. Stay tuned. On Thu, Sep 9, 2010 at 11:13 AM, timwhunt wrote: > Hey Google folks (Nick?), can you comment on any potential methods for > asynchronous datastore calls (in Java)? > > -- > You received this message because you are subscrib

Re: [google-appengine] Simultaneous asynchronous URL Fetch calls limit

2010-09-09 Thread Ikai L (Google)
The limit of 10 applies to asynchronous urlfetches in a single request as describe here: http://code.google.com/appengine/docs/python/urlfetch/asynchronousrequests.html That being said, if a large proportion of your requests are making URLFetch requests and this causes your user facing round trip

Re: [google-appengine] Re: Static resources not updated?

2010-09-09 Thread Ikai L (Google)
Are you using a YAML file configuration for static assets? There's a place to set expires times. At any rate, next time this happens, take note of the headers returned and post them. As a best practice, in your URLs to your static assets, you should have cache busters since this'll also cover the

[google-appengine] IRC office hours next week: guests from the Prediction API team

2010-09-08 Thread Ikai L (Google)
Hey everyone, I just wanted to remind you all that we will be holding IRC office hours next Wednesday, September 15th from 9am-10am Pacific Time (for everyone outside this time zone, that's 4pm GMT - http://www.timezoneconverter.com/cgi-bin/tzc.tzc). Normally, I wouldn't announce these office hour

Re: [google-appengine] Static resources not updated?

2010-09-08 Thread Ikai L (Google)
Can you try using curl or wget? It could be that they are still cached in your browser. On Wed, Sep 8, 2010 at 6:26 AM, Tonny <12br...@gmail.com> wrote: > I did and uploading 10 minuttes, but my static resources has not > changed when i load them through the webserver? > > Does anybody have simil

Re: [google-appengine] Hi group! My App Engine App is finally launching today.

2010-09-08 Thread Ikai L (Google)
Hey, awesome! Let us know how users end up using it! On Wed, Sep 8, 2010 at 3:17 AM, Julian Namaro wrote: > After a lot of work, and quite a bit of testing, I am happy today to > present you my app. > It's called memobuild, and it's basically an editor for large online > documents (e.g. documenta

Re: [google-appengine] your project must be configured to use jdk in order to use jsp

2010-09-07 Thread Ikai L (Google)
A JDK is a Java Development Kit. JRE is a Java Runtime Environment. You need to install the JDK from here: http://www.oracle.com/technetwork/java/javase/downloads/index.html On Tue, Sep 7, 2010 at 4:32 AM, santosh baral wrote: > hi everybody, > i am creating app engine application. everythin

Re: [google-appengine] Got an Error while retriving all tuples form an entity

2010-09-07 Thread Ikai L (Google)
Looks like your closed your persistence manager. It'd be more helpful if you posted some code. On Sun, Sep 5, 2010 at 10:43 PM, Hari wrote: > Uncaught exception from servlet > Object Manager has been closed > org.datanucleus.exceptions.NucleusUserException: Object Manager has > been closed >

Re: [google-appengine] Serving Url - invalid crop size valid in production?

2010-09-03 Thread Ikai L (Google)
Hi Peter, We're trying to figure this out right now. For the time being, it is best to assume the documentation is correct, as we may restrict the sizes at a future date. On Fri, Sep 3, 2010 at 12:30 PM, Peter Liu wrote: > Using the latest high performance image serving feature, for the dev > s

Re: [google-appengine] how to use Fedrated Login for my google apps Engine

2010-09-03 Thread Ikai L (Google)
This doesn't actually require using federated login: your users just have to go to: http://mytaskmanager.appspot.com/a/ubob.org Federated login usually refers to OpenID: http://code.google.com/appengine/articles/openid.html On Thu, Sep 2, 2010 at 9:08 PM, Ehsan-ul-haq wrote: > hi > > i have c

Re: [google-appengine] stuck indexes

2010-09-02 Thread Ikai L (Google)
They've been placed into error. Go ahead and run vacuum on them. On Wed, Sep 1, 2010 at 7:32 PM, Yi wrote: > Hello, > > I got stuck indexes in my app 4create.appspot.com. can someone please > help me clean them up? > > Thanks > > Yi > > -- > You received this message because you are subscribed t

Re: [google-appengine] Datastore viewer query by key.

2010-09-02 Thread Ikai L (Google)
Try this: SELECT * FROM entity where __key__ = KEY('string-key') See the section about Keys here: http://code.google.com/appengine/docs/python/datastore/gqlreference.html On Thu, Sep 2, 2010 at 10:28 AM, John Gardner wrote: > This is probably obvious, but: > I cannot for the life of me figure

Re: [google-appengine] Host client's web sites.

2010-09-02 Thread Ikai L (Google)
The terms don't forbid you from building a service and selling it to users. That clause you are referring to is specifically there to prevent people from layering a thin skin over App Engine and reselling it. We do not forbid (we encourage, actually) anyone from starting a business for App Engine c

Re: [google-appengine] user setting file

2010-09-02 Thread Ikai L (Google)
You can use init-params in servlets: http://www.exampledepot.com/egs/javax.servlet/GetInit.html You can also use properties files: http://www.javaworld.com/javaworld/javaqa/2003-08/01-qa-0808-property.html Another alternative is to make the configurations datastore configurations and have your

Re: [google-appengine] user setting file

2010-09-02 Thread Ikai L (Google)
You can use init-params in servlets: http://www.exampledepot.com/egs/javax.servlet/GetInit.html You can also use properties files: http://www.javaworld.com/javaworld/javaqa/2003-08/01-qa-0808-property.html Another alternative is to make the configurations datastore configurations and have your

Re: [google-appengine] Re: Having lots of DeadlineExceeded errors (, lack of any communication on this has my management questioning the wisdom of adopting appengine)

2010-09-02 Thread Ikai L (Google)
Jason, what are you doing in your handler that is hitting DeadlineExceededError? It looks like you're doing an URLFetch. Could the resources you are fetching be slow? On Thu, Sep 2, 2010 at 8:38 AM, Jason C wrote: > I should have mentioned that in addition to the 30s DEEs, we are also > seeing a

Re: [google-appengine] Sending SMS

2010-09-02 Thread Ikai L (Google)
Google Calendar sends messages via email, right? Or do you mean a different service? On Thu, Sep 2, 2010 at 1:08 AM, Jaroslav Záruba wrote: > Is it possible to send messages using the same service Google Calendar > sends event reminders with? Are there any plans to offer that as a > service on GA

Re: [google-appengine] Re: MapReduce: any way to get the value of counters easily?

2010-09-01 Thread Ikai L (Google)
t; > BTW, what was the blog? It seems I can learn something from it. Can > > you share it? Thanks! > > > > Regards, > > Mac > > > > On Sep 1, 3:27 am, "Ikai L (Google)" wrote: > > > > > > > > > > > > > > > >

Re: [google-appengine] Re: Forced to reverify account, which fails

2010-09-01 Thread Ikai L (Google)
Can you fill out the SMS issues form? https://appengine.google.com/waitlist/sms_issues There are plans to roll out paid support. Our target is Q4: http://code.google.com/appengine/business/roadmap.html On Wed, Sep 1, 2010 at 3:57 AM, Eric wrote: > Is there anyway to get support here except th

Re: [google-appengine] I made a simple demo use of the GAE Blobstore and GWT to test it out.

2010-09-01 Thread Ikai L (Google)
Awesome! Here's my demo/learning/testing app: http://github.com/ikai/gwt-gae-image-gallery Please excuse the spaghetti code all over the place passing LoginInfo around in the GWT client code. On Tue, Aug 31, 2010 at 11:51 PM, branflake2267 wrote: > Hi, > > http://demofileuploadgae.appspot.com/

Re: [google-appengine] Re: Appengine Internal Error

2010-08-31 Thread Ikai L (Google)
Hey everyone, One of our backend tasks ended up in a bad state that wasn't immediately detected by our management jobs. These issues should be resolved now - we saw a spike in error rates and addressed it. -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.b

Re: [google-appengine] MapReduce: any way to get the value of counters easily?

2010-08-31 Thread Ikai L (Google)
Here's how you'd get the counter value (excuse the comments, this is copied and pasted from a blog post): MapReduceState mrState = MapReduceState.getMapReduceStateFromJobID( datastore, jobId); // There's a bit of ceremony to get the

[google-appengine] App Engine SDK 1.3.7 bugfix release

2010-08-30 Thread Ikai L (Google)
Hey everyone, I just wanted to let you all know that we're releasing a bugfix release, 1.3.7. You can see our blog post here: http://googleappengine.blogspot.com/2010/08/app-engine-137-sdk-bugfix-release.html There are two issues this release addresses: - Python SDK will correctly assign a name

Re: [google-appengine] How do I use get_serving_url correctly?

2010-08-26 Thread Ikai L (Google)
Yes, you can cache the result. In practice, subsequent calls of get_serving_url on the same blob should be faster, but if you have more new blobs than old ones on a page it can be slow. The resulting URL only becomes invalid if the blob is deleted. On Tue, Aug 24, 2010 at 1:53 PM, Flips wrote: >

Re: [google-appengine] getServingUrl slow itself?

2010-08-26 Thread Ikai L (Google)
Only the initial call to getServingUrl should be slow. Subsequent calls should be faster. You should be able to cache the URL - I don't believe it should change. On Thu, Aug 26, 2010 at 4:02 PM, mathijs wrote: > Hi, > > We have been starting to use getServingUrl on http://www.appbrain.com/ > whe

Re: [google-appengine] Automatically expiring paths to blobstore entities

2010-08-26 Thread Ikai L (Google)
The best way would probably to generate a datastore entity with an expiration date/time, a random key and create a URL containing that random key that forwards to the final blob URL. You'd check for expiration on a fetch and sweep expired entities with a cron job. Alternatively you can store the ra

Re: [google-appengine] Re: The phone number has been sent too many messages or has already been used to confirm an account.

2010-08-24 Thread Ikai L (Google)
Can you fill out this form? https://appengine.google.com/waitlist/sms_issues On Sun, Aug 22, 2010 at 12:29 PM, NealWalters wrote: > I still need to be able to create a test-site that I can share with co- > workers. > How do I get past this issue? What if I'm a consultant and I create > google a

Re: [google-appengine] Google App Engine

2010-08-23 Thread Ikai L (Google)
Is this what you are looking for? http://code.google.com/apis/picasaweb/overview.html On Sun, Aug 22, 2010 at 9:08 PM, Pete wrote: > I knew that the Google App Engine come with image api that can host > picture, but I will need the picasa as my image hosting. > > My question is that how can I i

Re: [google-appengine] Detect Mobile Phone

2010-08-23 Thread Ikai L (Google)
Can you use the user-agent? On Sat, Aug 21, 2010 at 11:12 PM, prgmratlarge wrote: > Need a quick and easy way to detect mobile phones from my app, that > won't add too much performance overhead. Any suggestions? > > -- > You received this message because you are subscribed to the Google Groups >

Re: [google-appengine] Re: My indexes are stuck (Building...)

2010-08-23 Thread Ikai L (Google)
They look to be in serving state. They probably weren't stuck, just building slower than usual. On Sat, Aug 21, 2010 at 7:32 PM, Alexander Orlov wrote: > thx :) > > On Aug 22, 4:01 am, Alexander Orlov wrote: > > ...the "Building" status is already displayed for almost a whole day > > although th

Re: [google-appengine] Stuck indexes

2010-08-23 Thread Ikai L (Google)
They've been placed into error state. Go ahead and run vacuum_indexes. On Sun, Aug 22, 2010 at 10:29 AM, Thyako wrote: > Hi. My app with id "truthapp" has 3 indexes stuck in bulding for more > than a month and 1 index stuck at deleting for a week. > > Can someone move to error state, please? Tha

Re: [google-appengine] Re: May I use the Google logo?

2010-08-23 Thread Ikai L (Google)
You'll want to read this page about the proper permissions for using Google logos: http://www.google.com/permissions/index.html http://code.google.com/appengine/terms.html On Sun, Aug 22, 2010 at 12:59 PM, nickmilon wrote: > Since Niklasro's link above seems broken, > > you can get an other tr

Re: [google-appengine] Re: No mobile phone

2010-08-23 Thread Ikai L (Google)
Use that link to report issues with SMS verification. In your case, enter in the description that you do not have a mobile phone and you will be manually verified. We should probably rename that form to "manual verification" rather than SMS verification. On Sat, Aug 21, 2010 at 7:46 PM, James13M

Re: [google-appengine] Guarantees for businesses?

2010-08-23 Thread Ikai L (Google)
1. Yes, we will continue the service for 3 years in the event we choose to discontinue App Engine. I've stated in another thread that I believe this is highly unlikely. 2. No, we do not guarantee those rates. They are subject to change depending on our costs, though the trend has been lower cost b

[google-appengine] Google App Engine IRC Office hours chat transcript August 19, 2010

2010-08-19 Thread Ikai L (Google)
Hey everyone, Just wanted to post the transcript for our IRC office hours. We're thinking about reducing the chat time to once a month due to the relatively low-level of activity. Would it be more useful if we scheduled IRC office hours for a week after each release? - Notable questions: -

Re: [google-appengine] Re: SDK 1.3.6 released!

2010-08-19 Thread Ikai L (Google)
e, > > and with this release and the getServingUrl function, it seems like my > > problems are solved! > > > > On Aug 17, 2:19 pm, "Ikai L (Google)" wrote: > > > > > > > > > Hey guys, > > > > > This is just a

Re: [google-appengine] Chart/Finance software for purchase/develpment

2010-08-18 Thread Ikai L (Google)
No, this isn't the best place to post these questions, as they're not App Engine related, they're general web development related. There's the Google Visualizations API, which does some of the things you need: http://code.google.com/apis/visualization/documentation/gallery.html In the past, I've

[google-appengine] SDK 1.3.6 released!

2010-08-17 Thread Ikai L (Google)
Hey guys, This is just a heads up that App Engine SDK version 1.3.6 is officially released! Read more about it here: http://googleappengine.blogspot.com/2010/08/multi-tenancy-support-high-performance_17.html Release notes are below: Java 1.3.6 - Multitenancy is now supported in the datastor

Re: [google-appengine] Re: Unable to access the Datastore Viewer

2010-08-16 Thread Ikai L (Google)
That sounds like a different topic. Can you describe which Users are causing the error? On Sat, Aug 14, 2010 at 1:52 PM, Saqib Ali wrote: > seems like if I use Federated Identity for authentication, and store > user objects in the entities, I will invariably cause the Server Error > (500) on the

Re: [google-appengine] Java: Can I retrieve a localhost or relative URL (or JSP workaround)

2010-08-13 Thread Ikai L (Google)
I don't know if this'll work, but this is what Google search seems to find me: http://stackoverflow.com/questions/1189094/jsp-compilation-to-string-or-in-memory-bytearray-with-tomcat-websphere (From this search: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=render+jsp+output+to+string )

Re: [google-appengine] Unintended use of list properties for queries?

2010-08-13 Thread Ikai L (Google)
It might even be faster to retrieve the Entity and do the match in memory, making the List property unindexed. Java can tear through a substring match in memory on 5000 elements pretty quickly. Your CPU costs will come in the form of reading the saving the entity, so you'll want to keep an eye on t

Re: [google-appengine] In login page programmatically change t...@example to my username

2010-08-13 Thread Ikai L (Google)
It's a stub, anyway. Is there a specific reason why you need this feature? On Thu, Aug 12, 2010 at 5:44 PM, brianl wrote: > Wondering if there's a way to change the email address in the > generated login dialog/page for the dev server? Referring to this > login page... > > /_ah/login?continue=%

Re: [google-appengine] Re: Hoping to understand the difference between CPU Time and Datastore CPU Time

2010-08-13 Thread Ikai L (Google)
Wow, this is a great link. Posterous is really, really slow for me, though. On Thu, Aug 12, 2010 at 1:34 PM, Robert Kluin wrote: > Hi Greg. Nice write-up. > > > Robert > > > > > > > On Thu, Aug 12, 2010 at 8:25 AM, Greg Tracy wrote: > > > > Circling back on this thread to report on a couple of

Re: [google-appengine] Can't access my Datastore Viewer

2010-08-13 Thread Ikai L (Google)
You won't be able to avoid the CPU time. It costs CPU time to delete entities. On Thu, Aug 12, 2010 at 12:29 PM, magnum wrote: > The error message: > > Server Error > A server error has occurred. > Return to Applications screen » > > > I've found out that this is caused by one of my entities hav

Re: [google-appengine] App Engine Scaling/Error Concern

2010-08-11 Thread Ikai L (Google)
Measure your QPS, use AppStats, and be sure your requests that are user facing finish quickly. If the majority of your requests finish in under 800ms and return to the user, we'll spin up new instances for you. 400ms is best, however. That's 800ms of perceived time for the user - not total time (da

Re: [google-appengine] Documentation Error - says app_id instead of application

2010-08-11 Thread Ikai L (Google)
I've sent in changes. Hopefully they'll be live soon. Thanks for the catch. These are documented correctly when you run appcfg.py with no parameters but not on the live site. On Tue, Aug 10, 2010 at 10:35 PM, Gayle Laakmann wrote: > The documentation for exporting data uses the app_id parameter:

Re: [google-appengine] Template {% cycle %} state is stored between requests

2010-08-11 Thread Ikai L (Google)
Interesting bug. It shouldn't work this way. I'll take a look at this. Can you accomplish the same thing using the span tag and just letting it wrap? On Wed, Aug 11, 2010 at 1:12 AM, Blixt wrote: > When using {% cycle first,second %} it would appear that its state is > stored between requests.

Re: [google-appengine] Re: GAE for business and users

2010-08-10 Thread Ikai L (Google)
Google App Engine for Business is targeted at developers building for applications restricted to Google Apps domains, so it's not "user" in the sense of a random internet user. On Tue, Aug 10, 2010 at 10:39 AM, Geoffrey Spear wrote: > > > On Aug 10, 8:55 am, Magno Machado wrote: > > On GAE for B

Re: [google-appengine] My application Datastore index was stuck in "Building" state.

2010-08-10 Thread Ikai L (Google)
They've been place in error state. You'll want to vacuum them. On Tue, Aug 10, 2010 at 2:04 AM, ryan wrote: > > Could you help me delete all my indexes ASAP. > My appid is: zhengbinblog > > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google App

Re: [google-appengine] URL image fetch

2010-08-10 Thread Ikai L (Google)
There are a few threads about forwarding emails with attachments here: http://groups.google.com/group/google-appengine-java/browse_thread/thread/34fc6354a923e6af/3292bcd1535394a4?lnk=gst&q=attachment+incoming#3292bcd1535394a4 http://groups.google.com/group/google-appengine-java/search?group=googl

Re: [google-appengine] Data Store Functionality

2010-08-10 Thread Ikai L (Google)
You'll want to read the docs and do the tutorials that are available. Many new developers find that a self-guided approach is the most effective for learning a new skill. http://code.google.com/appengine/docs/java/gettingstarted/ https://sites.google.com/site/gdevelopercodelabs/app-engine/java-cod

Re: [google-appengine] can't enable billing

2010-08-10 Thread Ikai L (Google)
Can you fill out this form? http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport On Tue, Aug 10, 2010 at 8:05 AM, africa wrote: > I am failing to enable billing. > I go to billing settings then enable billing, I set my daily budget, > select country (.il) and go to

Re: [google-appengine] Re: GAE vs. Google Wave Discontinue

2010-08-09 Thread Ikai L (Google)
ace. Thank you and a big virtual > manly hug to you as well :) > > Jeff > > On Mon, Aug 9, 2010 at 4:51 PM, Ikai L (Google) wrote: > >> I just wanted to say that anything can happen to any product. Per our >> terms of service, we will maintain App Engine for 3 year

Re: [google-appengine] Datastore index stuck and couldn't process new indexes.

2010-08-09 Thread Ikai L (Google)
Your index has been placed into error state. Go ahead and run vacuum_indexes from appcfg. On Mon, Aug 9, 2010 at 3:10 AM, Elfwine wrote: > I already deleted all indexes except for one which I couldn't able to > delete as it was stuck in "Building" state. > My app id is : coxsapp02 > I hope it wi

Re: [google-appengine] App engine deploy script

2010-08-09 Thread Ikai L (Google)
Andrew, what about creating a new Gmail account and adding it as a developer? Unfortunately, this is one of those situations where you need to find the balance between security and convenience. I'd suggest creating a new Gmail account, adding it as a developer, saving the password in cleartext and

Re: [google-appengine] Google Authentication - Self Registration

2010-08-09 Thread Ikai L (Google)
If you open authentication to anyone with a Google Account or OpenID, this isn't necessary, as your users can simply create Gmail/Yahoo/MySpace/etcs accounts and begin using your site. If you're looking for users to register for you Google Apps domain, I'm afraid the answer is no. You're restricte

Re: [google-appengine] Re: GAE vs. Google Wave Discontinue

2010-08-09 Thread Ikai L (Google)
I just wanted to say that anything can happen to any product. Per our terms of service, we will maintain App Engine for 3 years after any announcement. You're betting that Google will be around for many years and will have the finances to support App Engine. If you ask me, this is a good bet. We're

Re: [google-appengine] Billing costs have skyrocketed

2010-08-09 Thread Ikai L (Google)
Fill out the billing support form: http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport Do the charges look like they make sense? Could you have been generating $7 worth of datastore CPU charges a day? On Mon, Aug 9, 2010 at 9:18 AM, Sanjay wrote: > Hello, > > Our

Re: [google-appengine] Re: content optimization?

2010-08-09 Thread Ikai L (Google)
App Engine does not do this. We will compress using GZIP when we can. Static assets are served from Google front end servers. On Sun, Aug 8, 2010 at 12:51 PM, Tomas wrote: > Hi, > > I am using Java. I am linking css and javascript files from a page and > when I looked at the code, all of that wa

Re: [google-appengine] How to build a GAE application with Google Map Api?

2010-08-09 Thread Ikai L (Google)
Absolutely. Maps API is mostly client side. You'll want to read the documentation here: http://code.google.com/apis/maps/index.html On Thu, Aug 5, 2010 at 1:33 AM, 昆宏 陳 wrote: > Hello,I'm Taiwanese.My english is not very good.If I write not > well,don't bother me.Thank you. > > First,I have a q

Re: [google-appengine] GAE/j Println and log statements not showing up in logs

2010-08-09 Thread Ikai L (Google)
Do you have a logging.properties file? To use Logger, you'll need to set the minimum log level. Look under war/WEB-INF. You should have a logging.properties file. Look for this line: # Set the default logging level for all loggers to WARNING .level = WARNING Set that to "INFO". On Wed, Aug 4, 20

Re: [google-appengine] Re: Unable to create new application

2010-08-09 Thread Ikai L (Google)
That form will apply for any kind of verification issue. Please add a request with your new address. On Wed, Aug 4, 2010 at 10:57 AM, Dalla wrote: > This form reads "Having Trouble Receiving SMS Messages?" > That is not my issue. I have already activated my account, > but since I signed up for a

  1   2   3   4   5   6   7   8   9   >