[google-appengine] The application suddenly becomes unable to log in with an error

2020-08-19 Thread 松島一郎
An application that used GAE suddenly became unable to log in with the following error: com.google.appengine.api.datastore.DatastoreFailureException: Missing or insufficient permissions. With local debugging, it works. Even if I debloy again, I get an error. How can I solve it? -- You receive

[google-appengine] Re: Google BLOB service stopped to upload files in US region,

2020-08-19 Thread Jason Li
This issue happened again in US region a few days ago and it's still broken. On Thursday, February 20, 2020 at 1:32:24 PM UTC-6 henry@gmail.com wrote: > Thanks I have already created an issue there. > > > On Thursday, 20 February 2020 11:18:57 UTC-8, Aref Amiri (Cloud Platform > Support)

[google-appengine] Re: GAE - Python3 - Flask - Talisman suddenly throws error module six not found

2020-08-19 Thread Karl-Heinz Müller
Thanks Mary for following up. I am aware of the differences from 2.7 to 3.7. It's not that I migrated the application to 3.7. Previously the application (written in 3.7) didn't require explicit declaration of module "six" in requirements.txt and suddenly it is required. I have no explanation fo

[google-appengine] Re: The application suddenly becomes unable to log in with an error

2020-08-19 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi, If the issue still persists, I recommend to create a PRIVATE Issue Tracker and provide us with your project id there so that we would be able to dig into the issue. -- You received this message because you are

[google-appengine] Re: Google BLOB service stopped to upload files in US region,

2020-08-19 Thread 'David (Cloud Platform Support)' via Google App Engine
Jason, if you are still experiencing this issue and you believe it’s an issue on our end, you are able to create a private Issue Tracker and provide information such as Project ID. If determined this issue is not o

[google-appengine] Re: Google BLOB service stopped to upload files in US region,

2020-08-19 Thread Henry Saldyga
Of you can do that Jason, but since February 20th I created 5 private issue trakers but problem still not solved. On Wednesday, 19 August 2020 12:02:40 UTC-7, David (Cloud Platform Support) wrote: > > Jason, if you are still experiencing this issue and you believe it’s an > issue on our end, y

[google-appengine] Re: Error 502 - failed_to_pick_backend - Google Cloud Load Balancer

2020-08-19 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Huy, The issue “Error 502 - failed_to_pick_backend - Google Cloud Load Balancer” that you have reported seems related to the Google Cloud Load Balancer not Google App Engine. I would recommend you to create a Cloud Load Balancing Issue under the “Networking” section by going here

[google-appengine] Re: Communication between App Engine services over WebSocket

2020-08-19 Thread 'Mary (Google Cloud Support)' via Google App Engine
Hi Benny, Websockets API is supported for GAE Flexible between client and server. The simplest approach for communicating between services is to send targeted HTTP requests[3]. [1] https://cloud.google.com/appengine/docs/flexible/nodejs/using-websockets-and-session-affinity [2] https://githu

[google-appengine] Re: Search disappearing in new Google App Engine Python 3 environment?

2020-08-19 Thread 'Mary (Google Cloud Support)' via Google App Engine
Hi Steve, Within the Python 3 runtime, some GAE services that were previously bundled were removed ot support a full idiomatic Python experience[1] and is recommended to migrate to the recommended solution of ElasticSearch on GCE[2]. There is currently a feature request on our public issue tra