Re: [google-appengine] Objectify in google apps

2016-03-28 Thread Sanujit Routray
 is it  the sql joins can be handled by the objectify, if there is any
pointer which can help us
.
Regards,
Roy

On Sun, Mar 27, 2016 at 1:03 AM, Jeff Schnitzer  wrote:

> These are apples and oranges.
>
> What you’re really asking for are the advantages and disadvantages of
> relational databases vs the datastore (Hibernate and Objectify are merely
> ways of accessing those two types of stores, respectively).
>
> The datastore is great from a “fire and forget it” perspective - it scales
> to any data volume without maintenance. It is also great for storing tree
> structured and polymorphic data of the sort that would tend to produce huge
> numbers of tables in a traditional schema.
>
> Relational databases are better for aggregation and analytics. They also
> are better for ad-hoc queries. But you have to be careful while scaling
> them.
>
> There’s no single answer. We use both.
>
> Jeff
>
> On Sat, Mar 26, 2016 at 11:13 AM, Sanujit Routray <
> routray.sanu...@gmail.com> wrote:
>
>> Hi,
>>
>> I would like to know what is the advantage of using objectify over
>> hibernate,  is it possible to migrate hibernate to objectify can we able to
>> build a one to many relationship using objectify. we want to deploy a
>> application in google apps, let me know how it can be achieved.
>>
>> Thanks
>> roy
>>
>> --
>> 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 https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/7734c228-97c7-4459-a692-13a2a4696867%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/hSukCRpvsEM/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/CADK-0uh%3DQg5gH8%3DC8_hVR6ceArsd0LLp%2BmDSj6%3DbZAYGjZXrog%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMuszCw_8HNO7UaBQMJhRC1XoQqfKupMqteQT7rAjQCPKhgByA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Getting "Unsupported filesystem" when initiating gae backup.

2016-03-28 Thread Jay
Ah, well it turned out it was the old "/gs/..." bucket name thing. I was a 
bit confused by the documentation. It said something about "older app 
engine" and I thought the "/gs/..." was no longer required in all cases.

On Monday, March 28, 2016 at 2:57:28 PM UTC-5, Jay wrote:
>
> This just started happening all of a sudden. This is a python27 app engine 
> environment. I am trying to backup to a google cloud storage bucket in a 
> different project. I have successfully backed up from this project to the 
> google storage project many times in the past so I know permissions are OK. 
> I just started getting this Unsupported filesystem message today.
>
> I thought I would check in here to see if anyone else has seen this issue 
> recently.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1a337fb9-4828-4ebd-82bd-f671a007fef4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] The SSL certificate provided could not be inserted

2016-03-28 Thread Feng Zhou

I use google app engine trying to add ssl for custom domain. I use naked 
domain. After "PEM encoded X.509 public key certificate" and "Unencrypted 
PEM encoded RSA private key" uploaded. "The SSL certificate provided could 
not be inserted." is returned. I use https://www.sslchecker.com check 
private key/ssl match. It matches. What's wrong? I use key size "RSA 2048", 
nothing wrong ordering the concatenated certificates. Thank you.

Also, I raised spending limit on application setting. doesn't work.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1b5bb12e-6687-4c8d-9ba6-89b326b2797f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Getting "Unsupported filesystem" when initiating gae backup.

2016-03-28 Thread Jay
This just started happening all of a sudden. This is a python27 app engine 
environment. I am trying to backup to a google cloud storage bucket in a 
different project. I have successfully backed up from this project to the 
google storage project many times in the past so I know permissions are OK. 
I just started getting this Unsupported filesystem message today.

I thought I would check in here to see if anyone else has seen this issue 
recently.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/84058eb3-9dbe-4af4-8634-00e75706b910%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: urlfetch.fetch reporting inconsistent results?

2016-03-28 Thread Diego Marchi
Unfortunately this is not an option :(

On Wednesday, March 23, 2016 at 12:47:45 PM UTC-7, Kaan Soral wrote:
>
> As a very sincere suggestion, try not to build anything for fb at all, if 
> you can (and for instagram/twitter for that matter)
>
> It's basically a trap for developers, you waste your resources (i), there 
> is no positive outcome at all, even if you manage to get a positive 
> outcome, it will be terminated with various excuses and sometimes no 
> excuses at all
>
> More on topic, unexplainable fb api failures are pretty common, I just 
> ignore them at this point, try not to lose time on it, if it's not mission 
> critical, in some months, it may even fix itself, even if you report it to 
> fb and it gets accepted as a bug, don't expect a swift solution (because 
> (i))
>
> The only valid fb api usage at this point is b2b apps, where the 
> end-business is the ones that are trapped, like page owners etc., you might 
> profit from selling apps to them while their waste their times with their 
> fb pages, even in this case, if you are not at the point of no return, 
> return and do something useful :)
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/82b8a37e-1347-44f2-bd99-4bcccf8c7fc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: urlfetch.fetch reporting inconsistent results?

2016-03-28 Thread Diego Marchi
I don't think it's something that has to do with that kind of restrictions. 
I can get the response just fine using my local machine or any other 
machine.

If the graph api is the culprit then it's because it's limiting the access 
to GAE perhaps, but that would not explain why it works for most pages and 
not for others.

On Wednesday, March 23, 2016 at 12:21:23 PM UTC-7, Joshua Johnston wrote:
>
> See 
> http://stackoverflow.com/questions/6843796/graph-api-returns-false-or-unsupported-get-request-accessing-public-facebook
>  
> and 
> http://stackoverflow.com/questions/13739609/unsupported-get-request-in-facebook-graph-api
>  
> on stack overflow.
>
> It may be restrictions set on the page around Country / Age / Page 
> Visibility. It may also be because the page does not have enough likes yet 
> (< 25)
>
> On Wednesday, March 23, 2016 at 1:06:33 PM UTC-4, Diego Marchi wrote:
>>
>> Hello Luciano,
>>
>> thanks for your answer. As you suggested I've upgraded my local 
>> dev_appserver version to 1.9.34.
>>
>> *GraphMethodException* is related to a search that cannot be served by 
>> the Graph API since there is no handler for it. I don't think this is the 
>> case since, as mentioned, I can access the same url I query from the GAE 
>> instance, using CURL and in that case I obtain a valid result and not an 
>> exception. 
>> It works also on my local instance, when I use the interactive console 
>> and use urlfetch.fetch. It also works when I fetch the sm API url from 
>> inside my program on my local machine.
>>
>> Summarizing:
>> - from terminal: 
>> curl "
>> https://graph.facebook.com/v2.3/184277601936688?access_token=xxx; 
>> *WORKS*
>>
>> - from local instance:
>> from google.appengine.api import urlfetch
>>
>>
>> u = urlfetch.fetch("
>> https://graph.facebook.com/v2.3/184277601936688?access_token=xxx;
>> )
>> print u.content
>> *WORKS*
>>
>> *- *from local instance program runs and visits API endpoint: *WORKS*
>>
>> - from GAE remote instance
>> from google.appengine.api import urlfetch
>>
>> u = urlfetch.fetch("
>> https://graph.facebook.com/v2.3/184277601936688?access_token=x;)
>>
>> print u.content
>> *DOES NOT WORK*
>>
>> *- *from remote instance program runs and visits API endpoint: *DOES NOT 
>> WORK* 
>>
>> At the present time, I cannot find the problem. I thought it could be 
>> that facebook just cut off requests coming from GAE or certain ips... but 
>> it does NOT happen for all the facebook ids I try to query, only for some 
>> of them.
>>
>>
>> On Thursday, March 17, 2016 at 10:09:26 PM UTC-7, Luciano Pacheco wrote:
>>>
>>> Hello Diego,
>>>
>>> I'm Luciano from Google Cloud Support.
>>>
>>> The issue mentioned on the email you that received yesterday has been 
>>> fixed. So the error you're experiencing is unrelated.
>>>
>>> I searched online for "facebook graphapi GraphMethodException" and it 
>>> seems related to some permissions on the Facebook app or entity being 
>>> updated, see this stackoverflow question 
>>> 
>>>  for 
>>> example.
>>>
>>> I also suggest you to upgrade your local environment from 1.9.20 to our 
>>> latest version 1.9.34 .
>>>
>>> Cheers,
>>>
>>> Luciano Pacheco
>>>
>>> On Friday, March 18, 2016 at 5:26:13 AM UTC+11, Diego Marchi wrote:


 urlfetch.fetch is reporting inconsistent results when querying the 
 facebook graph api. If I curl the same URL from my terminal, it works 
 fine. 
 It works ok also using the local instance of the GAE with dev_appserver.py.

 I am using a mac and the dev_appserver version on my local is 1.9.20. I 
 am using Python.

 I cannot share the access token, but the url I am trying to reach is "
 https://graph.facebook.com/v2.3/184277601936688; - from the remote 
 instance I saw the logs reporting this:
 {
"error": {
   "message": "Unsupported get request. Please read the Graph API 
 documentation at https://developers.facebook.com/docs/graph-api;,
   "type": "GraphMethodException",
   "code": 100,
   "fbtrace_id": "He4bs+MI7Qs"
}
 }

 but with curl and also on my local instance, I get a proper response 
 and a JSON document.

 anybody has any advice on this? I received an email yesterday from 
 google, stating that url_fetch has some inconsistend behaviour and I 
 believe I stumbled in it. They say to contact their support in this case 
 but where can I reach them?

 Thanks

>>>

-- 
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 

[google-appengine] billing account suspended

2016-03-28 Thread satish bhoyar
I have created a Project on google cloud console also created a billing 
account , (I was on trial period for google cloud services), recently I 
received and email from google support that my account is being suspended 
and also it says google have right to do that so. 
Note :- I am using Google Cloud services using Google for work email id 
which our company bought services from google.

I have folloing question,
-  what could be the reason Google would discontinue my billing account?
- Does this means my project will not work ? ( But I still see it is 
working , and I am not charged by google yet,after the trial period is 
over).
- Will this work if I create new project and create new billing account?

This is very much urgent for me as this is affecting my work. I tried to 
reach google cloud support but got only half baked information and not 
support further. 

Also if this group is not relevant for this question let me know where I 
can post it?

Thanks,
Satish

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fd2fbd3e-6ed3-4e7b-b226-6b2126cbcaea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Deployment issues

2016-03-28 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Mayank,

I understand that you're seeing some issues in deployment to via your 
bitnami-jenkins GCE instance. While connection issues in a cloud 
environment are to be expected, the tools we use to make connections should 
be fault-tolerant although this isn't always automatically the case. It 
appears that some aspect of your deployment system is failing when a 
connection to Cloud Storage fails. Your post didn't make it quite clear 
exactly how this manifests, as full system and logs context were not given. 
However, there is enough information to make clear that you need to contact 
either Cloud Platform or Bitnami support. You could either try to report it 
in the Cloud Platform Public Issue Tracker 
, or use the 
recommended path from the documentation 
, 
which explains:

Free support is provided via our community site 
>  by the Bitnami team. For free 
> support, we do not provide a guaranteed response time, however we do our 
> best to respond to questions within 24 hours Monday through Friday.
>
 

 *Go to Bitnami support (community.bitnami.com) 
> *


> Additional Google Cloud Platform technical support is available as a paid 
> package from Google Cloud Support .


Either way you will shortly be in touch with someone who can assist you 
further. Be sure to provide full context of how you run the deployment, how 
you gather the error, all messages which are output, etc.

If there's anything else you feel I could assist with here, feel free to 
let me know and I'll do my best to answer any questions.

Sincerely,

Nick
Cloud Platform Community Support 

On Monday, March 28, 2016 at 5:55:08 AM UTC-4, Mayank Bhagya wrote:
>
> We face this issue every day. And no, I am not exaggerating.
> EVERY SINGLE DAY!
>
> Every day, from about 12 in the afternoon to 5 in the evening (GMT+0530), 
> the push-to-deploy bitnami-jenkins setup complains that it couldn't copy 
> files to cloud storage.
> The error is intermittent. Certain deployments succeed in first attempt, 
> some others in second and some others don't complete for hours!
>
> Today we have to deploy a critical fix and this thing is not ready to 
> deploy!
>
> Here are some logs:
>
> Updating module [default]...-
> Updating module [default]...\
> Updating module [default]...|
> Updating module [default].../
> Updating module [default]...-
> Updating module [default]...failed.
> ERROR: (gcloud.preview.app.deploy) Error Response: [13] Errors were 
> encountered while copying files to App Engine.
>
> Details: [
>   [
> {
>   "@type": "type.googleapis.com/google.rpc.ResourceInfo",
>   "description": "Error reading from Google Cloud Storage.",
>   "resourceName": 
> "https://storage.googleapis.com/staging.myappname.appspot.com/9daf160fc37b8d609092a9f47367188d596ab34e.jpeg;,
>   "resourceType": "file"
> }
>   ]
> ]
>
>
> Do you think adding more features and not addressing bugs like these will 
> make your customers' life easy?
> Whatever happened to quality. 
> Can Google folks be serious enough and understand the impact of such 
> issues?
>
> Having downtime in an application is not a joke. 
> Not everybody ships with 'beta' quality.
>
> Please look into this issue asap and let me know if you know anything from 
> my side.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5071c941-c48d-4362-9e6c-c5574a2e4d22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: my git repo is empty

2016-03-28 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Andrew, 

Seconding what Nickolas has recommended in the general case that you have 
an issue in production to request feedback / guidance on (or if you merely 
want to report it), although in this specific case, since the issue should 
be a relatively quick investigation and you've supplied all necessary 
information, I'll be happy to look into the issue from this thread alone. 
For anything other than one-off spot-checks, it's 100% advisable to post in 
the Public Issue Tracker, otherwise.

Expect a response on or before April 1st.

Cheers!

Nick
Cloud Platform Community Response

On Saturday, March 26, 2016 at 12:11:09 PM UTC-4, Andrew Arrow wrote:
>
> also empty. I think during a transition from old app engine to new 
> gcloud google lost my code? I want to submitt a support request but 
> I'm on free plan. 
>
>
> On 3/26/16, Mihail Russu  wrote: 
> >>Where's my code? 
> > Check the Downloading source code 
> > <
> https://cloud.google.com/appengine/docs/python/tools/uploadinganapp#Python_Downloading_source_code>
>  
>
> > section 
> > to see if it'll help... 
> > 
> > On Saturday, March 26, 2016 at 1:18:16 AM UTC+2, Andrew Arrow wrote: 
> >> 
> >> my site has been running for a year at: 
> >> 
> >> https://static-1064.appspot.com/ 
> >> 
> >> I went to clone the repo: 
> >> 
> >> https://source.developers.google.com/p/static-1064/r/default 
> >> 
> >> and it clones an empty repo. Where's my code? 
> >> 
> >> 
> > 
> > -- 
> > You received this message because you are subscribed to a topic in the 
> > Google Groups "Google App Engine" group. 
> > To unsubscribe from this topic, visit 
> > 
> https://groups.google.com/d/topic/google-appengine/WCz0JORRoQ0/unsubscribe. 
>
> > To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/google-appengine/5e58dc33-0d0d-4c43-8719-f0c4df7f6638%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
> > 
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b92d9831-1e5f-455a-9a75-9f96437e0ba1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cannot send mail

2016-03-28 Thread Rob Williams
Hi Nick,

>From your link:

"Using SendGrid *can* improve your deliverability and provide transparency 
into what actually happens to those emails your app sends." That's the 
extent of the recommendation?

Reading the docs - there's nothing super compelling to try SendGrid. The 
App Engine Mail API is fully featured and fully documented. If people have 
followed this documentation and internal changes are going to cripple their 
apps - this really needs to be made clearer...

Thanks.



On Thursday, March 24, 2016 at 7:22:08 PM UTC-4, Nick (Cloud Platform 
Support) wrote:
>
> Hey All,
>
> As some post-mortem analysis as requeset by Gert:
>
> These issues just happened to be fixed by a change made to the way the 
> mail filters determined what was spam and what wasn't. Some points to note:
>   
> There is no guarantee it won't happen in the future and GAE doesn't 
> provide insight into dropped messages for the most part. 
>
> The best advice we can really give is to move to Sendgrid if you have a 
> higher standard requirement for programmatic email sending, and this is 
> recommended in the documentation. Sendgrid has SLAs and other stuff 
> surrounding mail delivery which put it above the Mail API, which is 
> recommended for admin mail and other light tasks. It also gives users more 
> visibility into what's actually going on with the mail than the Mail API 
> [1]. 
>
> [1] https://cloud.google.com/appengine/docs/php/mail/sendgrid
>
> Cheers!
>
> Nick
> Cloud Platform Community Support
>
> On Wednesday, March 23, 2016 at 9:35:40 PM UTC-4, Gert wrote:
>>
>> For me it's working thanks, can we have a explanation please what went 
>> wrong?
>>
>> On Thursday, March 24, 2016 at 12:25:37 AM UTC+1, Nick (Cloud Platform 
>> Support) wrote:
>>>
>>> This issue appears to have been resolved. If anybody is still 
>>> experiencing the issue, feel free to post in the linked PIT thread and / or 
>>> here and we can look into your specific case.
>>>
>>> Cheers!
>>>
>>> Nick
>>> Cloud Platform Community Support
>>>
>>> On Wednesday, March 16, 2016 at 12:42:24 PM UTC-4, Nick (Cloud Platform 
>>> Support) wrote:

 Hey All,

 Thanks for your reports. We're noticing that there are more than a 
 normal number of reporters on this issue and we're looking into it with a 
 high priority. Feel free to post the specific details of your case in a 
 self-contained comment on the thread linked above (now public again) and 
 we'll take it into account. If, after the resolution of this issue, yours 
 turns out to be slightly different, or persists, feel free to post an 
 entirely separate thread. We'll be, as always, actively monitoring the new 
 threads and will respond quickly with questions or progress updates.

 On Tuesday, March 15, 2016 at 11:49:36 AM UTC-4, Rob Williams wrote:
>
> Sounds like it's happening to a big number of sites.
>
> I wonder how many people it's happening to that just haven't noticed 
> it yet...
>
> On Tuesday, March 15, 2016 at 7:23:35 AM UTC-4, Gert wrote:
>>
>> https://code.google.com/p/googleappengine/issues/detail?id=12819
>>
>> Can this be a higher priority please then medium. Not be able to send 
>> confirmation mails is critical to my app
>>
>> On Friday, March 11, 2016 at 1:59:56 AM UTC+1, Nick (Cloud Platform 
>> Support) wrote:
>>>
>>> Hey Mark,
>>>
>>> We continue to look into this issue. The best thing to do would be 
>>> to create a Public Issue Tracker thread with your specific information 
>>> so 
>>> that we can have a focused and clear context in which to track your 
>>> issue, 
>>> which might be different or overlapping (we don't know from this 
>>> point). We 
>>> monitor the Public Issue Tracker every day, so not to worry, we'll be 
>>> in 
>>> contact quickly after your posting.
>>>
>>> On Thursday, March 10, 2016 at 8:15:46 AM UTC-5, Marek Dusek wrote:

 Hello,

 may I ask how you solved the issue (as the link is no longer valid 
 and the ticket ID disappeared from the public ticket listing)?

 We are facing similar issue on our GAE application - emails 
 suddenly (within last days) stopped being delivered, although no 
 change was 
 made to the settings or code (and the mail quota in dev console is 
 being 
 updated properly).

 I believe there are similar posts on SO without any conclusion.

 Thank you,
 Marek Dusek

 On Friday, March 4, 2016 at 9:58:57 PM UTC+1, Nick (Cloud Platform 
 Support) wrote:
>
> Hey Rob,
>
> Thanks for the link, and for posting in the right place :) We'll 
> be active on that thread shortly. 
>
> On Friday, March 4, 2016 at 10:56:02 AM UTC-5, Rob Williams wrote:

[google-appengine] Looking for C++ Developer for San Jose, CA

2016-03-28 Thread Manu Priya
Hi



Please find the requirement below and let me know your interest...



Role: C++ Developers

Location: San Jose, CA

Start date: April 1st week

Duration: 12+ Months

Phone and Skype



*Skill sets needed:*



· C++ (must have)

· Core Java (great Plus)

· SQL (must have)

· Oracle (must have)

· XML (must have)

· GMock (desirable)

· Unix/Linux (must have)

· REST (desirable)

· GIT (desirable)

· Strong OO Design and development experience

· Product Development teams experience

· Super strong in Data-structure and Algorithm





*Thanks and Regards,*



*Manu Priya*

*Sr. Technical Recruiter*

*IDC Technologies*

*1851 McCarthy Boulevard, Suite 116|Milpitas, CA , USA, 95035*

*408-459-5794 [Direct]  I **manu.pr...@idctechnologies.com*


*www.idctechnologies.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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAN7w0kS271TmjimfTwuUK3MDaD6o1n3up49Ux-0ezxwRJo%3D2iA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Deployment issues

2016-03-28 Thread Mayank Bhagya
We face this issue every day. And no, I am not exaggerating.
EVERY SINGLE DAY!

Every day, from about 12 in the afternoon to 5 in the evening (GMT+0530), 
the push-to-deploy bitnami-jenkins setup complains that it couldn't copy 
files to cloud storage.
The error is intermittent. Certain deployments succeed in first attempt, 
some others in second and some others don't complete for hours!

Today we have to deploy a critical fix and this thing is not ready to 
deploy!

Here are some logs:

Updating module [default]...-
Updating module [default]...\
Updating module [default]...|
Updating module [default].../
Updating module [default]...-
Updating module [default]...failed.
ERROR: (gcloud.preview.app.deploy) Error Response: [13] Errors were encountered 
while copying files to App Engine.

Details: [
  [
{
  "@type": "type.googleapis.com/google.rpc.ResourceInfo",
  "description": "Error reading from Google Cloud Storage.",
  "resourceName": 
"https://storage.googleapis.com/staging.myappname.appspot.com/9daf160fc37b8d609092a9f47367188d596ab34e.jpeg;,
  "resourceType": "file"
}
  ]
]


Do you think adding more features and not addressing bugs like these will 
make your customers' life easy?
Whatever happened to quality. 
Can Google folks be serious enough and understand the impact of such issues?

Having downtime in an application is not a joke. 
Not everybody ships with 'beta' quality.

Please look into this issue asap and let me know if you know anything from 
my side.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ffb21e1a-ecb7-4638-9e4f-b368355cb377%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.