[google-appengine] Re: Permission denied when deploying queue.yaml

2019-07-09 Thread Andrew Buck
Thanks, I filed an issue tracker: https://issuetracker.google.com/issues/137078982 On Tuesday, July 9, 2019 at 8:26:38 AM UTC-7, Julie (cloud platform support) wrote: > > It seems from this document > that what > you have granted p

[google-appengine] Permission denied when deploying queue.yaml

2019-07-08 Thread Andrew Buck
When I attempt to use a service account to deploy an updated queue.yaml, I get the following error: *ERROR: (gcloud.app.deploy) PERMISSION_DENIED: The caller does not have permission* *> Task :appengineDeployQueue FAILED* What permissions does the service account need for this operation? I alr

[google-appengine] Re: Will App Engine Flex Environment ever support Memcache?

2019-07-02 Thread Andrew Buck
It's been almost a year. Is support for Memcache on App Engine Flex still planned? On Tuesday, August 7, 2018 at 11:03:49 AM UTC-7, Gopal Ashok wrote: > > Hi Joshua, > App Engine Memcache for Flex alpha is closed. > > The current caching story for App Engine Flex is Cloud Memorystore (Beta) > w

[google-appengine] Datastore get_or_insert in Java

2016-12-04 Thread Andrew Buck
The Datastore Python API has a get_or_insert() method that will atomically insert an entity if it doesn't exist or return the existing one if it does. I can't find the equivalent in Java. Does the Java API have a way of accomplishing this same functionality atomically? -- You received this mes

[google-appengine] Restrictions on PHP for Google Gadgets? Documentation?

2015-01-20 Thread buck
whats the problem online (regarding the error message). Would be great if someone responds me :) Regards, Andreas Buck -- 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 fro

[google-appengine] GAE KML support

2009-06-10 Thread buck
Is GAE able to return KML/KMZ MIME types? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this grou

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-02 Thread buck
I am in China and I can access most of apps on GAE. On 4月2日, 下午10时48分, WallyDD wrote: > Hello, > > My website (on google app engine) is blocked in China where I used to > get a lot of traffic from. I only just realised this from looking at > the logs and noting that traffic from china has crawle

[google-appengine] How GAE detects a browser's locale?

2009-01-12 Thread buck
I am able to display i18n messages using the default GAE django. But it chooses the locale by LANGUAGE_CODE in settings.py. How can I make GAE to automatically detect the browser's locale and choose the right locale, like in the normal django? I tried to put #MIDDLEWARE_CLASSES = ( # 'django.co

[google-appengine] Re: How can I edit Entity by query use key.id?

2009-01-12 Thread buck
book = Books.get(Key(self.request.get('id'))) book.name = self.request.get("name") ... --~--~-~--~~~---~--~~ 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