[google-appengine] Re: Appspot got 403 Forbidden and we can't use our cloud storage

2015-08-25 Thread Олег Искевич
Patrice, hello. Thanks for help! Do you have some feetback from back-end team? Can you ask about this subnet? Why this subnet blocked? суббота, 22 августа 2015 г., 0:58:50 UTC+3 пользователь Patrice (Cloud Platform Support) написал: > > Hi again Oleg, > > Looking more in depth in your issue, I

[google-appengine] Apple App Transport Security [iOS 9] and GAE https

2015-08-25 Thread Ivan Golubev
Hello guys, I have received a notification from Apple stating that they gonna tighten the security rules in iOS 9: 1. The protocol Transport Security Layer (TLS) must be at least version 1.2. 2. Certificates must use at least an SHA256 fingerprint with either a 2048 bit or greater RSA key, or

[google-appengine] Re: Unreliable fetching from BigQuery

2015-08-25 Thread Ryan (Cloud Platform Support)
Salutations Jeff, Can you send me the code you are using and full stack traces with time stamps (more recent ones the better and multiple ones for comparison). Thanks On Thursday, August 20, 2015 at 12:11:51 PM UTC-4, Jeff Schnitzer wrote: > > I'm getting a lot of "Could not fetch URL" errors f

[google-appengine] Re: Unable to access new App Engine Developers Console with particular app

2015-08-25 Thread Ryan (Cloud Platform Support)
Salutations Andrew, Did you create the app in the new or old console? Can you provide (feel free to pm) the following information: 1) App ID 2) Screenshots in the old console 3) Screenshots right after the 'hint' click 4) HAR files for the 'hint' click 5) Screenshot of the this page

[google-appengine] Unable to add files with subfolder

2015-08-25 Thread Akansh Braj
Hi, I am working ZF2 with GAE on one of my projects, And i tried to add & update a new folder with once php file. But i am getting error no 400 with max number of files and blobs is 1. However its just one single file in sub-folder. Can any one suggest me how can update it. Thanks is adv

[google-appengine] Re: SSL certificate for custom domains in GoogleApps

2015-08-25 Thread Xevi Farrarons Clusella
Hi Patrice, Thanks for the tip but this doesn't fix our issue here. I've tried but nothing. I see more a "GAE" bug or so. Anyone has the same? thanks, Xevi El viernes, 21 de agosto de 2015, 20:06:16 (UTC+2), Patrice (Cloud Platform Support) escribió: > > Hey Xevi, > > Maybe the following artic

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread Dave Greenly
I am currently using GO to catch an email on my AppEngine which has been working, but I am having trouble getting the compute engine started utilizing my own persistent disk. I was starting to prototype calling a Python script and attempted to deploy my GO application to the AppEngine using th

[google-appengine] Unable to link domain to app engine

2015-08-25 Thread Jun Wang
The domain (ioeh.org) is registered with Google Domains, and all the A, , CNAME records were pointed to google server. I can ping it with no problem. On the google cloud platform consol

Re: [google-appengine] Re: Unreliable fetching from BigQuery

2015-08-25 Thread Jeff Schnitzer
Thanks for looking into this. Here's a gist with some full stacktraces and timestamps, plus the relevant code: https://gist.github.com/stickfigure/03149e24854936de1e1c One is a deferred task, one is a cron, but I also have failures with normal user-facing query requests. I can dig some of those u

Re: [google-appengine] Re: Unreliable fetching from BigQuery

2015-08-25 Thread Ryan (Cloud Platform Support)
More the better. What is your app id? On Tuesday, August 25, 2015 at 1:51:43 PM UTC-4, Jeff Schnitzer wrote: > > Thanks for looking into this. Here's a gist with some full stacktraces and > timestamps, plus the relevant code: > > https://gist.github.com/stickfigure/03149e24854936de1e1c > > One is

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread 'Alex Martelli' via Google App Engine
gcloud doesn't come with the language-specific deployment tools any more, as the message says just visit https://cloud.google.com/appengine/downloads and directly download whatever specific language deployment kits you want. (you can use https://cloud.google.com/sdk/gcloud/reference/preview/app/de

[google-appengine] Re: Unable to add files with subfolder

2015-08-25 Thread Ryan (Cloud Platform Support)
Salutations Akansh, That total includes all the files your site needs (ZF2 included). You should check the root folder and see how many files there are total. On Tuesday, August 25, 2015 at 9:40:10 AM UTC-4, Akansh Braj wrote:

Re: [google-appengine] Re: Unreliable fetching from BigQuery

2015-08-25 Thread Jeff Schnitzer
gearlaunch-hub I'll add some more to the gist. Thanks, Jeff On Tue, Aug 25, 2015 at 11:11 AM, Ryan (Cloud Platform Support) < rbruy...@google.com> wrote: > More the better. What is your app id? > > On Tuesday, August 25, 2015 at 1:51:43 PM UTC-4, Jeff Schnitzer wrote: >> >> Thanks for looking i

Re: [google-appengine] Re: Unreliable fetching from BigQuery

2015-08-25 Thread Jeff Schnitzer
I put the query stacktrace and code in there, plus a few more timestamps of occurrences that happened today/yesterday. Thanks, Jeff On Tue, Aug 25, 2015 at 12:21 PM, Jeff Schnitzer wrote: > gearlaunch-hub > > I'll add some more to the gist. > > Thanks, > Jeff > > On Tue, Aug 25, 2015 at 11:11 A

Re: [google-appengine] Managed VMs: Are connections drained before the weekly restart?

2015-08-25 Thread 'Josh Moyer' via Google App Engine
Hi John, Similar to regular backend shutdowns, a Managed VM application is sent an /_ah/stop request to give it a chance to do clean up. Existing requests will have some time to complete, but they may get interrupted if they are long running. I have issued a request to have the documentation that

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread Dave Greenly
I downloaded the Go deployment script from this link as you suggested https://cloud.google.com/appengine/downloads and now I have the goapp command available. But when I run the command, I am getting an authentication error and can't figure out what exactly it is asking me to do. I used to just r

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread 'Alex Martelli' via Google App Engine
*Do* you have a browser on the machine you're running goapp in? If so, then, when it says "Your browser has been opened to visit" then go to the tab it has opened and follow the instructions there. If not, that's when you need the --oauth --noauth_local_webserver (and visiting that URL from a brows

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread Dave Greenly
I could not get the goapp deploy to work using the --noauth_local_server follwing the instructions. ( I am not running it on a machine with a browser). But I did get it to work using the appcfg.py directly. It then asked for the authentication code etc... like "normal? ./appcfg.py --noauth_loca

[google-appengine] API reference

2015-08-25 Thread pdknsk
Previously, Google would document functions, classes and (if applicable) exceptions for services, such as URLFetch. This has been replaced with a single API reference link that leads to auto-generated-from-source documentation. The formatting of the latter is poor. And you don't get exceptions,

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread 'Alex Martelli' via Google App Engine
Unfortunately I'm no Go expert and I'm not sure we have any reading this group -- I suspect the Go experts mostly hang out at https://github.com/google/google-api-go-client/issues (for Google API issues) so asking there might be more productive. Alex On Tue, Aug 25, 2015 at 3:38 PM, Dave Greenly

[google-appengine] Re: Unable to link domain to app engine

2015-08-25 Thread Nick (Cloud Platform Support)
I see a redirect to https://ioeh.org. Have you gone through the Apps SSL steps, such as uploading your cert? On Tuesday, August 25, 2015 at 1:06:38 PM UTC-4, Jun Wang wrote: > > > The domain (ioeh.org) is registered with Google Domains, and all the A, > , CNAME records were pointed to google

[google-appengine] Re: Beehive/Weblogic jar file not available

2015-08-25 Thread Ken Bowen
Nick - Followup: Based on advice from the DWR community, I solved the problem this way: Opened the dwr.2.0.10.jar, and performed: a) Opened org/directwebremoting/dwr.xml and removed http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google

[google-appengine] How can I re-enable my appspot app?

2015-08-25 Thread Rockmaster
I created a simple app on appspot in 2009. It was great. Some people used it. In 2012 I got an email from Google App Engine: We’ve noticed that you are running at least one application configured to use the Master/Slave (M/S) datastore. This application configuration was officially deprecate