Re: [google-appengine] Re: How to know region of a GAE application ?

2013-08-06 Thread Vinny P
On Mon, Aug 5, 2013 at 7:56 PM, YH Yang wrote: > When I go to appspot.com, it is redirected to appengine.google.com. I > have only 4 column table, 'application', 'title', 'storage scheme', and > 'status'. Is the 'location' column available for everyone? > > If you don't see the location column,

[google-appengine] GAEの一部の重要なエンティティを削除してしまいました

2013-08-06 Thread 中村智
お世話になります。 昨日、GAEのサービスで、プログラムミスが原因で、いくつかの重要なエンティティが削除されてしまいました。 削除されたデータは、4つのモデルのエンティティです。 この4つのモデルについて、昨日の状態に戻したいのですが、可能でしょうか。 バックアップはとっていません。 データストアはデータのバージョンを持っていないでしょうか。 よろしくお願いします。 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsu

Re: [google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread stephanos
Well, of course. That's why I was asking if I could share *dedicated* memcache across my apps (see title). On Wednesday, August 7, 2013 8:44:49 AM UTC+2, Josselin wrote: > > You should only pay for memcache if you are using Dedicated memcache. > By default, you are using shared memcache (which

Re: [google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread Josselin
You should only pay for memcache if you are using Dedicated memcache. By default, you are using shared memcache (which is free) On Wednesday, August 7, 2013 4:30:11 PM UTC+10, stephanos wrote: > > Free quota, what free quota? -> > https://developers.google.com/appengine/docs/adminconsole/memcach

Re: [google-appengine] Not Able to view my entities in DataStore

2013-08-06 Thread Vinny P
On Wed, Aug 7, 2013 at 12:13 AM, Lekh Raj wrote: > Is there any other way to debug this and identify what might be going > wrong? > > public void sendMsg(View view) { > EditText msgTxt = (EditText) findViewById(R.id.editText1); > String msg = msgTxt.getText().toString(); > System.o

Re: [google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread stephanos
Free quota, what free quota? -> https://developers.google.com/appengine/docs/adminconsole/memcache Personally I find $0.12 per GB per hour quite expensive, that's about $86 per GB per month. I would be totally happy with 100MB. And merging my 5 apps into 1 application-id is obviously not going t

Re: [google-appengine] Premier support down?

2013-08-06 Thread Takashi Matsuo
Hi Aleem, Sorry for the inconvenience. It's a known issue and we're working on a fix. I'll e-mail you for a workaround. -- Takashi On Mon, Aug 5, 2013 at 10:02 AM, Aleem Mawani wrote: > I noticed that this URL no longer seems to work: > > https://enterprise.google.com/supportcenter/managecase

Re: [google-appengine] Not Able to view my entities in DataStore

2013-08-06 Thread Lekh Raj
Hi Vinny, Thanks for your reply. Yes I am trying to save a Note entity into the datastore by the below code. I am not able to see any error when I click on the send button. Is there any other way to debug this and identify what might be going wrong? public void sendMsg(View view) { EditText

Re: [google-appengine] maven + guice + appengine

2013-08-06 Thread Jon Stevens
Thanks for the suggestion, but it didn't help. I've boiled this down to a super simple war project and filed an issue. Hopefully someone smarter than I will take a look into it. As far as I can tell, using Guice is totally broken with the maven appengine plugin. https://code.google.com/p/appeng

Re: [google-appengine] Not Able to view my entities in DataStore

2013-08-06 Thread Vinny P
On Tue, Aug 6, 2013 at 5:03 AM, VB wrote: > When I click on DataStore Viewer it says - > > Oops! We couldn't retrieve your list of Kinds. > Please Try again. > > Can someone throw some light as to what wrong is happening here? > Sometimes that error appears when the datastore viewer is havin

Re: [google-appengine] SendGrid Integration

2013-08-06 Thread Vinny P
On Tue, Aug 6, 2013 at 9:29 PM, pdknsk wrote: > Hmm to get feature parity (plus some extra features to be fair), you need > to subscribe to the $80/month package. In particular "DKIM customization", > to setup DKIM records for your domain. This is available at no extra charge > when you setup App

Re: [google-appengine] SendGrid Integration

2013-08-06 Thread pdknsk
Hmm to get feature parity (plus some extra features to be fair), you need to subscribe to the $80/month package. In particular "DKIM customization", to setup DKIM records for your domain. This is available at no extra charge when you setup App Engine with a custom domain through Google Apps. ht

Re: [google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread YH Yang
LOL, people usually don't complain the free quota is too much. :D Maybe you can try the new module feature, and make your 5 apps into 1 app with 5 modules. 2013/8/7 Tamanna Afroze > NO > > > On Tue, Aug 6, 2013 at 6:52 AM, stephanos wrote: > >> Can I share the dedicated Memcache across multiple

Re: [google-appengine] Users and Google Accounts

2013-08-06 Thread Vinny P
On Tue, Aug 6, 2013 at 3:49 PM, Eric Sepich wrote: > Even though I am signed in to my Google Account in Chrome I am still > seeing Sign in or register not Welcome as I expected. When I click Sign in > I am forwarded to a page with one text field to enter an email and a check > box to sign in as a

Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Kaan Soral
I've digged further into the issue, happens on projects that has "Cloud Console" billing enabled After I enable the billing, it starts throwing "*The account for the specified project has been disabled.*" errors for anything GCS read/write gets disabled, can't create any buckets, however projec

Re: [google-appengine] Redirect loop logging in

2013-08-06 Thread Nathan Toone
Thank you - I have logged a production bug, but I am now able to log in (so whatever you reset must have worked). -Nathan On Aug 5, 2013, at 12:41 PM, Matthew Blain wrote: > Hi Nathan, > This is typically an issue with the Admin Console. You can file a production > bug as Sebastian Kreft sugg

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Vinny P
On Tue, Aug 6, 2013 at 6:50 PM, Andy wrote: > If you look at the current services and features it's not listed > experimental: > https://developers.google.com/appengine/features/ > The Files API is not a service. The datastore, mail, logging, etc abilities are services. The Files API was an exp

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread rdodev
In the Blobstore documentation page, the file-like API used to have a "(Experimental)" by the subheading. That was replaced by the deprecation notice. https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore which as you see, it was last updated June 20th.

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Andy
Where do you see that? If you look at the current services and features it's not listed experimental: https://developers.google.com/appengine/features/ If you look at the release notes it was never mentioned as experimental even when released with other new APIs that were marked experimental:

[google-appengine] Error parsing ProtoRPC request. Unable to parse request content: Base64 decoding error...

2013-08-06 Thread DiTieM
Hi I have an application running on iOS with GAE endpoints. The application takes a PNG file, applies Base64 encoding and send it to the server. This was working nicely, but suddenly it stopped working. I suspect it has got broken in GAE environment 1.8.2. From the xCode console: (lldb) po

[google-appengine] Re: Users and Google Accounts

2013-08-06 Thread Eric Sepich
I since deployed the application to make sure that perhaps it was not some limitation of the eclipse development environment and I still see the home.jsp not recognizing the user variable even though the browser is logged into gmail. On Tuesday, August 6, 2013 1:49:29 PM UTC-7, Eric Sepich wrot

[google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-08-06 Thread avalanchy
> > Fixed an issue with debugger/breakpoint not working on the dev_appserver > I hope that you won't forget about ipdb. Thanks. W dniu wtorek, 30 lipca 2013 03:26:04 UTC+2 użytkownik Richmond Manzana napisał: > > Hello Again! > > Pre-release SDKs for Python, PHP and Java found here: > http://c

Re: [google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread Tamanna Afroze
NO On Tue, Aug 6, 2013 at 6:52 AM, stephanos wrote: > Can I share the dedicated Memcache across multiple apps? > > 1 GB is too much for any of my applications, but divided by 5 apps this > would make sense... > > Regards > Stephan > > -- > You received this message because you are subscribed to

[google-appengine] Hanging on last Backend (or Module) memcache writes

2013-08-06 Thread Julian Kent
I have a batch processing Backend (B4) which does a bunch of unpickle/pickle and Numpy/array stuff. Recently I noticed that I was getting much higher backend charges, which would hit quota almost every time, so I migrated to Modules (also B4), thinking that might solve it. However, I still see t

[google-appengine] Not Able to view my entities in DataStore

2013-08-06 Thread VB
Hi - I followed the article ( https://developers.google.com/eclipse/docs/endpoints-testdeploy) to: 1. Create a simple Note entity. 2. Then as explained I generated the endpoint. 3. Then I generated the cloud endpoint library. 4. Then I created an Application cloudnotes2013vip and then using Eclipse

[google-appengine] Google Cloud Messaging for Android subpackag - Is it Deprecated ?

2013-08-06 Thread VB
Hi, I am trying to a simple Android app that can save few text values to the DataStore and then read from it. While searching on internet I found the below link for Android Mobile Backend Starter - https://developers.google.com/cloud/samples/mbs/getting_started Here they have given a sample And

Re: [google-appengine] Re: How to know region of a GAE application ?

2013-08-06 Thread YH Yang
When I go to appspot.com, it is redirected to appengine.google.com. I have only 4 column table, 'application', 'title', 'storage scheme', and 'status'. Is the 'location' column available for everyone? 2013/8/6 Stuart Langley > If you go to appspot.com it will list your apps. There is a column f

[google-appengine] Re: Redirect loop logging in

2013-08-06 Thread Matthew Blain
Hi Nathan, This is typically an issue with the Admin Console. You can file a production bug as Sebastian Kreft suggested in the Stack Overflow thread; if you do so, please specify the time when it happened as close as possible so we can debug it more easily. (Or reply here.) I have reset some st

[google-appengine] Mvn deployed app New Javascript file 404s

2013-08-06 Thread wendyjboss
I developed an appengine application for my company and was using the appengine plugin in eclipse for deployment. Since being migrated to maven deploy, when I update the app, it is broken. It is broken at least because it is 404ing on one of the new javascript files I've added. The path is cor

[google-appengine] Premier support down?

2013-08-06 Thread Aleem Mawani
I noticed that this URL no longer seems to work: https://enterprise.google.com/supportcenter/managecases/ -- 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 g

[google-appengine] Estimated time to get GAE-PHP project white listed!

2013-08-06 Thread Jari Kinnunen
Hi! We have requested white listing for a project that would run WordPress. The request was made June 19 i.e. about 47 days ago already !! Is there any estimate when this would be handled. We'd need to evaluate if GAE-PHP would be suitable for serving company web-pages! Thanks in advance! Jari

[google-appengine] Re: Cannot add APP Engine app to Domain

2013-08-06 Thread v1
I'm having this problem too! On Friday, 1 June 2012 08:28:12 UTC+8, Sgia wrote: > > I have seen many posts about this, and none of the solutions work for > me. > > When attempting to add a domain to an app in > https://www.google.com/a/cpanel/ domain>/AddAppEngineService > > I get the error:

Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Kaan Soral
After the integration, and after re-enabling billing at Google Cloud Console, I get: "*The account for the specified project has been disabled.*" When I try to create a bucket, I don't know what it means, but it's kind of a disturbing error message, it appears as a temporary warning on top of the

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread rdodev
Andy, The file-like API for blob store is not covered by that deprecation policy because it was never in production to begin with. It was provided as "experimental". It sucks and it hit us really hard, but we also understand their decision and we already have the migration to GCS in our backlog

Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Kaan Soral
I've just tested it on another project that I have billing enabled, and it succeeded, hope it doesn't have any side effects because that project didn't needed the integration :) I've also just re-retried the actual project I need the integration for, and it succeeded too, this time :) Thanks A

[google-appengine] Re: BREACH attack - is App Engine vulnerable?

2013-08-06 Thread Iron Mountain Foundry
I'm not from Google, but this seems a little to slick of a presentation. They already have a glossy website with a custom domain name, complete with bios on the authors. Just because it's associated with BlackHat doesn't mean it's a class 1 emergency. Reading up on the details shows that it'

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Andy
Hi Chris, I thought production API's were available for the greater of 1 year or 2015 per the prior deprecation policy: http://googleappengine.blogspot.com/2012/04/app-engine-and-googles-new-deprecation.html Can you confirm that is still the case? It would be really nice to keep the blobstore

[google-appengine] Re: Cannot connect a domain to App Engine

2013-08-06 Thread darshan
After about 72 hours of not working, it finally worked for me this afternoon. It's still unclear what was actually going wrong, but at least for me, it's now fixed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Users and Google Accounts

2013-08-06 Thread Eric Sepich
package clock; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.SimpleTimeZone; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.*; import com.google.appengine.api.users.User; import com.

[google-appengine] Security advisory: SSL is Gone

2013-08-06 Thread coto
At ekoparty 2012, Thai Duong and Juliano Rizzo announced CRIME, a compression side-channel attack against HTTPS. An attacker with the ability to: - Inject partial chosen plaintext into a victim's requests - Measure the size of encrypted traffic More info: https://www.djangoproject

[google-appengine] BREACH attack - is App Engine vulnerable?

2013-08-06 Thread Alex Burgel
Can someone from Google make a statement on whether App Engine is vulnerable to the BREACH attack that was announced recently? http://breachattack.com/ I'm not a security expert, but it looks like you are vulnerable to the attack if you use both SSL/TLS and HTTP compression. Since that configu

Re: [google-appengine] Moving application to European datacenter?

2013-08-06 Thread stephanos
Are there any news on that question? On Saturday, July 13, 2013 2:35:02 PM UTC+2, stephanos wrote: > > Just to be clear: Will I be able to move my existing app from US to EU or > will I have to create a new app(-id) just for the EU? > > Cheers > Stephan > > > On Friday, July 12, 2013 5:53:28 PM

[google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread stephanos
Can I share the dedicated Memcache across multiple apps? 1 GB is too much for any of my applications, but divided by 5 apps this would make sense... Regards Stephan -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

Re: [google-appengine] GAE - Integrating Android App Client with DataStore

2013-08-06 Thread Lekh Raj
Hi Brad, Thanks for your response. I followed the links you gave and was able to progress ahead. I followed the simple concept of CloudNotes. My is compiling fine. I also created an application and deployed that on the App Engine. I have a simple UI that consists of a EditText and a button. Idea

Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Amy Unruh
Kaan, What is the text of the error message you're seeing? And, what is the app id of the app that's giving the error? (you can email me directly if you like). Also, have you tried this with more than one App Engine app?-- are they all acting up, or is it just the one? -Amy On 6 August 2013 1

Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Alejandro González Rodrigo
Try from https://cloud.google.com/console 2013/8/6 Kaan Soral > On Appengine Console > Administration > Application Settings > Cloud > Integration > I've triggered the project creation, but it always results in an error and > suggests a retry (a retry button appears) > > On https://cloud.google