[google-appengine] Re: App Engine - Aula Gratuita Online hoje às 22 horas

2015-01-12 Thread Renzo Nuccitelli
Segue a aula: http://youtu.be/6a5sgNg2j5c . Peço só paciência, não foi planejada *Abs,* On Mon Jan 12 2015 at 6:30:14 PM Renzo Nuccitelli wrote: > Olá pessoal, > > Devido a dúvida de muitas pessoas, hoje, dia 12 de janeiro às 22 horas > (Brasília), darei um micro aula gratuita. Para assistir,

[google-appengine] Re: A really eccentric issue, out of the ordinary, that caused me almost 600$'s and a 5 day gap in functionality- started at 2014-11-19

2015-01-12 Thread Luke Stone (Google Cloud Support)
Hi Kaan, I'll follow up and see what happened with this case. I totally agree that you should receive some communication about the progress before the refund appears on your invoice. -Luke On Friday, January 2, 2015 at 9:10:21 PM UTC-8, Kaan Soral wrote: > > *One last update* > > I see that

Re: [google-appengine] GAE HR commit/visibility + timestamp

2015-01-12 Thread Joshua Smith
The only thing that is “eventually consistent” is queries. If you go and fetch an item directly, you’re going to get the thing you sent to the db. Every time. So the workaround is simply and reliable: 1. If you are just changing items, query just for keys, and then query those keys to get the a

[google-appengine] GAE HR commit/visibility + timestamp

2015-01-12 Thread Julio Otuyama
GAE HR is one step towards scalability, separating commit and visibility, but one step back in usability. This separation creates a problem (the "eventual consistency"?) that kills its use in some application designs. Usually, I commit inside a http request and redirect to another page that sh

[google-appengine] Android Studio with Google Calendar API v3

2015-01-12 Thread Shubhashis Karmakar
I wanted to try out google calendar API v3. I have Android Studio 1.0. I created a java endpoint module from Android Studio. I was following the official documentation here If you follow the link I provided, y

[google-appengine] App Engine - Aula Gratuita Online hoje às 22 horas

2015-01-12 Thread Renzo Nuccitelli
Olá pessoal, Devido a dúvida de muitas pessoas, hoje, dia 12 de janeiro às 22 horas (Brasília), darei um micro aula gratuita. Para assistir, basta acessar o link: http://meet28169171.adobeconnect.com/appengine-demo/ Requisitos: Adobe Flash e internet banda larga de no mínimo 1M. Na aula vou ins

[google-appengine] Re: A "apise...@google.com" is suddenly appeared on account list as another owner of my own project.

2015-01-12 Thread troberti
We also have this, exactly the same. On Thursday, January 8, 2015 at 2:56:57 AM UTC+1, Toru Sakyo wrote: > > Hi All, > I usually do work on GAE. Someday I found a unknown name " > apise...@google.com " on my project account list. I don't > know him and never give him any permission, but he is the

[google-appengine] Terceira vídeo aula sobre Web Services

2015-01-12 Thread Renzo Nuccitelli
A se sempre fosse fácil assim fazer um programa assíncrono: Realização de chamadas HTTP em paralelo utilizando a arquitetura de Comandos. https://www.youtube.com/watch?v=CteT51LgOAU&index=85&list=PLA05yVJtRWYRGIeBxag8uT-3ftcMVT5oF Abs, -- You received this message because you are subscribed t

Re: [google-appengine] Re: setup Jave Managed VM failed: 'module' object has no attribute 'CleanableContainerName'

2015-01-12 Thread Vikram Tiwari
This fixed when i updated the command line utils. Thanks and Regards! Vikram Tiwari On Mon, Jan 12, 2015 at 12:23 PM, Vikram Tiwari wrote: > Hi, > > I am encountering the same issue. Same config. Mac OS, Docker based > deployment for App Engine. >

[google-appengine] Re: setup Jave Managed VM failed: 'module' object has no attribute 'CleanableContainerName'

2015-01-12 Thread Vikram Tiwari
Hi, I am encountering the same issue. Same config. Mac OS, Docker based deployment for App Engine. On Friday, January 9, 2015 at 12:38:54 PM UTC+5:30, scde wrote: > > Hi, > > I am trying to follow up this instruction > to setup >

[google-appengine] ETag headers missing (starting 2015-01-10)

2015-01-12 Thread Wolfram Gürlich
Is anybody else affected by this strange behavior? Starting from 2015-01-10 ETag response headers are missing if a request is made from a non-browser user agent like Curl or Go runtime. Fetching a file like curl - -H 'User-Agent: Nozilla/5' -H 'Accept-Encoding: gzip' http://appstackfive.

Re: [google-appengine] Problem with GAE Datastore Viewer

2015-01-12 Thread Vinny P
On Thu, Jan 8, 2015 at 9:57 AM, Rimma Rosenberg wrote: > Could you please tell me what I am doing wrong. I am trying to run GQL > queries from Google App Engine site from Datastore Viewer. > 1. I tried with '6192449487634432', 6192449487634432L, > '6192449487634432L' > > SELECT * FROM Docprod wh

Re: [google-appengine] transfer to custom domain does not move www..com

2015-01-12 Thread Vinny P
On Sat, Jan 10, 2015 at 6:20 AM, Iman Johari wrote: > I transfered my custom domain to my google app but it does not direct the > www.mydomain.com to my google application. is there a way to do this ? > What steps have you tried already? Ideally, you should have followed the process outlined he

Re: [google-appengine] where do I install appengine-try-python-flask?

2015-01-12 Thread Vinny P
On Thu, Jan 8, 2015 at 4:53 AM, MINDRIL CYR wrote: > I wanted to put everything on my desktop but it's giving me the error: > > appcfg.py: error: Directory does not contain an appengine-try-python.yaml > configuration file > > Do I need to install it in the same folder as the sdk? > Do you hav

Re: [google-appengine] Run Configuration "backend" is not visible

2015-01-12 Thread Vinny P
On Tue, Jan 6, 2015 at 12:00 PM, vivek sharma wrote: > After adding a new module "App engine backend with google cloud messaging" > in Android studio and completing all the steps to add google app engine as > backend, I am not seeing "backend" as a new run configuration. Attached is > the screens