[google-appengine] Re: Restrict access to "Google App Engine" services from outside invocation

2020-03-23 Thread Sergii Diukarev
Thank, you. You were right! I enable IAP and provide access for all my public services with `allUsers` role access. But how I can call restricted service now? How do you authenticate a request from my local computer (for example curl?) I tried something like: curl

[google-appengine] SocketTimeoutException outbound request - spring boot resttemplate

2020-03-23 Thread Ronald Bergmann
We use the java11 runtime and F1 instances, spring boot 2.2.5 and didn't experience the following issues with other apps deployed on GAE. When trying to perform an outbound (POST) request we end up with an SocketTimeoutException: java.util.concurrent.ExecutionException:

[google-appengine] SocketTimeoutException - HTTP POST - Spring Boot resttemplate

2020-03-23 Thread Ronald Bergmann
I've posted this before but it seems like the topic just vanished without any trace, trying to repost now. Hey there, hitting a wall here. java11 standard environment, F1 instance, Spring Boot 2.2.5 application, europe west 3 (FFM) - trying to perform a POST request via spring boot's

[google-appengine] Re: Need help understand why so many instances are spinning up

2020-03-23 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Rob, My assumption is that your task is CPU intensive while you are using the default setting in your yaml file which is 1 core and doesn't seem to be enough for your task to be run successfully. Note that,

[google-appengine] Re: struggling for the pass couple of weeks to connect google cloud to mysql and app engine using nodejs

2020-03-23 Thread 'David (Cloud Platform Support)' via Google App Engine
This error can happen if you deployed an application before enabling the Cloud SQL admin API. I would recommend you to disable/enable the Cloud SQL admin API in both projects then redeploy the application. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-23 Thread Henry Saldyga
Our Java GAPE application ( and it's not a free tier with billing enabled ) since 2014 was using a Google BLOB storage . Since that our clients performed about 180'000 file uploads . Than on February 15th Google BLOB API stopped to upload any files just returning 500 Internal server error. A

Re: [google-appengine] Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-23 Thread 'Olu' via Google App Engine
Thank you for your feedback, Alexey and I understand your concerns. I however encourage you to use the issue tracker links for creation of features[1] that you consider would be nice to have on GCP. The team are committed to reviewing such requests and considering how these requests fit into

[google-appengine] Re: Google Courses

2020-03-23 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hello, My assumption is that you are getting the error when trying to run a gcloud command. If so, could you take these steps to install a fresh copy of Google Cloud SDK and re-run the gcloud command? You

[google-appengine] Google Courses

2020-03-23 Thread DaF Centar
[image: imgcourses.JPG] I am trying to deploy Courses on Windows, but I get this massage on the img. What do I do from there? -- 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

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-23 Thread Dmitry Ivanov
It's an idiotic restriction. The tensorflow package alone contains over 5000 files. I have a tiny app and I exceeded the limit. What were they thinking.. On Monday, 15 April 2019 14:51:02 UTC+1, Shaharia Azam wrote: > > Hello Everyone, > I know this is a common questions but actually this is

[google-appengine] i am trying to deploy small ML model with GCP but having errors. Interestingly that i could find the source of mistake - locally everything is working well

2020-03-23 Thread Volodymyr Gavrysh
ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build 492842b5-d2d1-44b2-9977-ae62e70d4398 status: FAILURE. Build error details: {"error":{"errorType":"BuildError","canonicalCode":"INVALID_ARGUMENT","errorId":"E8CA3212","errorMessage":"21 Mar 2020 20:43:21 INFO Arguments:

[google-appengine] Phishing Scam in Google Groups https://groups.google.com/forum/#!topic/oildaily/cDDgqFvGufQ

2020-03-23 Thread iZOOlabs Gsoc
Hello Team, My name is Emjei Anderson from iZOOlogic. Reporting on behalf of our client We want to report a phishing and scam incident regarding a google topic found here https://groups.google.com/forum/#!topic/oildaily/cDDgqFvGufQ A customer of a European bank website is maliciously posted

Re: [google-appengine] Re: Deploy Laravel app on google app engine! INVALID_ARGUMENT: Network 'default' does not exist

2020-03-23 Thread Ben Abdesslem Sarah
Thank you so much for your help! But I still don't know how to find the EXISTING_GCE_INSTANCE_NAME ? Where can I find this information? I tried the project name and the sql instance name ! And of course, it's not working Sarah Le ven. 20 mars 2020 à 14:15, 'Pierre-Yves (Google Cloud Support)'