Re: [google-appengine] Re: queue.yaml and gcloud run

2015-07-11 Thread Dor Litay
Hi Patrice, With your replay i was able to figure it out. My problem was that my application is based on modules, so i do not have 'app.yaml', and the documents pretty much just say to put 'queue.yaml' in the root folder, which doesn't work. Moving 'queue.yaml' to the default module path solved

[google-appengine] Re: Rate Limit Exceeded when creating new project through devloper's console

2015-07-11 Thread Nick
I can confirm the same thing happened to me a couple of weeks ago. I tried again half an hour later and it just worked. I just tried to create a cloud project, it started the operation(which triggers a progress indicator in a right-bottom floating menu), which failed after about 5 seconds. I

[google-appengine] Re: How to server video content fast

2015-07-11 Thread Ankur Jatt
Hello Jim, Yes you are write main time is spending in loading event. Currently I'm using html5's default video player. Could you please suggest me some good video players please. Or help me out in finding some good video play code etc. On Saturday, July 4, 2015 at 9:11:25 PM UTC+5:30, Jim

Re: [google-appengine] my app was disbled, can i re-enable it?

2015-07-11 Thread Iron Mountain Foundry
How can I re-enable my application using the new dashboard? On Sunday, July 21, 2013 at 10:37:26 AM UTC-7, Vinny P wrote: On Thu, Jul 18, 2013 at 4:24 AM, Noom Assawin wrote: my app was disabled, can I re-enable it? Yes, you can reenable a disabled application. Go to your application

[google-appengine] will my domain still work after migration?

2015-07-11 Thread saintthor
i have a domain pointing to the old app. when i migrate it to the new app, must i set the domain in google apps again? -- 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

[google-appengine] Re: 503 errors uploading to GCS via blobstore API

2015-07-11 Thread Jeff Schnitzer
This feels like a GAE bug. I filed this issue: https://code.google.com/p/googleappengine/issues/detail?id=12140 Thanks, Jeff On Fri, Jul 10, 2015 at 3:56 PM, Jeff Schnitzer j...@infohazard.org wrote: Other buckets seem to work fine. However, I need the bucket returned from

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-11 Thread Shruthi Sharat
Hi, Thank you for the reply. I will be waiting for that sample code. How do I validate the id token in my app engine back end which i am getting from the toolkit? Can you please provide some kind of documents or sample code. Regards, Shruthi Kumbham On Fri, Jul 10, 2015 at 12:19 AM, 'Les

[google-appengine] Re: Odd console behavior WRT custom domains

2015-07-11 Thread Jeff Schnitzer
Gotcha. Yeah, I think we're well within Google's TOS - we want to whitelabel our own service, not Google's :) We will use the single-account trick until this issue gets fixed. Thanks. Jeff On Fri, Jul 10, 2015 at 7:12 AM, Nick (Cloud Platform Support) pay...@google.com wrote: Hi Jeff, I

Re: [google-appengine] Re: queue.yaml and gcloud run

2015-07-11 Thread Dor litay
Ok, so it turns out that 'gcloud run' behavior is even more strange, if there is a module name with a lower lexical order then 'default' (in my case it was 'admin'), then queue.yaml is not being loaded. On Saturday, July 11, 2015 at 11:00:39 AM UTC+3, Dor litay wrote: Hi Patrice, With

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-11 Thread 'Les Vogel' via Google App Engine
I should have it published before 2pm today. On Sat, Jul 11, 2015 at 9:16 AM, Shruthi Sharat sruthi.kumb...@gmail.com wrote: Hi, Thank you for the reply. I will be waiting for that sample code. How do I validate the id token in my app engine back end which i am getting from the toolkit?

[google-appengine] Datastore updates are not persisting. Help!

2015-07-11 Thread Russell Miller
I am working on a GAE project in Python using NDB, and noticing that when a datastore update happens it doesn't persist consistently. After performing an NDB Model put I am able to query for that record and see the new value. However, on the next request for that resource, the value is