[google-appengine] User facing requests going into the warm up instances and getting served

2014-01-09 Thread Aswath Satrasala
Hello,

The user facing requests are going into the instance startup and getting
served.   Any settings recommended recently for avoiding this.

My settings are

instance_class: F2
automatic_scaling:
  min_idle_instances: 1
  max_idle_instances: 1
  min_pending_latency: 5.8s
  max_pending_latency: 5.8s


-Aswath
www.accountingguru.net.

-- 
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 group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Google Cloud Platform - Account cancelled.

2014-01-09 Thread Brian Retford
We've addressed the bugs that caused the extra emails and will be working
on providing better emails associated with all account actions in the
future.


On Thu, Jan 9, 2014 at 9:59 PM, Brian Retford  wrote:

> Yeah, sorry, we sent out clarifying emails separately. Really apologize.
>
>
> On Thu, Jan 9, 2014 at 9:48 PM, Tapir  wrote:
>
>> Ok, I received another email for billing-nore...@google.com today.
>> Its title is "Urgent: Your Google Cloud Billing account has been
>> terminated". Still as horrible as the last one.
>>
>> The content is a little detailed but still not clear enough.
>>
>> >>
>> Hello,
>> Your Google Cloud Billing account has been Terminated.
>>
>> This may happen if your credit card has expired or was cancelled and we
>> haven't received valid payment information from you, and you may owe Google
>> payment for service from prior months.
>>
>> Please update your account with valid payment information by following
>> this link:
>> *https://cloud.google.com/console#/billing/314184279724/settings*.
>>
>>
>> If you have already updated your payment information, please disregard
>> this message.
>> <<<
>>
>>
>> When I click the link in this email, a dialog shows up:
>>
>>
>> 
>> Server Error
>> Whoops! Our bad.
>>
>> Please try again. If the problem persists, please let us know using the
>> "Send feedback" link below. Copy the tracking number below, and include it
>> with your feedback. Thanks!
>>
>> Tracking Number: undefined
>> 
>>
>>
>> It seems the project with id 314184279724 is the project which was
>> removed by me 2 months ago.
>> Ok, it seems the URGENT email is just caused by I removed a project 2
>> months ago.
>> Does the email come too late? :)
>>
>> And the email title is REALLY horrible! It looks my whole account will be
>> terminated!
>> And email content is really not very clear. As least the removed project
>> name should be provided.
>>
>>
>> On Friday, January 10, 2014 6:26:16 AM UTC+8, Brad Abrams wrote:
>>
>>> Yes -- thanks for the feedback.   We understand these emails need to
>>> contain more information to be actionable.   Thanks for your patience as we
>>> work this out.
>>>
>>> ..brad
>>>
>>>
>>> On Thu, Jan 9, 2014 at 2:23 PM, Nick  wrote:
>>>
 I'm assuming this email is a new feature of the cancellation process?
 And the reason everyone got it is that it acted retrospectively on rollout?
 The update email (same as the message below) doesn't actually clarify if
 this was mistakenly sent, or if someone actually cancelled one of my
 projects.

 It would be (and very much would have been) useful to have the project
 name or id in the message. Sitting across upwards of 30 projects, this
 email scared the hell out of me.


 On Friday, January 10, 2014 4:22:40 AM UTC+11, Brad Abrams wrote:

>  Yes -- sorry about that.  You may recently have received an
> automated email with the subject line: "Google Cloud Platform - Account
> cancelled". If you did not receive this email please disregard the rest of
> this message.
>
> The email was sent to you because one or more of your projects in
> Google Cloud Platform had previously been enabled for billing, but is now
> cancelled or terminated. The email delivery was the result of an internal
> update process and will not affect your usage of any Google Cloud Platform
> services. Any other accounts you have which still have active billing are
> also unaffected.
>
>
> ..brad
>
>
>  On Wed, Jan 8, 2014 at 10:32 PM, Stefano Ciccarelli <
> scicc...@gmail.com> wrote:
>
>>  I've received the same email a few hours ago and I don't know why!
>>
>> Il giorno giovedì 9 gennaio 2014, Tapir ha scritto:
>>
>> This the title of the email I just received from
>>> billing-nore...@google.com
>>>
>>> The content is:
>>> 
>>> You've successfully cancelled your Google Cloud Platform account.
>>>
>>> Note: because it can take several days for any remaining ad costs to
>>> affect your balance, you might be charged one more time.
>>> ---
>>> But I have done nothing on my Google Cloud items recently.
>>> Have anyone else also received such email recently?
>>>
>>> Is my account hacked?
>>> I looks all my billed apps run well now.
>>>
>>>  --
>>> 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 group, send email to google-appengine@googlegroups.
>>> com.
>>> Vi

[google-appengine] Problem in Full Text Search - com.google.appengine.api.search.PutException: Failed to complete request in 5622ms

2014-01-09 Thread Ananthakrishnan Venkatasubramanian


Hi,

We are a premium account user. We are in the process of implementing full-text 
search in our application developed using Java. While writing a document to an 
index, we are facing the failure sometimes sporadically and not always. Here's 
the following exception stacktrace for the same.


*com.google.appengine.api.search.PutException: Failed to complete request in 
5622ms*
at com.google.appengine.api.search.IndexImpl$3.wrap(IndexImpl.java:306)
at com.google.appengine.api.search.IndexImpl$3.wrap(IndexImpl.java:285)
at 
com.google.appengine.api.utils.FutureWrapper.wrapAndCache(FutureWrapper.java:53)
at 
com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:90)
at 
com.google.appengine.api.search.FutureHelper.getInternal(FutureHelper.java:73)
at 
com.google.appengine.api.search.FutureHelper.quietGet(FutureHelper.java:32)
at com.google.appengine.api.search.IndexImpl.put(IndexImpl.java:478)
at 
com.adaptavant.distributedsource.dao.SearchDAO.IndexADocument(SearchDAO.java:437)
at 
com.adaptavant.distributedsource.service.SearchService.updateContactDocumentInIndex(SearchService.java:3494)
at 
com.adaptavant.distributedsource.service.ContactService.createContactFromExportableMessage(ContactService.java:3861)
at 
com.adaptavant.distributedsource.controller.JobController.createContactFromExportableMessage(JobController.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_$1.run(Method_.java:179)
at java.security.AccessController.doPrivileged(Native Method)
at 
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_.privilegedInvoke(Method_.java:176)
at 
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_.invoke_(Method_.java:137)
at 
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_.invoke(Method_.java:45)
at 
org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:219)
at 
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132)
at 
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
at 
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:745)
at 
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:686)
at 
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925)
at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)
at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:936)
at 
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:838)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at 
com.adaptavant.distributedsource.filter.JsonpCallbackFilter.doFilter(JsonpCallbackFilter.java:62)
at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:125)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter.doFilter(JdbcMySqlConnectionCleanupFilter.java:60)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedC

Re: [google-appengine] Google Cloud Platform - Account cancelled.

2014-01-09 Thread Brian Retford
Yeah, sorry, we sent out clarifying emails separately. Really apologize.


On Thu, Jan 9, 2014 at 9:48 PM, Tapir  wrote:

> Ok, I received another email for billing-nore...@google.com today.
> Its title is "Urgent: Your Google Cloud Billing account has been
> terminated". Still as horrible as the last one.
>
> The content is a little detailed but still not clear enough.
>
> >>
> Hello,
> Your Google Cloud Billing account has been Terminated.
>
> This may happen if your credit card has expired or was cancelled and we
> haven't received valid payment information from you, and you may owe Google
> payment for service from prior months.
>
> Please update your account with valid payment information by following
> this link:
> *https://cloud.google.com/console#/billing/314184279724/settings*.
>
>
> If you have already updated your payment information, please disregard
> this message.
> <<<
>
>
> When I click the link in this email, a dialog shows up:
>
>
> 
> Server Error
> Whoops! Our bad.
>
> Please try again. If the problem persists, please let us know using the
> "Send feedback" link below. Copy the tracking number below, and include it
> with your feedback. Thanks!
>
> Tracking Number: undefined
> 
>
>
> It seems the project with id 314184279724 is the project which was removed
> by me 2 months ago.
> Ok, it seems the URGENT email is just caused by I removed a project 2
> months ago.
> Does the email come too late? :)
>
> And the email title is REALLY horrible! It looks my whole account will be
> terminated!
> And email content is really not very clear. As least the removed project
> name should be provided.
>
>
> On Friday, January 10, 2014 6:26:16 AM UTC+8, Brad Abrams wrote:
>
>> Yes -- thanks for the feedback.   We understand these emails need to
>> contain more information to be actionable.   Thanks for your patience as we
>> work this out.
>>
>> ..brad
>>
>>
>> On Thu, Jan 9, 2014 at 2:23 PM, Nick  wrote:
>>
>>> I'm assuming this email is a new feature of the cancellation process?
>>> And the reason everyone got it is that it acted retrospectively on rollout?
>>> The update email (same as the message below) doesn't actually clarify if
>>> this was mistakenly sent, or if someone actually cancelled one of my
>>> projects.
>>>
>>> It would be (and very much would have been) useful to have the project
>>> name or id in the message. Sitting across upwards of 30 projects, this
>>> email scared the hell out of me.
>>>
>>>
>>> On Friday, January 10, 2014 4:22:40 AM UTC+11, Brad Abrams wrote:
>>>
 Yes -- sorry about that.  You may recently have received an automated
 email with the subject line: "Google Cloud Platform - Account cancelled".
 If you did not receive this email please disregard the rest of this 
 message.

 The email was sent to you because one or more of your projects in
 Google Cloud Platform had previously been enabled for billing, but is now
 cancelled or terminated. The email delivery was the result of an internal
 update process and will not affect your usage of any Google Cloud Platform
 services. Any other accounts you have which still have active billing are
 also unaffected.


 ..brad


  On Wed, Jan 8, 2014 at 10:32 PM, Stefano Ciccarelli <
 scicc...@gmail.com> wrote:

>  I've received the same email a few hours ago and I don't know why!
>
> Il giorno giovedì 9 gennaio 2014, Tapir ha scritto:
>
> This the title of the email I just received from
>> billing-nore...@google.com
>>
>> The content is:
>> 
>> You've successfully cancelled your Google Cloud Platform account.
>>
>> Note: because it can take several days for any remaining ad costs to
>> affect your balance, you might be charged one more time.
>> ---
>> But I have done nothing on my Google Cloud items recently.
>> Have anyone else also received such email recently?
>>
>> Is my account hacked?
>> I looks all my billed apps run well now.
>>
>>  --
>> 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 group, send email to google-appengine@googlegroups.
>> com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
> --
> Nel mondo esistono 10 categorie di persone, quelle che capiscono il
> binario e quelle che non lo capiscono.
>
>  --
> You received this message bec

Re: [google-appengine] Google Cloud Platform - Account cancelled.

2014-01-09 Thread Tapir
Ok, I received another email for billing-nore...@google.com today.
Its title is "Urgent: Your Google Cloud Billing account has been 
terminated". Still as horrible as the last one.

The content is a little detailed but still not clear enough.

>>
Hello, 
Your Google Cloud Billing account has been Terminated. 

This may happen if your credit card has expired or was cancelled and we 
haven't received valid payment information from you, and you may owe Google 
payment for service from prior months. 

Please update your account with valid payment information by following this 
link: 
*https://cloud.google.com/console#/billing/314184279724/settings*.
 


If you have already updated your payment information, please disregard this 
message. 
<<<


When I click the link in this email, a dialog shows up:



Server Error
Whoops! Our bad.

Please try again. If the problem persists, please let us know using the 
"Send feedback" link below. Copy the tracking number below, and include it 
with your feedback. Thanks!

Tracking Number: undefined



It seems the project with id 314184279724 is the project which was removed 
by me 2 months ago.
Ok, it seems the URGENT email is just caused by I removed a project 2 
months ago.
Does the email come too late? :)

And the email title is REALLY horrible! It looks my whole account will be 
terminated!
And email content is really not very clear. As least the removed project 
name should be provided.


On Friday, January 10, 2014 6:26:16 AM UTC+8, Brad Abrams wrote:

> Yes -- thanks for the feedback.   We understand these emails need to 
> contain more information to be actionable.   Thanks for your patience as we 
> work this out.
>
> ..brad
>
>
> On Thu, Jan 9, 2014 at 2:23 PM, Nick >wrote:
>
>> I'm assuming this email is a new feature of the cancellation process? And 
>> the reason everyone got it is that it acted retrospectively on rollout? The 
>> update email (same as the message below) doesn't actually clarify if this 
>> was mistakenly sent, or if someone actually cancelled one of my projects.
>>
>> It would be (and very much would have been) useful to have the project 
>> name or id in the message. Sitting across upwards of 30 projects, this 
>> email scared the hell out of me.
>>
>>
>> On Friday, January 10, 2014 4:22:40 AM UTC+11, Brad Abrams wrote:
>>
>>> Yes -- sorry about that.  You may recently have received an automated 
>>> email with the subject line: "Google Cloud Platform - Account cancelled". 
>>> If you did not receive this email please disregard the rest of this message.
>>>
>>> The email was sent to you because one or more of your projects in Google 
>>> Cloud Platform had previously been enabled for billing, but is now 
>>> cancelled or terminated. The email delivery was the result of an internal 
>>> update process and will not affect your usage of any Google Cloud Platform 
>>> services. Any other accounts you have which still have active billing are 
>>> also unaffected.
>>>
>>>
>>> ..brad
>>>
>>>
>>>  On Wed, Jan 8, 2014 at 10:32 PM, Stefano Ciccarelli >> > wrote:
>>>
  I've received the same email a few hours ago and I don't know why!

 Il giorno giovedì 9 gennaio 2014, Tapir ha scritto:

 This the title of the email I just received from 
> billing-nore...@google.com 
>
> The content is:
> 
> You've successfully cancelled your Google Cloud Platform account.
>
> Note: because it can take several days for any remaining ad costs to 
> affect your balance, you might be charged one more time.
> ---
> But I have done nothing on my Google Cloud items recently.
> Have anyone else also received such email recently?
>
> Is my account hacked?
> I looks all my billed apps run well now.
>
>  -- 
> 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 group, send email to google-appengine@googlegroups.com
> .
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>


 -- 
 Nel mondo esistono 10 categorie di persone, quelle che capiscono il 
 binario e quelle che non lo capiscono.

  -- 
 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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.co

[google-appengine] Re: App engine examples and documentation suck -Don't waste your time

2014-01-09 Thread timh
How is listbucket not capable of listing files in your bucket ?  
https://developers.google.com/appengine/docs/python/googlecloudstorageclient/functions#listbucket

GCS works like S3, these are all read, write only and delete.  Neither 
support append to a particular file.

On Thursday, January 9, 2014 6:30:30 AM UTC+8, joe.sh...@gmail.com wrote:
>
> The latest one killing me is the Google Cloud Storage client API. You can 
> write to a file (write only, not append), but there is no API to list or 
> search the files in your bucket.
>
> I don't understand how an API to store data ala a file system approach 
> would be produced without that. Really don't understand why you'd release 
> the API without it.
>
> (Yes, you can use the RESTful URL's and fiddle around to achieve the 
> purpose. I consider that a hack if you've chosen to use the GCS client API).
>
>
> On Wednesday, December 4, 2013 5:59:31 AM UTC+11, kingofrockinsf wrote:
>>
>>
>> Despite what Google claims ,you are not going to get an app up and 
>> running quickly on App Engine.
>>
>> Other than the crappy guestbook example ,the Java examples for app engine 
>> are missing a lot of explanation.
>>
>> I have been trying for two days to get the Tic Tac Toe (Java) example 
>> working .
>>
>> It took a long time to figure out how to see the API working as a test.
>> The only part of it that works is  when you manually put in  a display 
>> board call in appspot API explorer.
>>
>> It still doesn't work when you try to access it as a normal web page 
>> directly from eclipse .
>>
>> The OAuth part of it is a joke .
>> Even if you are already logged in to gmail and have the email address 
>> listed under permis(sions ,the authentication fails and it doesn't let you 
>> retry authentication. The Auth page only appears the first time you try it. 
>>
>> For an example app ,the explanation and functionality is awful.
>> This seem typical of the documentation for this service ,in general.
>>
>>

-- 
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 group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Google Cloud Platform - Account cancelled.

2014-01-09 Thread Nick
I'm assuming this email is a new feature of the cancellation process? And 
the reason everyone got it is that it acted retrospectively on rollout? The 
update email (same as the message below) doesn't actually clarify if this 
was mistakenly sent, or if someone actually cancelled one of my projects.

It would be (and very much would have been) useful to have the project name 
or id in the message. Sitting across upwards of 30 projects, this email 
scared the hell out of me.


On Friday, January 10, 2014 4:22:40 AM UTC+11, Brad Abrams wrote:
>
> Yes -- sorry about that.  You may recently have received an automated 
> email with the subject line: "Google Cloud Platform - Account cancelled". 
> If you did not receive this email please disregard the rest of this message.
>
> The email was sent to you because one or more of your projects in Google 
> Cloud Platform had previously been enabled for billing, but is now 
> cancelled or terminated. The email delivery was the result of an internal 
> update process and will not affect your usage of any Google Cloud Platform 
> services. Any other accounts you have which still have active billing are 
> also unaffected.
>
>
> ..brad
>
>
> On Wed, Jan 8, 2014 at 10:32 PM, Stefano Ciccarelli 
> 
> > wrote:
>
>> I've received the same email a few hours ago and I don't know why!
>>
>> Il giorno giovedì 9 gennaio 2014, Tapir ha scritto:
>>
>> This the title of the email I just received from 
>>> billing-nore...@google.com 
>>>
>>> The content is:
>>> 
>>> You've successfully cancelled your Google Cloud Platform account.
>>>
>>> Note: because it can take several days for any remaining ad costs to 
>>> affect your balance, you might be charged one more time.
>>> ---
>>> But I have done nothing on my Google Cloud items recently.
>>> Have anyone else also received such email recently?
>>>
>>> Is my account hacked?
>>> I looks all my billed apps run well now.
>>>
>>>  -- 
>>> 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 group, send email to google-appengine@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>> -- 
>> Nel mondo esistono 10 categorie di persone, quelle che capiscono il 
>> binario e quelle che non lo capiscono.
>>
>>  -- 
>> 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-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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 group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Google Cloud Platform - Account cancelled.

2014-01-09 Thread Brad Abrams
Yes -- thanks for the feedback.   We understand these emails need to
contain more information to be actionable.   Thanks for your patience as we
work this out.

..brad


On Thu, Jan 9, 2014 at 2:23 PM, Nick  wrote:

> I'm assuming this email is a new feature of the cancellation process? And
> the reason everyone got it is that it acted retrospectively on rollout? The
> update email (same as the message below) doesn't actually clarify if this
> was mistakenly sent, or if someone actually cancelled one of my projects.
>
> It would be (and very much would have been) useful to have the project
> name or id in the message. Sitting across upwards of 30 projects, this
> email scared the hell out of me.
>
>
> On Friday, January 10, 2014 4:22:40 AM UTC+11, Brad Abrams wrote:
>
>> Yes -- sorry about that.  You may recently have received an automated
>> email with the subject line: "Google Cloud Platform - Account cancelled".
>> If you did not receive this email please disregard the rest of this message.
>>
>> The email was sent to you because one or more of your projects in Google
>> Cloud Platform had previously been enabled for billing, but is now
>> cancelled or terminated. The email delivery was the result of an internal
>> update process and will not affect your usage of any Google Cloud Platform
>> services. Any other accounts you have which still have active billing are
>> also unaffected.
>>
>>
>> ..brad
>>
>>
>> On Wed, Jan 8, 2014 at 10:32 PM, Stefano Ciccarelli 
>> wrote:
>>
>>> I've received the same email a few hours ago and I don't know why!
>>>
>>> Il giorno giovedì 9 gennaio 2014, Tapir ha scritto:
>>>
>>> This the title of the email I just received from
 billing-nore...@google.com

 The content is:
 
 You've successfully cancelled your Google Cloud Platform account.

 Note: because it can take several days for any remaining ad costs to
 affect your balance, you might be charged one more time.
 ---
 But I have done nothing on my Google Cloud items recently.
 Have anyone else also received such email recently?

 Is my account hacked?
 I looks all my billed apps run well now.

  --
 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 group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.

>>>
>>>
>>> --
>>> Nel mondo esistono 10 categorie di persone, quelle che capiscono il
>>> binario e quelle che non lo capiscono.
>>>
>>>  --
>>> 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-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>>
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> 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 group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Google Cloud Platform - Account cancelled.

2014-01-09 Thread Brad Abrams
Yes -- sorry about that.  You may recently have received an automated email
with the subject line: "Google Cloud Platform - Account cancelled". If you
did not receive this email please disregard the rest of this message.

The email was sent to you because one or more of your projects in Google
Cloud Platform had previously been enabled for billing, but is now
cancelled or terminated. The email delivery was the result of an internal
update process and will not affect your usage of any Google Cloud Platform
services. Any other accounts you have which still have active billing are
also unaffected.


..brad


On Wed, Jan 8, 2014 at 10:32 PM, Stefano Ciccarelli
wrote:

> I've received the same email a few hours ago and I don't know why!
>
> Il giorno giovedì 9 gennaio 2014, Tapir ha scritto:
>
> This the title of the email I just received from
>> billing-nore...@google.com
>>
>> The content is:
>> 
>> You've successfully cancelled your Google Cloud Platform account.
>>
>> Note: because it can take several days for any remaining ad costs to
>> affect your balance, you might be charged one more time.
>> ---
>> But I have done nothing on my Google Cloud items recently.
>> Have anyone else also received such email recently?
>>
>> Is my account hacked?
>> I looks all my billed apps run well now.
>>
>>  --
>> 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 group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
> --
> Nel mondo esistono 10 categorie di persone, quelle che capiscono il
> binario e quelle che non lo capiscono.
>
>  --
> 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 group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Implementing OAuth 2.0 'application only authentication' on App Engine

2014-01-09 Thread Vinny P
On Mon, Jan 6, 2014 at 4:39 PM, Dan  wrote:

> I have an App Engine server that provides a REST API and would like to
> protect it with OAuth 2.0. Applications that use my REST API will be run on
> headless servers and not have any user input i.e. no web browser redirects
> for users to enter their username and password.
> Twitter does more or less what I want with its Application Only 
> Auth which
> uses the Client Credentials 
> Grant approach
> of OAuth 2.0.
> Does the App Engine OAuth 
> service allow
> me to do this? If so how? (I find the documentation confusing and can't get
> a 2-legged approach to work in any case.) Otherwise where should I look for
> an alternative as I don't want to reinvent the wheel especially with
> security related parts of my app.
>
>

At some point a user needs to get involved: even with Twitter
Application-Only Auth an application must provide a consumer key and secret
which is presumably supplied by a user one way or another.

There are a couple of options here:

1. Your API can implement its own OAuth service. There are libraries
available to simplify this: http://oauth.net/code/
2. You can use Google Accounts OAuth for Devices flow, outlined here:
https://developers.google.com/accounts/docs/OAuth2ForDevices . During setup
the client applications will need to have user interaction, but not too
much; once the authorization occurs the access and refresh tokens can be
used indefinitely.
3. Use the App Engine OAuth service, but work out a way to have a user
configure the client application initially, then run headless for
production.


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Can not deploy to server

2014-01-09 Thread Vinny P
On Wed, Jan 8, 2014 at 9:05 AM, Toan M. Ha  wrote:

> GAE make me crazy today, I can not deploy the last version of source code
> It is the error log:
>
>   File
> "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/appcfg.py",
> line 1924, in Commit
> raise RuntimeError('Version not ready.')
> RuntimeError: Version not ready.
>
> Would you give me instructions for pass this issue
>


Try rolling back the last update to your application by running *appcfg.py
rollback [application directory path]*.

Most of the time, these deploy errors are transient; the problem should fix
itself sooner or later. If the problem persists, file a production issue on
the tracker.


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.