[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-23 Thread Kaan Soral
No, I don't remember Cloud DNS existing back in my day, it's ENOM registered by Google Apps, the DNS is ENOM too, if I'm not mistaken On Tuesday, March 24, 2015 at 1:14:04 AM UTC+2, Adam wrote: > > This domain is hosted on Google's Cloud DNS? > > On Sunday, March 22, 2015 at 3:59:33 PM UTC-4, Kaa

[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-23 Thread Adam
This domain is hosted on Google's Cloud DNS? On Sunday, March 22, 2015 at 3:59:33 PM UTC-4, Kaan Soral wrote: > > I have a domain/app that's 3-4 years old, I didn't make any modifications > recently > > This was one of the domains that experienced the whois privacy violation, > I also received a

Re: [google-appengine] Re: Cloud Billing is enabled but isn't propogated to App Engine project

2015-03-23 Thread Rasmus Vernhamn
I disabled billing and enabled it again and it seems to work now. It's worth noting that I had already tried doing this 2-3 times before without success! Den måndag 23 mars 2015 kl. 10:14:51 UTC+1 skrev Rasmus Vernhamn: > > Hey Vinny, > > It is active, it says: > > -- > Cloud

Re: [google-appengine] Re: DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread 'Josh Moore' via Google App Engine
Check your Daily Budget on the Developers Console (Compute > App Engine > Settings); if it is set to zero, set it to a non-zero value. On Mon, Mar 23, 2015 at 8:00 AM, Stefano Baldo wrote: > Oh, and of course I am not over quota :-) > > -- > You received this message because you are subscribed t

[google-appengine] Re: Google App Engine Task Queue: googleapi: Error 500: Backend Error

2015-03-23 Thread Eric G
Hey, thanks for this Frank(s)! Solved my problem too. I'm submitting a feedback request to Google's documentation on this. One other thing I had to do was make sure my project in the URL was prefixed with "s~", as suggested in responses to the SO question here: http://stackoverflow.com/question

[google-appengine] Re: DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread Stefano Baldo
Oh, and of course I am not over quota :-) -- 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 google-appengine+unsubscr...@googlegroups.com. To post to this gro

[google-appengine] Re: DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread Stefano Baldo
Oh, and of course I am not over quota :-) On Monday, March 23, 2015 at 10:47:39 AM UTC-3, Stefano Baldo wrote: > > I'm getting the following error when trying to put data: > > *Sorry, unexpected error: The API call datastore_v3.Put() required more > quota than is available* > > The problem is tha

[google-appengine] Re: Google Cloud Storage caching files despite disabling cache

2015-03-23 Thread Paul Canning
"enable_cache has nothing to do with the Cache-Control headers" I get this. I fully understand they are two different things. Again, I tried setting both, first one, then the other, then both. In all cases my objects were being cached. On Sunday, March 22, 2015 at 2:42:15 AM UTC, Stuart Langley

[google-appengine] DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread Stefano Baldo
I'm getting the following error when trying to put data: *Sorry, unexpected error: The API call datastore_v3.Put() required more quota than is available* The problem is that I have both billing and Google Cloud Datastore API enabled. What am I doing wrong? Project Number: 581107955325 Project

[google-appengine] ThreadPool Executor not executing threads in GAE

2015-03-23 Thread Devesh Srivastava
I am trying to use executor framework in Google App engine. Bellow is the code that I am trying to run. Thread thread = ThreadManager.createBackgroundThread(new Runnable(){ public void run(){ try{ LOGGER.info( "Checking bac

Re: [google-appengine] Re: Cloud Billing is enabled but isn't propogated to App Engine project

2015-03-23 Thread Rasmus Vernhamn
Hey Vinny, It is active, it says: -- Cloud Integration Create a Google Cloud project as well as a Google Cloud Storage bucket and a new style service account for this application. Learn more The project

Re: [google-appengine] Unable to use gsutil despite doing authentication steps

2015-03-23 Thread Paul Canning
Turns out it was due to a current bug where you can't run it from any driver other then C: On 23 Mar 2015 06:40, "Vinny P" wrote: > Hi Paul, > > After you authenticate, can you look in gsutil's config file and see if > any changes were made? If you move the configuration file setting, does it > s