[google-appengine] Third Party Google Apps OpenID Authorization Screen

2014-02-11 Thread Kris Shah
to click Accept because the third party app wants to access my Google information. Is there any way to suppress this authorization screen? I do not want my users to have to accept this every time they sign into the third party web app. Thanks, Kris -- You received this message because you

[google-appengine] Information about an app? Creation and contact info?

2011-02-23 Thread Kris Bravo
I recently went to add a new app and found the name to be used already. When I looked at the existing app it doesn't appear to have anything deployed yet. The name is unique enough to make me wonder when it was created and whether the other owner needs it anymore. Is there a way to contact

[appengine-java] Launch Default Email Client

2010-11-26 Thread Kris
Hi, I am semi-new to software development and to GAE, so please take it easy on me!! I have what is hopefully a simple question. I have developed an app that currently stores a list of customers in the datastore and one of the values of each customer is an email address. I am displaying the

[appengine-java] Re: Launch Default Email Client

2010-11-26 Thread Kris Barnes
Thanks!  That did the trick. -- Kris Barnes On Saturday, November 27, 2010 at 12:13 AM, Didier Durand wrote: Hi,Just using a mailto url in the html of your page (or inserted via aHTML() widget of GWT

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread Kris
I also got a 500 error when using CaptionTube. -- 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] Re: Deleting my account

2010-11-01 Thread Kris
Orcan I use my domains from my Google Apps account while in my Google GMail account? If there is a way to do that then my account can be left alone. -- 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] Deleting my account

2010-11-01 Thread Kris
I accidently signed up for a Google App Engine account using my GMail when I should have used my primary email address from my Google Apps account. Is there anyway to delete my Google App Engine account associated with my GMail? Also, should I use the admin account from my Google Apps account

[appengine-java] App Engine Code sending emails from Our Domain not from google.com or How to avoid Spoofing

2010-03-02 Thread Kris
Using the Google App Engine settings panel we have registered a new domain (e.g. OurDomain.com).The web of our application is now reachable directly from that domain however emails sent from our App Engine code are coming from Google.com instead of OurDomain.com. This then results in email

[appengine-java] Re: case sensitivity

2009-11-17 Thread Kris
://groups.google.com/group/google-appengine-java/search?group=goo... Kris wrote: I'm more concerned about the proper way to do this generically. I can't realistically store duplicates of every string based field that I may want to search for. On Nov 16, 11:36 am, Rusty Wright rwright.li

[appengine-java] case sensitivity

2009-11-16 Thread Kris
Is there any way to perform a JDO query on google app engine using a case insensitive string comparison? e.g. For example, Query query = pm.newQuery(User.class, userName.toLowerCase() == user password == pass); query.declareParameters(String user, String pass);

[appengine-java] Re: case sensitivity

2009-11-16 Thread Kris
, as an additional field/column, and then do the toLowerCase on the incoming parameter user name when you do the query and use that field/column that was stored in lower case. Kris wrote: Is there any way to perform a JDO query on google app engine using a case insensitive string

[appengine-java] Re: Local server works, Appspot fails with java.lang.StackOverflowError when Spring AOP is enabled

2009-11-04 Thread Kris
Hi Toby, I've just realised that I probably over-wrote the app with a new version yesterday. Did you get what you need? (If not, I can easily re-deploy and resend the ID.) Cheers, Kris On Oct 19, 8:30 pm, Toby Reyelts to...@google.com wrote: Kris, Can you send us your app id (privately

[appengine-java] Re: No handlers matched this URL.

2009-11-02 Thread Kris
This turned out to be a simple problem. On the client, http:// localhost/adminpoll matches the servlet. Once uploaded to GAE however, that URL no longer mathces - but http:// localhost/adminpoll/ does. (Note the trailing slash). On Nov 1, 9:39 am, Kris krismat...@gmail.com wrote: I'm having

[appengine-java] Re: Unable to start embedded HTTP server error

2009-10-20 Thread Kris Carle
The solutions is in this thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/df660675d21c64f0 SDK 1.2.6 requires the JVM argument -javaagent:sdk_root/lib/agent/ appengine-agent.jar If you are using the Eclipse plugin, the upgrade to 1.2.6 doesn't automatically add

[appengine-java] Re: Eclipse start server error after update to 1.2.6

2009-10-20 Thread Kris Carle
it helps here is the VM argument I used. -javaagent:/Applications/eclipse/plugins/ com.google.appengine.eclipse.sdkbundle_1.2.6.v200910131704/appengine- java-sdk-1.2.6/lib/agent/appengine-agent.jar Thanks, -Kris On Oct 14, 2:13 pm, Keith Platfoot kplatf...@google.com wrote: Hi Peter

[google-appengine] Re: Broadcasting real-time notifications using XMPP - possible?

2009-10-15 Thread Kris
Thanks for your thoughts Nick - I think we'll give it a try, and I'll update this thread when we've got some results to share. :-) Cheers, Kris On Oct 14, 2:08 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Kris, On Tue, Oct 13, 2009 at 11:53 PM, Kris krisajenk...@gmail.com

[google-appengine] Broadcasting real-time notifications using XMPP - possible?

2009-10-12 Thread Kris
at scale? Let's say I create an account - clients-of-kris-12...@gmail.com - and have my all my client apps connect as that user. They're all coded to listen for updates from their buddy - server-of-kris-54...@gmail.com - which is part of my App Engine project. As far as I understand, they'll all

[google-appengine] Re: https support

2009-08-24 Thread Kris Walker
repairman, I'm building what I hope will be a real business on GAE. In particular, my system design is not possible in environments like EC2, because of the extra configuration and overhead involved in holding a static IP. That was a design decision by Amazon. Not having a static IP was a

[google-appengine] Re: Problems with registering unique Id for a second Application

2009-04-16 Thread Kris Gemborys
Hmm, I am completely confused. Why id wewerrew is available but wewerrewWhatever is not? On Wed, Apr 15, 2009 at 9:35 PM, maximity maxim...@gmail.com wrote: I want to create a second application and no matter what id I type (even some ridiculous random characters i.e. App-Unique-22344545) I