Re: [google-appengine] Implementing a scalable streaming data collector in GAE

2013-09-12 Thread Ezequiel Muns
Using the logs sounds like an interesting possibility. They would be amazingly scalable (if one thinks about the fact that every single request on App Engine is saving a record). I may have to look at that as memcache (even dedicated) seems to occasionally hit a long enough snag to loose a

Re: [google-appengine] Disassociate custom domain from appengine project

2013-09-12 Thread Jeffery Fernandez
Thanks Vinny, Will look at adding the alias domain for the project. On Thu, Sep 12, 2013 at 3:51 AM, Vinny P vinny...@gmail.com wrote: On Wed, Sep 11, 2013 at 2:33 AM, Jeffery Fernandez jefferyfernan...@gmail.com wrote: I have an appengine project for which I have associated a custom

Re: [google-appengine] Writes to cloud storage hanging after opening file?

2013-09-12 Thread Ben Smithers
On Wednesday, September 11, 2013 3:48:12 PM UTC+1, Vinny P wrote: You were able to write a single character without a problem, but 1 MB of characters was too much for it. So I were you, I'd try to find that inflection point and then save to Cloud Storage in chunks less than that. For

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Deepak Singh
It did not work. When i switched back to GAEJ 1.7.3 with all the configurations remaining the same, it worked. But with GAEJ 1.83 it fails. On Thu, Sep 12, 2013 at 8:52 AM, Shilendra Sharma shilendra...@gmail.comwrote: Thanks vinny for your support.. On Sep 12, 2013 8:29 AM, Vinny P

[google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-09-12 Thread Joshua Turmel
What other options can you specify? This post points to the documentation, the documentation just mentions other options can be set but doesn't say what they are, unless I'm missing something. Thank you, Josh On Thursday, June 20, 2013 2:21:06 PM UTC-5, Takashi Matsuo (Google) wrote: Fellow

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Vinny P
On Thu, Sep 12, 2013 at 11:40 AM, Deepak Singh deepaksingh...@gmail.com wrote: When i switched back to GAEJ 1.7.3 with all the configurations remaining the same, it worked. But with GAEJ 1.83 it fails. Then you may have other build paths and your computer's classpath set improperly. Make

Re: [google-appengine] Deployment error after upgrading to 1.8.3

2013-09-12 Thread Deepak Singh
All points that you mentioned are correct. I cross verified. Problem is it works with 1.7.3 but not with 1.8.3 On Thu, Sep 12, 2013 at 11:22 PM, Vinny P vinny...@gmail.com wrote: On Thu, Sep 12, 2013 at 11:40 AM, Deepak Singh deepaksingh...@gmail.com wrote: When i switched back to GAEJ

[google-appengine] GAE User service account logins with Android

2013-09-12 Thread D X
I've built a web app on GAE, and I use the User service to login. When I login using an Android browser, the browser generates a little yellow tab asking if I want to login using one of the google accounts set up on the Android device. Now I've built my own Android app that wraps around a

[google-appengine] Google Cloud Storage Account to connect

2013-09-12 Thread husayt
In my Google Apis Console https://code.google.com/apis/console/ I have 5-6 different projects. see pic http://i.snag.gy/vYfq0.jpg My appengine always connects to Cloud Storage account associated with one of these projects. How do I change it to connect to different Cloud Storage from my

Re: [google-appengine] GAE User service account logins with Android

2013-09-12 Thread Vinny P
On Thu, Sep 12, 2013 at 2:45 PM, D X drag...@gmail.com wrote: This URL is broken - ie goes to a GAE 500 error page. I'm trying to figure out whether this is something broken with the User service, or my Android app (which was working fine until maybe a month ago).\ Do you see any error