[google-appengine] Re: i have had problem to deploy my python app

2021-05-25 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Based on the error message you've provided, this seem to be a connection to 
your Cloud SQL instances. I'd suggest applying the solutions provided in 
this public documentation 
.

On Tuesday, May 25, 2021 at 11:50:47 AM UTC-4 lguill...@gmail.com wrote:

>   this is my code:
>
>  import pymysql
>
> self.host = settings.DATABASES['default']['HOST']
> self.user = settings.DATABASES['default']['USER']
> self.password = settings.DATABASES['default']['PASSWORD']
> self.database = settings.DATABASES['default']['NAME']
> try:
>
> miConexion = pymysql.connect(host=self.host, user=self.user,  
> password=self.password, db=self.database)
> 
>
> except (pymysql.err.OperationalError, pymysql.err.InternalError) as e:
> print("Ocurrió un error al conectar: ", e)
> self.cur = miConexion.cursor()
>
> def query(self,sql):
> self.cur.execute( sql )
> results = self.cur.fetchall()
> return results
>
> def update(self,sql):
> self.cur.execute( sql )
>
> and this is the error:
>
> textPayload: "Ocurrió un error al conectar: (2003, "Can't connect to MySQL 
> server on '/cloudsql/biohomecenter:us-east1:bhc-mysql' ([Errno -3] 
> Temporary failure in name resolution)")"
> insertId: "60abc8330009350d898bef30"
> resource: {
> type: "gae_app"
> labels: {
> zone: "us-east1-5"
> module_id: "default"
> project_id: "biohomecenter"
> version_id: "20210524t084045"
> }
> }
> timestamp: "2021-05-24T15:37:23.603405Z"
> labels: {
>
> clone_id: 
> "00c61b117ce3c539cd26b2b77c9161849e98247e2f40d2ced01f3d72a2c4e67da30c54c39dfba614b62178b84ffc041f4bb1dc3ca5e1282323e2f29a5d28e935dd"
> }
> logName: "projects/biohomecenter/logs/stdout"
> receiveTimestamp: "2021-05-24T15:37:23.432723577Z"
> }
>
> and this error:
>
> textPayload: "2021-05-23T17:16:44.150800Z 80 [Note] Aborted connection 80 
> to db: 'biosysdb' user: 'biohuser' host: '72.239.178.67' (Got an error 
> reading communication packets)"
>
> insertId: 
> "s=4649ab2241d74a9e84ce5032078e0a06;i=2f3b;b=ab3f337ce25a46029f56253ddbb79bd4;m=1d6d9dde;t=5c3027504c4d1;x=f821a338d0290ab-0-0@a1"
> resource: {
> type: "cloudsql_database"
> labels: {
> region: "us-east1"
> project_id: "biohomecenter"
> database_id: "biohomecenter:bhc-mysql"
> }
> }
> timestamp: "2021-05-23T17:16:44.150993Z"
> severity: "INFO"
> logName: "projects/biohomecenter/logs/cloudsql.googleapis.com%2Fmysql.err"
> receiveTimestamp: "2021-05-23T17:16:44.780950007Z"
> }
>
> please helppp
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/649195dd-f9b5-4287-b2d5-29c5494f8858n%40googlegroups.com.


[google-appengine] Re: Free Trial Registration issue

2021-05-07 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
This is a known issue and has already been routed to the engineering team. 
You can refer to this Public Issue Tracker 
 to get the latest update on the 
issue.

On Thursday, May 6, 2021 at 3:54:31 PM UTC-4 vamsib...@gmail.com wrote:

> I am not able to register for Google cloud platform free trial. Also my 
> credit card was debited with 1rupee. Nothing is shown after the transaction.
> #googlecloudplatform
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f52e37c2-767b-4e55-b9fc-958c0ee20f98n%40googlegroups.com.


[google-appengine] Re: swagger integration to Google app engine

2021-05-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi,

You might find this group thread 
 helpful for 
your case.

On Friday, April 30, 2021 at 1:23:03 PM UTC-4 getman...@gmail.com wrote:

> Hi Team,
>
> I am trying to integrate swagger UI to my java appengine  java project. 
> Please can any one suggest how to integrate swagger ui to my app engine 
> project  and firebase authentication
>
> I am not getting much reference over internet. 
>
> Thanks,
> Manu
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5fdb2606-1b96-4553-abe3-1d9c9300eaafn%40googlegroups.com.


Re: [google-appengine] Re: Cannot debug app on Google Cloud App Engine

2021-03-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
In this case, you might want to try the solution provided in this 
Serverfault 

 

thread.

On Friday, March 19, 2021 at 4:44:14 PM UTC-4 bha...@gmail.com wrote:

> Hi
>
> I’ve just shown the last two lines of the cloud_build file. I have the 
> rest of settings there.
>
> Even it was working before. Not sure why it’s disabled now :( 
>
> On 19 Mar 2021, at 9:43 PM, 'Shawn Wu' via Google App Engine <
> google-a...@googlegroups.com> wrote:
>
> 
>
>
> the args seems missing the yaml settings. Can you double confirm the yaml 
> files ?
> On Thursday, March 18, 2021 at 9:46:29 AM UTC-4 bha...@gmail.com wrote:
>
>>
>> Hello everyone,
>> I have a PHP Laravel app deployed on Google Cloud App Engine.
>>
>> Previously, I was able to debug the app online and see all the app files. 
>> Now I can't. Instead, I get this thing.
>>
>> In the cloud_build.yaml, I specify the following:
>> - name: 'gcr.io/cloud-builders/gcloud'
>> args: ['beta', 'app', 'deploy', '--version', 'v1']
>>
>> [image: Screenshot 2021-03-18 at 12.41.08 AM.png]
>>
> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/google-appengine/-dzhbgi1yMQ/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to 
> google-appengi...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/9e7b4188-a2fb-4c60-95e8-0cf06de516ccn%40googlegroups.com
>  
> 
> .
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/635bd7fe-2f6c-4469-bc1f-7a0b780f6735n%40googlegroups.com.


[google-appengine] Re: Cron jobs not getting executed

2021-03-12 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Andres,

I'd suggest to report the issue on a Public Issue Tracker 
as 
this seems to be a technical issue and you'd need to provide additional 
details such as the error message you are getting. Furthermore, this is 
very old thread and it is suggested to create a new one if needed.

On Thursday, March 11, 2021 at 11:32:22 AM UTC-5 andresk...@gmail.com wrote:

> Hi guys, we are experimenting this issue with a cronjob that runs every 
> 30'. It has been running normally up to 2 days ago. Does anybody have the 
> same problem? greetings, Andres.
> p.d: I apologize for my english.
> El jueves, 11 de noviembre de 2010 a la(s) 15:53:33 UTC-3, dzwiedziu 
> escribió:
>
>> My one minutes jobs also doens't work.
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b329cc76-b1c6-44f3-9ab8-1db0a3245a30n%40googlegroups.com.


[google-appengine] Re: Error Response: [9] Cloud build

2021-03-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine

Hi,

You might find this Stackoverflow 

 
thread helpful as the user experienced the same issue.
On Wednesday, March 3, 2021 at 11:17:24 AM UTC-5 te...@sameeksha.capital 
wrote:

> I am getting same error, as i try to deploy the application, Any one is 
> here, who can help me with this issue?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/15fe033f-4959-408f-91fe-b70d8dae5a34n%40googlegroups.com.


[google-appengine] Re: Can't connect to SSH, App Engine

2021-02-15 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi,

According to the Google Cloud Status Dashboard 
, there was 
indeed a widespread incident that might have affected your connectivity. 
The issue has been resolved, however, if it persists, you can open a Public 
Issue Tracker 
 
and we will investigate it further.

On Friday, February 12, 2021 at 10:38:22 AM UTC-5 Sa R wrote:

> Hello, 
>
> Is anyone facing the problem of can't connect to the App Engine about 
> 10hrs ago until now, SSH also not available, is anyone know how to fix this?
>
> Thanks
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/60073cf5-92d8-4f49-a512-a56701676b8dn%40googlegroups.com.


Re: [google-appengine] Production problem this day on get_service_account_name()

2020-12-14 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi,

There has been a wide spread incident 
that could be the 
cause of the issue you are experiencing, however, if the issue persists, 
please open a Public Issue Tracker 
 
and provide details and we will investigate it further.

On Monday, December 14, 2020 at 9:14:31 AM UTC-5 Joshua Smith wrote:

> I saw one of those in my logs, too. Perhaps it was related to the global 
> outage google had in account management earlier today.
>
> On Dec 14, 2020, at 7:58 AM, Patrice Bertrand  
> wrote:
>
> Hello,
> Today, for the first time, we experienced an api failure in production:   
> between 12:50 and 13:50 CET all calls to get_service_account_name() failed, 
> with no other information than "Internal Error".   
> I am surprised I cannot find anything about this incident in the "Cloud 
> Platform Status" information panel.
> Is it just me ?   But then why would it be just today and just for one 
> hour ?
> Thank you for any relevant information.
> 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-appengi...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/ef085948-55bf-4150-b670-a1071b0d6c81n%40googlegroups.com
>  
> 
> .
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/120f7726-307e-4b89-ab2f-2e17c3d5f736n%40googlegroups.com.


[google-appengine] Re: "Error: Server Error" while deploying my Deep Learning model in "App Engine"

2020-09-14 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello,

I would suggest referring to this Stackoverflow post 

 
and this one 

 
as well, as it explains how to check the logs and identify the root cause 
of the issue. 

Please note that Google Groups is reserved for general product discussions 
and is not for technical support. If you require further support for 
debugging of your application it is recommended to post your detailed 
questions to Stackoverflow using the supported Cloud tags.
On Friday, September 4, 2020 at 10:01:11 AM UTC-4 rraa...@gmail.com wrote:

> Deploying my first program in Google Cloud.
>
> I'm getting "server Error " after deploying my model.
> When i deployed my program using SDK it was successfully completed, no 
> Errors thrown.
> But when i try to access the site it throws an error like below,
>
> "Error: Server ErrorThe server encountered an error and could not complete 
> your request.
>
> Please try again in 30 seconds."
>
> .
>
> This is what i found i logs,
>
>
> Waiting for new log entries...
>
> 2020-09-03 22:57:34 default[20200904t022521]  
> /opt/python3.8/lib/python3.8/os.py:1023: RuntimeWarning: line buffering 
> (buffering=1) isn't supported in binary mode, the default buffer size will 
> be used
>
> 2020-09-03 22:57:34 default[20200904t022521]return io.open(fd, *args, 
> **kwargs)
>
> 2020-09-03 22:57:34 default[20200904t022521]  [2020-09-03 22:57:34 +] 
> [21] [INFO] Booting worker with pid: 21
>
> 2020-09-03 22:57:34 default[20200904t022521]  [2020-09-03 22:57:34 +] 
> [24] [INFO] Booting worker with pid: 24
>
> 2020-09-03 22:57:34 default[20200904t022521]  OpenBLAS WARNING - could not 
> determine the L2 cache size on this system, assuming 256k
>
> 2020-09-03 22:57:34 default[20200904t022521]  OpenBLAS WARNING - could not 
> determine the L2 cache size on this system, assuming 256k
>
> 2020-09-03 22:57:35 default[20200904t022521]  2020-09-03 22:57:35.910262: 
> W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not 
> load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: 
> cannot open shared object file: No such file or directory
>
> 2020-09-03 22:57:35 default[20200904t022521]  2020-09-03 22:57:35.910512: 
> W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not 
> load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: 
> cannot open shared object file: No such file or directory
>
> 2020-09-03 22:57:35 default[20200904t022521]  2020-09-03 22:57:35.910841: 
> I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart 
> dlerror if you do not have a GPU set up on your machine.
>
> 2020-09-03 22:57:35 default[20200904t022521]  2020-09-03 22:57:35.910710: 
> I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart 
> dlerror if you do not have a GPU set up on your machine.
>
> 2020-09-03 22:57:37 default[20200904t022521]  [2020-09-03 22:57:37 +] 
> [11] [INFO] Handling signal: term
>
> 2020-09-03 22:58:32 default[20200904t022521]  "GET / HTTP/1.1" 500
>
> 2020-09-03 22:58:32 default[20200904t022521]  "GET /favicon.ico HTTP/1.1" 
> 500
>
> 2020-09-03 22:58:34 default[20200904t022521]  "GET / HTTP/1.1" 500
>
> 2020-09-03 22:58:35 default[20200904t022521]  "GET /favicon.ico HTTP/1.1" 
> 500
>
> 2020-09-03 22:58:39 default[20200904t022521]  "GET / HTTP/1.1" 500
>
> 2020-09-03 22:58:39 default[20200904t022521]  "GET /favicon.ico HTTP/1.1" 
> 500
>
> 2020-09-03 23:05:18 default[20200904t022521]  "GET / HTTP/1.1" 500
>
> 2020-09-03 23:05:19 default[20200904t022521]  [2020-09-03 23:05:19 +] 
> [11] [INFO] Starting gunicorn 19.9.0
>
> 2020-09-03 23:05:19 default[20200904t022521]  [2020-09-03 23:05:19 +] 
> [11] [INFO] Listening at: http://0.0.0.0:8081 (11)
>
> 2020-09-03 23:05:19 default[20200904t022521]  [2020-09-03 23:05:19 +] 
> [11] [INFO] Using worker: threads
>
>  Please help me out thanks in advance.
>
> Raj.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a639693d-2526-416b-9b1b-70f7b71192a1n%40googlegroups.com.


[google-appengine] Re: Error python app startup

2020-06-05 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
The issue seems to be related to the gRPC 

 
and for that reason, it is best to post it on the dedicated page 
 where dedicated engineerign team are 
ready to assist. 

Please note that Google Groups is reserved for general product discussions 
and is not for technical support.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1d3b538c-04a6-4683-9fea-07008be49b1bo%40googlegroups.com.


[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-06-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
AppCfg is deprecated now 
 
and 
it is recommended to use gcloud command 
line
 
which uses Cloud Build to build the app into a container and deploy the 
container to the runtime.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bfd4abef-f343-430f-9ec2-c4599eb593e7%40googlegroups.com.


[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-06-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Based on a discussion with an App Engine Specialist, the difference in size 
comes from the way each tool works. Cloud SDK uses Cloud Build in the 
background and containerizes the deployment along with the runtime selected 
( i.e Java8 ), making the deployment itself bigger. On the other hand, 
AppCfg deploys the code and then uses the desired runtime directly from the 
repository, therefore making the deployment smaller.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/65102003-04d7-47c8-942a-bd98669948bc%40googlegroups.com.


[google-appengine] Re: appcfg shutdown: earlier than scheduled?

2020-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Based on this public documentation 
, 
the appcfg tool which is included in Stand alone App Engine SDK, is 
depricated as of July 30, 2019 and is replaced by Cloud SDK 
. It will become unavailable for 
download on July 30, 2020.

You may want to follow this documentation 

 
as it lists the equivalanet commands to some frequently used AppCfg 
commands.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/324b3c00-cd63-41b5-9f20-a8c089fcfb9e%40googlegroups.com.


[google-appengine] Re: API Services Games , error "message": "Login Required", with token correct in your page REST API

2020-04-22 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Since the issue is related to Play Game Services, I'd suggest to post your 
question Stackoverflow 
, as there 
are dedicated members ready to assist you with the issue. Please note that 
this discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching 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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9fa592e6-8b26-4bab-8f29-b4efcafca420%40googlegroups.com.


[google-appengine] Re: subdomain is not working through cloudflare for google appengine

2020-03-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Can you confirm that you've followed the steps provided here 

 
to Map your custom domain and subdomain?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/abf6715b-7946-42c7-a20f-ec3413da6183%40googlegroups.com.


[google-appengine] Re: Node.js 12.16.1 LTS in Flex Environment

2020-03-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
By default the engine should be set to the latest LTS release, however, I'd 
suggest to make sure all components are updated to the latest version and 
try again. If the issue persists, I'd suggest to create a Public Issue 
tracker 
 
and provide the error message, and this can be investigated further.

In regards to App engine Standard, more information can be found here 
. There 
are certain limitations in terms of updates in comparison to Flex, however, 
it does support the latest stable release of Node.js.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f8851264-272c-42d9-af0f-1f4db877a0b8%40googlegroups.com.


[google-appengine] Re: glcoud app deploy no longer uses Dockerfile

2020-03-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Dan,

You might want to consider updating Cloud SDK to the latest version 283.0.0 
 and try again. If the 
issue persists, I'd suggest to create a Public Issue Tracker 
, 
as this may require further investigation.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ce976007-5400-449d-bb5e-0ec86f870220%40googlegroups.com.


[google-appengine] Re: How to use Docker Bench for Security for image on Google Cloud?

2020-02-26 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Kenny,

I noticed that the same question was posted on Stackoverflow and a GCP 
support member has already provided detailed answer to your question. 
Please refer to this link 

 
for more information.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e0e1a355-21d4-49f8-84e6-45ec7f59846e%40googlegroups.com.


Re: [google-appengine] Re: Logs taking more than 5 minutes to update

2020-02-21 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
The Quotas and limits for Stackdriver Logging are explained here 
. The limit for the number of 
writes is 1000 per second, per project.

If this is not the case and you are within the limit, I'd suggest to create 
a Public Issue Tracker, 
to 
further investigate the issue. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/331cd091-3ddd-4a77-93e1-0dd890cf2f5b%40googlegroups.com.


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

2020-02-20 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Henry,

There has been an wide spread incident with Blobstore as of Feb 19, 2020 
however, this has been resolved by the engineering team. If the issue 
persists on your end, I'd suggest to create a Private Issue Tracker 
 
and provide project name so that it can be investigated further.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7a586a21-6119-4715-812c-75296b8ed7ea%40googlegroups.com.


[google-appengine] Re: Google Course Builder with windows 10

2020-02-18 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Cher,

I'd suggest to join the dedicated Course Builder Forum 
 
and post your question there as this discussion group is mainly oriented 
towards general opinions, trends, and issues of general nature touching 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/852765b9-c399-4b6d-b6d7-5037ba502a78%40googlegroups.com.


[google-appengine] Re: Coursebuilder 1.11.001

2020-02-12 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi David,

You may want to follow the List of Steps provided on this page 
,
 
as it provides steps on setting up Course Builder.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/24664bcf-f108-4a99-a53c-81f79beb604e%40googlegroups.com.


Re: [google-appengine] PHP project deployment generates unknown errors suddenly

2020-02-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
I'd suggest to post your issue on Public Issue Tracker, 
 
as this requires further investigation. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7e48155d-e045-4247-9178-06ea78b981de%40googlegroups.com.


[google-appengine] Re: MY REVOLUTION SLIDER REFUSE TO SHOW IMAGES WHEN THE SITE DNS SERVER BECAME ACTIVE

2020-02-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
I would suggest to make sure you follow the instructions provided here to 
map your custom domain. 


If the issue persists, it is best to post your question on Stackoverflow 
 with the right tag and additional information, 
and experienced community members are within reach to help. Please note 
that Google Groups is reserved for general product discussions and is not 
for technical support.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/88489678-ba9a-442f-91d6-5da9fad1500e%40googlegroups.com.


[google-appengine] Re: Migrating from Standard to Flexible, logs don't show up the same way

2020-02-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
The logs in Flex environment 
are 
not bundled per request and logs from stdout and stderr are collected 
separately. To group the logs and customize them, you may want to use the 
Styackdriver 
Logging API  directly. You can also 
refer to this page 

 
for details on writing application logs.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5ce31150-cfde-4b38-8f3b-aae1e9fc6b0b%40googlegroups.com.


[google-appengine] Re: Send print request from app engine front-end app to the printer sitting on internal network?

2020-01-30 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi,

You would need to use Cloud VPN 
as it securely 
connects your existing network to your Google Cloud Platform (GCP) network 
through an IPsec VPN connection. However, App Engine Standard won’t be able 
to connect directly to VPN and you can only set up Cloud VPN over VPC 
networks 
, 
which is designed to work with GAE Flex or GCE VM. Since you are using App 
Engine Standard, you’d need to forward the traffic to GCE VM 
 
which is possible only via external IP and the GCE VM would act as a proxy.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/26e1fa07-5b71-4bc6-97a2-3a1022c23eb1%40googlegroups.com.


[google-appengine] Re: google app engine and big file generating

2020-01-27 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
You may want to consider using Cloud Tasks 
, as it is mainly used 
to manage the execution of a large number of distributed tasks. It allows 
you to execute tasks asynchronously and control those requests to better 
manage the load on your services. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b6291b53-8c9c-48ca-a605-1ecdae1c4fd7%40googlegroups.com.


[google-appengine] Re: Design feasibility

2020-01-15 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
App Engine instances are scaled based on the incoming requests and 
therefore it is not possible to assign them the user ID. This can be 
reported as a Feature Request and I would suggest posting it on the Public 
Issue Tracker 
 
so that the engineering team could review it for future implementation.
 
For system architecture, you may be better served in dedicated forums such 
as Stackoverflow , where experienced 
programmers are within reach and ready to help to propose solutions in 
accomplishing such tasks.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/daae5c6b-0f6f-4002-a22a-8de257d30a2f%40googlegroups.com.


[google-appengine] Re: Cloud SQL Connection issue when running gcloud app deploy

2020-01-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Ferry,

This could be due to the connections to the Cloud SQL that were previously 
established. However, if you still experience the issue, I would suggest to 
create a Private Issue Tracker 
and
 
provide instance name along with the project number for further 
investigation.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a6741fec-e48d-45c9-a70c-5108158cfcba%40googlegroups.com.


[google-appengine] Re: are, unning instances using old versions of an applications, chargable ?

2019-09-20 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Yes, you will be charged for the instances running your old version of your 
application, as GAE instance are billed at hourly rates based on instance 
uptime. You can find more information on pricing here 
. However, if you are looking 
to lower the resources costs, you can look into Google Cloud Run 
, as the charges are only for the 
resources you use, rounded up to the nearest 100 millisecond.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/16c39026-738c-4a38-976b-bc825b6752cb%40googlegroups.com.


[google-appengine] Re: api-proxy container and nginx proxy container in GAE instance

2019-09-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Elan,
 
API Proxy is a Docker container running on Flex VMs that provides an error 
message to non-whitelisted apps that attempt to use back-end operations for 
legacy App Engine API calls.
 
Moreover, the Nginx proxy forwards requests to the App Engine application. 
These requests could include static file serving, admin ACL handlers, 
request queuing, logging on incoming requests and monitoring of request 
latency.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ca8e0b27-778d-42bb-b48b-848959a61e52%40googlegroups.com.


[google-appengine] Re: Deadline exceeded error when deploying GAE flex app

2019-09-09 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Jeff,

I have reported this issue to the App Engine engineering team for further 
investigation. I have also created a Public Issue Tracker 
 to follow the progress of the 
issue. You can star the page to be notified of the latest updates on the 
issue, as future communication will be shared on that thread.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a7b7c962-6537-4ad2-a3d1-275b56cf241d%40googlegroups.com.


[google-appengine] Re: Deploy python3 appengine standard env using bazel and cloud deploy using non containerized artifact?

2019-05-27 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
You can follow the instructions provided here 
to help you with building 
Java App Engine application or Python App Engine application with Bazel. In 
addition, for best practices and deploying rules, I'd suggest review this 
page .

If you need additional assistance with technical question, it is 
recommended to post your detailed questions to Stackoverflow 
 using the supported Cloud tags, as Google 
Groups is mainly reserved for general product discussions.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3537d739-5014-4254-855e-623df84e4d9d%40googlegroups.com.


[google-appengine] Re: NonRetriableException: com.google.apphosting.api.ApiProxy$CancelledException: The API call urlfetch.Fetch() was explicitly cancelled.

2019-05-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Diego,

Cancelled Exception occurs when the call is cancelled from client side 
which could happen in a few situations. As George mentioned in previous 
post, if the call is made asynchronously and not completed or if the calls 
are sent to in-progress API calls when the overall request reaches its 60 
seconds deadline. To mitigate the issue, you can add in re-try logic and 
make sure calls are completed within the deadline.

I would also suggest to post your detailed questions on Stackoverflow 
, using the supported Cloud tags, and the 
community would be able to assist you with technical questions.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1605a374-7ded-4d9a-bbe2-42bc157affa5%40googlegroups.com.


[google-appengine] Re: Deploy python3 appengine standard env using bazel and cloud deploy using non containerized artifact?

2019-05-17 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


When deploying App GAE Standard, it auto creates the Cloud Build 
image
 
but cannot be altered or use Bazel. If you intend to use Bazel command in 
Cloud Build you can follow the instructions here 
. 

Based on the information you've provided, this seems to be running in GAE 
Flex but the title is GAE Standard. Can you confirm which one you are 
referring to?

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d5fd61b9-31b1-4f12-bb74-7ce481444885%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Avoiding index.yaml changes when using dev_appserver

2019-05-16 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
All index definition above AUTOGENERATED line are under manual control and 
would not be updated by the development webserver, and the changes will 
apply to only indexes below the line. Moreover, as George suggested, 
setting store_index_configuration_on_disk parameter to false can also stop 
the webserver from updating the index.yaml file.

As for "--require_indexes" 
,
 
by default it is set to "no" and it basically disables the automatic 
generation of entries in the index.yaml and it will only raise an 
exception,when running a query and the index is not defined.

If you are experiencing an issue and the functionalities are not working as 
expected, I'd suggest to create a Public Issue Tracker, 
 
and provide additional information as well as steps to reproduce, and we 
shall investigate it further.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/74218ed0-9355-4a61-ba30-e50a78e6b41e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: High untraced time on lightweight endpoint

2019-05-16 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Long Untraced 
 Time 
could be related to a new instance being created or caused by handling the 
load as a result of high amount of dependencies and the libraries in your 
code. It may also be related directly to your application code which can be 
investigated by directly applying logging 
 throughout 
your code. You can also check your App Engine Dashboard 
 to to confirm that it is not 
caused mainly by instance startup time, or excessive memory usage.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/62077d7e-7999-47e3-880a-264b16f31685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE Flexible vs Cloud Run on GKE for streaming response

2019-05-16 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi,

If your main objective is to save on costs, then Cloud Run would be a good 
solution, since you only pay when you are processing requests and the billing 
granularity  is 0.1 
seconds, whereas on GAE Flex, as you mentioned, you are always running at 
least one instance at a time and billing granularity is 1 minute. There are 
other factors that need to be considered such as, infrastructure, 
portability and Autoscaling, as discussed here 
,
 
to help you with your final decision.

You can also refer to this Stackoverflow 

 
thread, as this topic has already been discussed and you can gather 
additional useful information to help you with your final decision.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fa10687c-9e35-4f8e-bb15-6e6745c5cf07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: unable to resolve source

2019-05-14 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Jamil,

I highly doubt that this issue could be related to Permission and Roles, as 
you have already tried assigning different roles. Since you were able to 
deploy your application previously, I'd suggest to make sure all components 
are up to date and try again. I'm note sure what Cloud SDK version you are 
currently using, but it is recommended to update it to the latest 
version 245.0.0 .

If the issue persists, I'd suggest to post this issue on our Public Issue 
Tracker 
page, 
as we might need to reproduce it or need additional information for our 
investigation.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5f633b22-4120-4640-b721-47d5c51c2c2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: gcloud beta app deploy copying files despite gcloudignore

2019-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Hisaoki,

We need to investigate this issue further and probably reproduce it on our 
end, and for that reason, I suggest to post this issue on our Public Issue 
Tracker 
page
 
and provide us with the REDACTED output of gcloud beta app deploy 
--verbosity="debug" command, as this can help us with the investigation.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cd408de6-fd7d-4a61-982a-3451d5832a71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: making app engine app only accessible to gsuite members

2019-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Anna,

If you are trying to give access to only internal users within your 
organization, then you can simply create an internal application, when 
crating an OAuth consent screen in your Google Cloud Console (assuming 
domain is verified and GSuite services are enabled). You can also refer to 
this link  if you 
need to authenticate an application, as Cristian mentioned in his comment. 
For any sample code or assistance in programming your application, I'd 
suggest to post your question on Stackoverflow,  
where 
the experts and the community will be able to assist you further.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4eb03e35-c3e4-417e-81e6-d93f257a02d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App Engine Flex and SQL Cloud

2019-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi,

You can follow the instructions provided here 
, as 
it explains the details and provide step-by-step instructions on how to 
connect your PHP application in Flex environment to a Cloud SQL for MySQL.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/37535234-6b7b-44bc-8de6-b664a6cc98f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cannot generate endpoint discovery docs using endpointscfg

2019-05-07 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Larry,

We will look into the issue reported on Issue Tracker 
, and further updates 
communication will be shared on that page.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5a1613a6-fdc7-4b74-b8b7-05c315308d8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Trying to mount Google Filestore share in GAE flexible runtime container

2019-02-18 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Tony,

This can be done in Custom Runtimes 
,
 
as it allows you to customize your Dockerfile and the freedom to add the 
commands as you desire. You just have to make sure that the components you 
specify are compatible and configured properly to deliver the performance.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9dd15221-8d11-408d-9f53-bb3767964fc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Compute Account is missing

2018-11-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Hello Joshua,


The most likely reason why you do not see it on the Service Account page is 
for the Compute Engine service to have been deleted. I have reproduced this 
scenario on my end and saw the same thing as you on both pages when 
deleting the account. The Compute Engine service account is created 
automatically 
once
 
the Compute Engine API is enabled and nothing stops you from either 
deleting the service account or removing it from your IAM policy. Note that 
your IAM policy is not affected by the creation and deletion of accounts. 
You can figure out how this happened by checking the Activity tab on your 
dashboard so you can see by whom and when the account was deleted.


To create a new account, simply disable the Compute Engine API and 
re-enable it on the API & Services page and that should create an account 
for you on both pages. You can also contact the Compute Engine team 
 
to add the account back to your project.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9ec937be-3e36-43e2-982e-b30795c68d40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Why Is Runtime PHP 7.0.30 Not 7.2??

2018-10-24 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
By running the php -i command in your Google Cloud Console, this will only 
display the information related to the php version running on the Google 
Cloud Shell, which is basically the command line environment for your Cloud 
Console. Once the application is deployed, it will be deployed to your 
instances and that's where you specify the runtime environment of your 
application in your configuration file, which in this case is php72.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a0ce07f0-2621-48c2-aaf6-cda6e09807d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Gmail Pop-up window: An application is requesting permission to access your Google Account

2018-10-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Hello Pat,

These requests usually come from a website that you are visiting, an 
extension that you have recently installed on your browser, a third party 
script from adware or other software running on your computer. In any case, 
if you are not sure of the application that is trying to access your Google 
account, it is recommended to decline and deny access.

However, you can keep track of applications that you have given permission 
to access your account and remove them as you wish. This way you can make 
sure that an unwanted application can no longer have access to your 
account. You can check that on Sign-in & Security 
 page by selecting the “App 
with account access” on the left column. Once the list is displayed, you 
can then remove the applications that are not familiar to you or you don't 
want to grant them access to your Google account.

For future reference, it is best to post similar questions on Google 
Product Forum , as this 
group is mainly created to answer Google App Engine related questions.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cc66c756-1f33-4ef8-bb0f-d5ba4b10fce8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Why App engine increase usage memory instantly?

2018-10-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Hello,

This could be a memory leak since you got an Out Of Memory error or 
possibly related to an update on App Engine. There are many possibilities 
that could lead to memory leak. All the causes mainly are related to the 
application itself. These include and not limited to resource memory 
allocation, as they might not be allocated properly in the application. In 
addition, I noticed some spikes on the graph provided that could possibly 
be related to the workload.  As the workload increases, it creates more 
instances and hence causing memory leak. I would suggest to post the issue 
on Stackoverflow and the community can 
definitely be a great help and propose effective solutions.There are some 
examples that you can refer to as they are similar cases to yours:

1: 
https://stackoverflow.com/questions/46359298/how-to-fix-memory-leak-in-my-application

2: 
https://stackoverflow.com/questions/40119/how-to-find-a-java-memory-leak?rq=1

You can also use the Google Stackdriver Debugger 
which could be very 
useful in this case.

After checking the solutions, if you believe the issue is related to App 
Engine, you could post the issue on Google Issue Tracker 
, which would allow us to investigate the 
issue further and if necessary, route it to a specialized team.

Carl, I have double checked here on my end and could not find any 
troublesome updates released on the specified dates. To get information 
about current and past outages you can use the Google Cloud Status 
Dashboard page. Regarding your 
issue, it has been routed to the specialized team and you will be notified 
once there is an update.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5a8c3e3f-029f-4d44-811a-7052dfd3389f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE Angular 2 static app , how to configure app.yaml to redirect 404 errors to index.html

2018-10-18 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


For this case, you can use the answer that was posted on the Stackoverflow. 
I noticed you have already tried it and accepted as the best answer. The 
other option is to use Error handlers 

 
in your app.yaml.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e5363644-da36-44cd-98eb-b97ecffee055%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Static cache not expiring since yesterdays outage

2018-10-15 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Hi Sam,


As it is mentioned in the Google Documentation 
,
 
once the file is cached on the users end, it stays there for the time 
specified in the handler. Since your default expiration is set to 28 days, 
the cached file will expire and ready to be updated after 28 days. 


However, as Jason mentioned, there are common techniques that can be 
applied to help you save time and avoid the delay. You can refer to the 
following link to get a better idea of what techniques can be used which 
may help you in this case: 
https://css-tricks.com/strategies-for-cache-busting-css/

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fa2e4797-e7cd-4f19-95e4-bf3e3fd6e90a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Clipping an image to work with MODIS

2018-10-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Hi Suzan,

You have posted your message in the wrong group. This group mainly handles 
questions related to Google Cloud App Engine. You’d have to post your 
question in a group related to Google Earth Engine. Meanwhile, you can 
refer the Google Earth Engine site 
 which offers great 
information on Google Earth Engine. It also has a page on how to get help 
.

You can also join the following group which offers tutorial on Google Earth 
Engine: 
https://groups.google.com/forum/#!forum/geohackweek-google-earth-engine-tutorial

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/95ad95a4-fda1-4fae-a90d-62ff6efed05d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cloud Tasks Api for Appengine flex

2018-10-10 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine


Hello Joshua,


At present, App Engine Task Queue are a completely separate product from 
Cloud Task. The redirected UI in Pantheon is still using App Engine Task 
Queue API and not the Cloud Task, and there are no current plans to change 
the pricing model. So in your case, you won’t be charged as you are still 
using the Task Queue API. Keep in mind that you will be notified should 
there be any additional charges for any of the services.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/99ba4ec9-b8c6-473e-90f2-11988d040a3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.