[google-appengine] After upgrading App Engine from PHP 5.5 tot 7.2/7.3 "glob()" no longer works, any way to get it to work?

2019-12-16 Thread Mike Hergaarden
After upgrading App Engine from the PHP 5.5 runtime to PHP 7.2 or PHP 7.3 the PHP function glob (https://www.php.net/manual/en/function.glob.php) no longer works and this is a big problem for our systems. We used to search in the Cloud Storage files a lot, glob was very quick, but using the Goo

[google-appengine] Re: Connecting App Engine Flex with Dotnet application to Cloud SQL 2nd generation instance

2019-12-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amitesh, This error is indicative of timeout issues. You may check replies to the "Attempted to read past end of the stream error in MySQL" question in stackoverflow, as an example. F

[google-appengine] Re: How to upload 1 GB file from SFTP to google cloud storage using python on Google App Engine?

2019-12-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Siripong, You may find Python code samples for uploading filed to GCS on the "Uploading objects" documentation page . This discussion group is oriented more towards general opinions, trends, and issu

Re: [google-appengine] Can not show data when debugging on source tab with react js

2019-12-16 Thread Mua Rachmann
Hi Khang! You can find many resources on React out there. This list is mainly for discussion about app-engine related stuffs. A good alternative will be stackoverflow Cheers, Mua On Mon, Dec 16, 2019 at 2:23 PM Khang Dong wrote: > Yesterday, It was normal. > But right now, I can not see the d

[google-appengine] Access to my VPS

2019-12-16 Thread Damian Źródłowski
Hello. Today I run command `windscribe connect` on my VPS and suddenly all connections are dead. I think that Windscribe VPN app do something bad with my VPS networking. So how can I access now into my machine? (Also I have sslh app and redirected ssh and ssl traffic to 443 port both). -- You

[google-appengine] How to upload 1 GB file from SFTP to google cloud storage using python on Google App Engine?

2019-12-16 Thread Siripong Traivijitkhun
How to upload 1 GB file from SFTP to google cloud storage using python on Google App Engine? -- 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-appengi

[google-appengine] Can not show data when debugging on source tab with react js

2019-12-16 Thread Khang Dong
Yesterday, It was normal. But right now, I can not see the data when debug it. I just see data when I copy that element to Watch. This is my attact file. Please help me to check it. Thank you! -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] 502 or Please try again in 30 seconds errors.

2019-12-16 Thread Piotr Zerynger
The project I have troubles is swagger genarated spring boot java project (more than 160 java files). Locally on intellij works well and fast. After executing mvn clean spring-boot:run on gclod shell the project starts and I see the dafault page on the browser. After executing mvn appengine:de

[google-appengine] Connecting App Engine Flex with Dotnet application to Cloud SQL 2nd generation instance

2019-12-16 Thread 'Amitesh Chawla' via Google App Engine
Can anyone help me out regarding how to connect Cloud SQL second generation instances to my Dotnet application hosted on App engine flex. The dotnet application hosted on app engine flex and the cloud sql instance are in different projects (but the same region). I keep getting the following erro

[google-appengine] 502 Bad Gateway Please try again in 30 seconds... :(

2019-12-16 Thread Piotr Zerynger
The project I have troubles is a swagger genarated spring boot java project (more than 160 java files). Locally on intellij works well and fast. After executing mvn clean spring-boot:run on gclod console the project starts and I see the default generated page on the browser. After executing