Re: [google-appengine] Re: My site scraped with app on appspot.com

2015-07-10 Thread Eduard Dimitrov
Thank you very much, Patrice. -- 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

[google-appengine] Re: Wrong data storage in GAE NDB

2015-07-10 Thread Christian F. Howes
depending on how many writes you expect per second, transactions might be sufficient to solve the problem. they are write rate limited, so you may still need sharded counters or some other way to batch writes as suggested by Ryan. On Thursday, July 9, 2015 at 4:33:42 AM UTC-7, Ankur Jatt

[google-appengine] Re: Page from appspot.com scrape my website

2015-07-10 Thread Eduard Dimitrov
Yes, Google is not the owner, I know. I just fill the form. Thank you 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 an email to

[google-appengine] queue.yaml and gcloud run

2015-07-10 Thread Dor litay
Hello all, How I can use 'queue.yaml' with gcloud preview app run ? I could not find any instructions, and when I just try to add it to the run list, I get the following error: google.appengine.api.yaml_errors.EventError: Unexpected attribute 'queue' for object of type AppInfoExternal.

[google-appengine] Re: Java: Precompilation fails.

2015-07-10 Thread Avanish Raju
I checked again, and noticed both have been updated. However, using 1.9.23 doesn't fix the errors either. On Tue, Jul 7, 2015 at 9:20 PM Avanish Raju yar...@gmail.com wrote: Hi Patrice, Thanks for getting back. I've ensured that both my gradle plugin and AppEngine SDK are up-to-date, and

Re: [google-appengine] Upcoming changes to App Engine support in the Google Cloud SDK

2015-07-10 Thread troberti
What about a git mirror of the App Engine SDK on github.com/GoogleCloudplatform ? In that way, we can conveniently add it is a submodule to our projects and easily update when needed. On Thursday, July 9, 2015 at 12:16:01 AM UTC+2, Andrew Jessup wrote: Hey Karl, 1. The ambition is that we

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

2015-07-10 Thread Nick (Cloud Platform Support)
Hi Jeff, I had just linked the TOS since it depends in what manner you mean whitelabel to perhaps activate clauses related to reselling, although I'm not a lawyer, so don't take anything as binding, and just based on a layman's reading of the terms, it seems the whitelabel is being

[google-appengine] Datastore Library for PHP in 2.0 beta (php-gds)

2015-07-10 Thread Tom Walder
Hi there, For anyone that is interested or wants to help with beta testing... Version 2.0 of the PHP-GDS library for accessing Datastore from PHP on App Engine (or not) is in beta. https://github.com/tomwalder/php-gds Here's a copy of the New in 2.0 section: New features in 2.0 include

[google-appengine] Re: cannot deploy managed VMs

2015-07-10 Thread pdknsk
Just want to add that I've found the problem, in case anyone is curious. It was a line that I added to the .dockerignore file. I'm not sure why. It has an interesting and potentially very expensive (due to 10 minute penalty for creating an instance) effect. Instances keep getting created and

[google-appengine] Re: plan to support persistent disks in managed VMs?

2015-07-10 Thread Patrice (Cloud Platform Support)
Hi! Thank you for your question. We don't disclose our roadmaps or plans for the future regarding our products, so unfortunately, I cannot tell you if this is indeed on its way or not. If you want to put a bigger emphasis on your request and ask us to work on it, you could always open a

[google-appengine] Re: cannot deploy managed VMs

2015-07-10 Thread Nick (Cloud Platform Support)
Hey pdknsk, I was following the issue and looking into it in the public issue tracker thread you created. While it's not generally a good idea to cross-post issues like this, since the forum here is meant for more general discussion rather than specific technical issues, I must say it's

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

2015-07-10 Thread Jeff Schnitzer
One more data point. Trying to upload a file via the Storage Browser gives me Backend Error: http://monosnap.com/image/0pWxvlS0jXgGtGsryv5E3zgnMMpfm9.png This bucket seems to be broken somehow. How can I get it fixed? Thanks, Jeff On Thu, Jul 9, 2015 at 10:07 AM, Jeff Schnitzer

[google-appengine] Re: Datastore Library for PHP in 2.0 beta (php-gds)

2015-07-10 Thread Patrice (Cloud Platform Support)
Hi Tom, I must say, not coding often in PHP, I don't really know how to use your library. But I can attest from your activity on Stack that you support it greatly and you know your datastore stuff, so I can only assume this is amazing! I'm looking it up right now, but I'd like to already

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

2015-07-10 Thread Jason Collins
*It sounds like, for now, the only way to get the truth from the CustomDomains page is to always have all domains added/removed by a single Googleuser account, and only look at that page from that account. Right? It seemscrazy but ok. * This is right. And yes it seems crazy. On Thursday,

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

2015-07-10 Thread Nick (Cloud Platform Support)
Hey Phil, That does indeed seem strange. With no ability to reproduce it, it's unlikely we can gather any useful information at this point, and it seems as though the dialog shouldn't be related at all. Glad to hear you've got things working, at any rate, and good luck building whatever it

[google-appengine] Re: Datastore Library for PHP in 2.0 beta (php-gds)

2015-07-10 Thread Tom Walder
Wow, thanks for the vote of confidence! I certainly hope it helps some people out - Datstore has a lot to offer, and making it more accessible to PHP developers is what this library is all about! Tom -- You received this message because you are subscribed to the Google Groups Google App

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

2015-07-10 Thread Phil Side
Hi Nick, It's working now. The fix was either an extremely weird bug, or there was an an amazing coincidence. I tried to create the the project several times over the period of a few hours, always with the same error. I gave it one more try, and it failed again. I then dismissed that billing

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

2015-07-10 Thread Patrice (Cloud Platform Support)
Hmmm that is very peculiar. Is it something that is reproducible on OTHER buckets in the same project? Because as you say, this bucket seems to be completely off. If you can reproduce on another bucket in the same app, this might be something else. Cheers, and have a good weekend :) On

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

2015-07-10 Thread Patrice (Cloud Platform Support)
Hi Dor, Unless there's something I'm missing, when you run devserver with queues, you never target your queues.yaml directly. If you run with dev_appserver.py, for instance you call it on your app itself, and the queue.yaml just follows. Did you try gcloud preview app run app.yaml? Cheers!

[google-appengine] Re: cannot deploy managed VMs

2015-07-10 Thread pdknsk
Basically I followed up here to say that I'm to blame, not Google. -- 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] Re: 503 errors uploading to GCS via blobstore API

2015-07-10 Thread Jeff Schnitzer
Other buckets seem to work fine. However, I need the bucket returned from AppIdentityServiceFactory.getAppIdentityService().getDefaultGcsBucketName(), otherwise my build and deploy process gets complicated. I just created a new appid in the new console, -demo2, and uploaded my code. This did not

[google-appengine] Cant deploy wordpress2blogger app engine

2015-07-10 Thread tumblrvip4 tumblrvip4
i upload the script python convert wordpress to blogger and the host when i want to convert file show me this The server encountered an error and could not complete your request. Please try again in 30 seconds. http://islamvip-1002.appspot.com/ -- You received this message because you