[google-appengine] Re: Brief Outage?

2022-09-14 Thread 'Osvaldo Lopez Acuña' via Google App Engine
re 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/

[google-appengine] Re: After deploying Django app in App Engine my website doesn't load

2022-09-02 Thread 'Rogelio Monter Rodriguez' via Google App Engine
I would suggest referring to this Stack Overflow post <https://stackoverflow.com/questions/33383890/google-app-engine-server-error-where-is-the-log> and this one <https://stackoverflow.com/questions/19675902/google-app-engine-project-server-error-the-server-encountered-an-error

[google-appengine] Re: AppEngine Standard PHP7.4 Deploy-Error

2022-08-22 Thread 'Ernesto Contreras Pinon' via Google App Engine
is a bit different, have you previously tried with the exact path shown in the documentation? On Thursday, August 18, 2022 at 3:49:59 AM UTC-5 sirk...@talk-point.de wrote: > I have an App (PHP 7.4) running on Google AppEngine Standard and deploy > works fine. Now i have created a new

[google-appengine] Re: Local Development server when opening "Datastore Viewer"

2022-08-16 Thread 'Rogelio Monter Rodriguez' via Google App Engine
, 2020. Managed compute services, such as App Engine, will continue to provide a Python 2 runtime beyond January 1, 2020. Python 2 client libraries will continue to be available for download, but future major releases will only target Python 3. — Google Cloud CLI <https://cloud.google.com/python/do

[google-appengine] Re: Migrating App Engine php5 with google libraries

2022-08-11 Thread 'Osvaldo Lopez Acuña' via Google App Engine
ces> you will learn about subjects related to migrating an app to PHP7+ in the App Engine standard environment. And finally, in this other document <https://cloud.google.com/appengine/docs/standard/php-gen2/services/migrating-services> you will find information about migrating and Apps us

[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine
At the moment, there is no support for dev_appserver. You can use the following link [1] to create a feature request. [1]:https://cloud.google.com/support/docs/issue-trackers On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote: > I have a bunch of Python27 App Eng

[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine
At the moment, there is no support for dev_appserver. You can use the following link [1] to create a feature request. [1]:https://issuetracker.google.com/issues On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote: > I have a bunch of Python27 App Engine apps tha

[google-appengine] Re: Can a single App Engine Standard Java 11/17 web process handle multiple concurrent requests?

2022-08-02 Thread 'Andrés Márquez' via Google App Engine
#automatic_scaling_max_concurrent_requests On Thursday, July 28, 2022 at 11:35:57 AM UTC-5 willia...@gmail.com wrote: > Hello, > > I'm using App Engine Standard with Java 11. My app is packaged as a JAR > and it doesn't use legacy bundled services. I have set manual scaling to 1. > Now my

Re: [google-appengine] How to change the version of Jetty in my Google App Engine

2022-07-31 Thread 'Ludovic Champenois' via Google App Engine
/22 8:16 PM, 'Mike Wallace' via Google App Engine wrote: Within IntelliJ I have a Google App Engine Standard Local Server running. I'm in the process of updating to Java 17 and also all of my 3rd party libraries and have moved to GAE 2.0.5 and Jetty 11.0.11 in all of my project's pom files

[google-appengine] Re: How to change the version of Jetty in my Google App Engine

2022-07-28 Thread 'Andrés Márquez' via Google App Engine
[3] https://www.eclipse.org/jetty/download.php [4] https://cloud.google.com/sdk/docs/components#updating_components On Thursday, July 28, 2022 at 11:35:33 AM UTC-5 mwal...@bluesparktechnologies.com wrote: > Within IntelliJ I have a Google App Engine Standard Local Server running. &g

[google-appengine] Re: Traffic hitting deleted Google App Engine versions

2022-07-28 Thread 'Richard Garbutt' via Google App Engine
To be clear: > This project only has one service with one version and two instances The problem is traffic *hitting versions that have been deleted* We are migrating away from App Engine due to this issue. On Wednesday, 27 July 2022 at 00:02:01 UTC+1 Osvaldo Lopez Acuña wrote: > You

[google-appengine] How to change the version of Jetty in my Google App Engine

2022-07-28 Thread 'Mike Wallace' via Google App Engine
Within IntelliJ I have a Google App Engine Standard Local Server running. I'm in the process of updating to Java 17 and also all of my 3rd party libraries and have moved to GAE 2.0.5 and Jetty 11.0.11 in all of my project's pom files. However, when I start up the server I see

[google-appengine] Re: gcloud auth login fails

2022-07-27 Thread 'Andrés Márquez' via Google App Engine
w, I can't `gcloud auth login` anymore with my default gmail account. >>> I got an error at the last step of authentification "an error occured". >>> >>> I have to use the default account for each project. This is annoying. >>> >>> Why ? Why do

[google-appengine] Re: Traffic hitting deleted Google App Engine versions

2022-07-26 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You could report this issue here[1]. You could also make sure you deleted those versions[2]. Take a look at this post[3] where it is explained how to clean up an App Engine project. [1]:https://issuetracker.google.com/issues/new?component=187191 [2]:https://cloud.google.com/sdk/gcloud

[google-appengine] Re: Is there a Cloud Newsletter?

2022-07-26 Thread 'Rogelio Monter Rodriguez' via Google App Engine
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/ms

[google-appengine] Traffic hitting deleted Google App Engine versions

2022-07-26 Thread 'Richard Garbutt' via Google App Engine
seeing errors. Has anyone encountered something similar? This really seems like an issue with App Engine routing to stale instances. Regards, Richard Garbutt -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: How do I install Wordpress on App Engine?

2022-07-25 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share the steps and/or the tutorial you are following. On Monday, July 25, 2022 at 11:47:16 AM UTC-5 car...@tunnyville.com wrote: > Hello, > > I am trying to install Wordpress on App Engine but I am confused about the > steps, I need someone to help we with the details

[google-appengine] Re: gcloud auth login fails

2022-07-25 Thread 'Andrés Márquez' via Google App Engine
r at the last step of authentification "an error occured". > > I have to use the default account for each project. This is annoying. > > Why ? Why do I do wrong ? Is it a feature ? > > Thanks > -- You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Re: App Engine PHP environment: MongoDB extension not found

2022-07-18 Thread 'Andrés Márquez' via Google App Engine
contents below: > ``` > extension=mongodb.so > extension=redis.so > ``` > > This was not happening before June 30th, when I last deployed my > application successfully. > > If anyone knows how to fix this, please kindly let us know. > > Thanks > > > > --

[google-appengine] Re: Billing charges incurred on a project application that has been disabled on app engine [getting-started]

2022-06-29 Thread 'Osvaldo Lopez Acuña' via Google App Engine
If you disable an app, you should also disable billing for that app [1], as the app can still be charged for fixed billing costs, like datastore storage. While the app is disabled, requests to your app will fail. You may continue to incur charges from other Google Cloud products. For example

[google-appengine] Re: Is this an attack?

2022-06-29 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You can fill out this form [1] to report suspected abuse on Google Cloud Platform. Also, as a workaround, you can block abusive IP addresses as established here [2]: *you can use the App Engine firewall to block traffic to your app from IP addresses that present malicious intent or shield

[google-appengine] Re: Trouble using appengine-python-standard image and blob libraries in my py3 app

2022-06-28 Thread 'Andres Marquez Rodriguez' via Google App Engine
ing a simple server to serve images from a Google Cloud Storage > bucket. It will serve images to a mobile app. I'm new to Google Cloud > Storage and a python3 Appengine server, I've been running a py2.7 server > for years. > > I am able to create a cloud storage client and q

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
://cloud.google.com/appengine/docs/the-appengine-environments [3]:https://cloud.google.com/appengine/docs/standard/php-gen2/config/appref [4]: https://cloud.google.com/appengine/docs/flexible/python/reference/app-yaml#general [5]: https://cloud.google.com/appengine/docs/flexible/custom-runtimes/quickstart

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
/reference/app-yaml#general On Tuesday, June 21, 2022 at 10:36:38 AM UTC-5 phu...@gmail.com wrote: > HI. > > PHP 8.1, I dont't know if standard or flexible. Yes, I can connect to > Gcloud Storage with web browser. > > El lunes, 20 de junio de 2022 a las 20:18:25 UTC+2, O

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-20 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Are you able to connect locally to Google Cloud Storage? Are you using a standard or flexible App Engine environment? Which PHP version are you working on? On Monday, June 20, 2022 at 10:12:07 AM UTC-5 phu...@gmail.com wrote: > Hi all. > > I'm deploying my Yii 2 PHP application in Goo

[google-appengine] Re: App Engine Phishing Website

2022-06-17 Thread 'Hector Martinez Rodriguez' via Google App Engine
we do to escalate? > > IP address: 34.145.113.173 > https://34.145.113.173/ > *Hostname:* 173.113.145.34.bc.googleusercontent.com. > > That's a fraudulent clone of First Republic Bank's online banking website. > > > -- You received this message because you are subscribed to the G

Re: [google-appengine] Re: appengine cron jobs

2022-06-16 Thread 'Jose Lorea Sanchez' via Google App Engine
rently using. Here is an example using Python and Java <https://stackoverflow.com/questions/2433899/how-to-deregister-a-cron-job-in-appengine>, and here is another using the gcloud command tool <https://stackoverflow.com/questions/47492050/how-to-cancel-or-stop-google-app-

Re: [google-appengine] Re: appengine cron jobs

2022-06-15 Thread 'Rajesh G' via Google App Engine
I dont see the jobs to pause them. Regards, [image: image.png] On Thu, Jun 16, 2022 at 12:36 AM 'Andres Marquez Rodriguez' via Google App Engine wrote: > You can’t ‘stop’ it, but here is a documentation on how to pause it. [1] > > [1] https://cloud.google.com/scheduler/docs/creat

[google-appengine] Re: appengine cron jobs

2022-06-15 Thread 'Andres Marquez Rodriguez' via Google App Engine
gt; > *Field Service Software on Google Cloud Platform and Mobile* > > > -- 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-ap

[google-appengine] Re: Not able to delete app engine

2022-06-15 Thread 'Osvaldo Lopez Acuña' via Google App Engine
credentials to do it. If you’re using Cloud SDK this document [1] might be helpful. Consider that you cannot delete a version of a service that is currently receiving traffic. [1]:https://cloud.google.com/sdk/gcloud/reference/app/versions/delete On Tuesday, June 14, 2022 at 4:26:42 PM UTC-5 sidh

[google-appengine] appengine cron jobs

2022-06-15 Thread 'Rajesh G' via Google App Engine
365=e6a13c2e624b1529> *Field Service Software on Google Cloud Platform and Mobile* -- 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-ap

[google-appengine] Re: App Engine & Cloud Run in VPC

2022-06-06 Thread 'Ernesto Contreras Pinon' via Google App Engine
tps://cloud.google.com/vpc/docs/serverless-vpc-access> should be a starting point to know more about VPC serverless access. On Monday, June 6, 2022 at 9:55:29 AM UTC-5 kryt...@googlemail.com wrote: > Hi > I am setting up a front-end in App Engine which speaks to a back-end in > Cloud R

[google-appengine] Re: Using pubsub to trigger subsequent cloud build with filtering

2022-06-06 Thread 'Jose Perez Sanchez' via Google App Engine
ers, you'll need the permission <https://cloud.google.com/build/docs/iam-roles-permissions#permissions> cloudbuild.build.create. You can also try disabling and enabling the Cloud Build API in your project so a new service account is created, or adding the role “App Engine Deployer” to the cloud

[google-appengine] App Engine & Cloud Run in VPC

2022-06-06 Thread 'Stuart Henderson' via Google App Engine
Hi I am setting up a front-end in App Engine which speaks to a back-end in Cloud Run and I'd like all the traffic to be private (internal only). Is it necessary to use a serverless VPC Connector for this? I had pictured just adding these resources to the VPC subnet for the relevant region

[google-appengine] Re: Adding custom domain that does not support AAAA

2022-06-02 Thread 'Ernesto Contreras Pinon' via Google App Engine
Which domain name registrar are you using for your domain? Also, what is the incompatibility you are seeing with records from your App Engine app? You can check the documentation <https://cloud.google.com/appengine/docs/standard/python3/mapping-custom-domains#dns_update> for addi

[google-appengine] Re: Problem Upgrading from 354.0.0

2022-06-02 Thread 'Andres Marquez Rodriguez' via Google App Engine
;', '-d', >>> 'extension="php_gae_runtime_module.dll"', '-d', >>> 'extension_dir="C:\\Users\\Ron >>> \\AppData\\Local\\Google\\Cloud >>> SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.5-Win32-VC11-x86"'] >>> INFO

[google-appengine] Re: GAE deployment throwing Error Response: [13] The system encountered a fatal error

2022-05-27 Thread 'Ernesto Contreras Pinon' via Google App Engine
elated to the process of building your custom runtime on App Engine Flex. How long is the build process taking? In case it’s more than the default of 10 minutes, you’d have to set a larger timeout <https://cloud.google.com/build/docs/deploying-builds/deploy-appengine#configuring_the_deployment>,

[google-appengine] Re: GAE deployment throwing Error Response: [13] The system encountered a fatal error

2022-05-26 Thread 'Ernesto Contreras Pinon' via Google App Engine
This error is rather generic and can be caused by multiple factors. Have you read past issues like this that have possible solutions? In this sample <https://issuetracker.google.com/issues/201556420>, the issue was solved through re-associating the App Engine service account with t

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-18 Thread 'Jose Lorea Sanchez' via Google App Engine
Here is a post from “StackOverflow” that has similar characteristics. The user configures SECURE_SSL_REDIRECT and his App Engine has presented similar issues. The answer suggests adding a secure parameter <https://stackoverflow.com/a/41582457/16938011> to the app.yaml file. Could y

[google-appengine] Re: Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

2022-05-18 Thread 'Andres Marquez Rodriguez' via Google App Engine
get_proxy_name": "", > "zone": "global", > "project_id": "", > "backend_service_name": "", > "forwarding_rule_name": "" > } &

[google-appengine] Re: Error: Cannot sign data without `client_email`.

2022-05-18 Thread 'Ernesto Contreras Pinon' via 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-appengine] Re: Auto scaling to basic scaling migrate

2022-05-17 Thread 'Nikhil Patil' via Google App Engine
: > Were you able to change your App Engine settings the way Ernesto suggested? > > The issue ended on May 6, as you can see in the shared link, and App > Engine was not affected. > > > On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com >

[google-appengine] Re: Lost access to Google Cloud groups?

2022-05-16 Thread 'Ernesto Contreras Pinon' via Google App Engine
Google Groups :( > > I was in a few insiders programs and I owe some feedback, and am hoping to > get support especially with I/O 2022 coming to a close :). Congrats on all > the launches, as well!! > -- You received this message because you are subscribed to the Google Groups &quo

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Were you able to change your App Engine settings the way Ernesto suggested? The issue ended on May 6, as you can see in the shared link, and App Engine was not affected. On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com wrote: > Any update on this? > > >

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
On Saturday, May 7, 2022 at 5:49:29 AM UTC+9 Ernesto Contreras Pinon wrote: > >> Yes, using the app.yaml file, you can set the type of scaling that is >> used by your App Engine app. You can specifically see the reference >> <https://cloud.google.com/appengine

[google-appengine] Re: inconsistent daily "frontend instance" costs

2022-05-13 Thread 'Ernesto Contreras Pinon' via Google App Engine
after the instance is shut down. This behavior can explain instance hours accumulating <https://stackoverflow.com/a/16782270/16929894> depending on how the requests are received by App Engine. Which type of scaling is set up for your application? Also which environment are you using (F

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
in your app [2]. This document [3] answers some App Engine connectivity questions. [1]:https://cloud.google.com/appengine/quotas#Requests [2]:https://cloud.google.com/appengine/docs/troubleshooter/latency [3]: https://cloud.google.com/appengine/docs/troubleshooter/connectivity-questions

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-12 Thread 'Nikhil Patil' via Google App Engine
Any update on this? On Saturday, May 7, 2022 at 5:49:29 AM UTC+9 Ernesto Contreras Pinon wrote: > Yes, using the app.yaml file, you can set the type of scaling that is used > by your App Engine app. You can specifically see the reference > <https://cloud.google.com/appengine/d

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-05-12 Thread 'Nikhil Patil' via Google App Engine
you tried debugging your app locally using the local development > server > <https://cloud.google.com/appengine/docs/standard/python3/tools/using-local-server> > > or using the local development server > <https://cloud.google.com/appengine/docs/standard/python3/testing-and-d

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-12 Thread 'Ernesto Contreras Pinon' via Google App Engine
h_id_token() method. You can refer to the complete user guide <https://googleapis.dev/python/google-auth/latest/user-guide.html#identity-tokens> documentation for more samples. On Monday, May 9, 2022 at 1:49:09 PM UTC-5 david.b...@zebra.com wrote: > Standard environment. Clien

[google-appengine] Re: My VM disappeared when i did not pay

2022-05-11 Thread 'Andres Marquez Rodriguez' via Google App Engine
period with outstanding cost and closing the billing account, the system automatically deletes your App Engine instance. This is not recoverable. [1] https://cloud.google.com/billing/docs/how-to/resolve-issues#resolving_declined_payments On Wednesday, May 11, 2022 at 3:47:29 PM UTC-5 Arturo

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-09 Thread 'David Brogdon' via Google App Engine
Standard environment. Client app->App Engine App->Other services is the logic flow. Client is Python code. I am trying to use the service account key to request a token so that my client app and submit a request to my App Engine App (controller/proxy/etc). Code method below:

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-09 Thread 'David Brogdon' via Google App Engine
This is what I am trying to do based on the GCP docs. I just need to know how to get the token from GCP to use in my client-side app so that it can make requests to my App Engine app. Do you have an example that simply gets a token by using the service account key? Thanks On Thursday, May 5

[google-appengine] Re: How to structure credentials in requests to App Engine App

2022-05-09 Thread 'David Brogdon' via Google App Engine
Currently I have a client app that is local to the desktop and needs to send a request via Python to the server app (App Engine App) that then interacts with the other services. I am using standard environment. I have tried many examples for the GCP docs for authentication, including oauth

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-05-06 Thread 'Rogelio Monter Rodriguez' via Google App Engine
Have you tried debugging your app locally using the local development server <https://cloud.google.com/appengine/docs/standard/python3/tools/using-local-server> or using the local development server <https://cloud.google.com/appengine/docs/standard/python3/testing-and-deploying

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-06 Thread 'Ernesto Contreras Pinon' via Google App Engine
Yes, using the app.yaml file, you can set the type of scaling that is used by your App Engine app. You can specifically see the reference <https://cloud.google.com/appengine/docs/standard/python3/config/appref#scaling_elements> on how the scaling elements are to be syntactically

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-06 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share if you’re using the Standard or Flex environment, in which programming language is your App (including version), what type of service account you have, any related code or settings that you have tried and the complete error and logs. Meanwhile here’s the general App Engine’s

[google-appengine] Auto scaling to basic scaling migrate

2022-05-06 Thread 'Nikhil Patil' via Google App Engine
I was using autoscaling but it has 10 min request timeout,so I want to change it to basic scaling. Does changing app.yaml will do the thing? or I need more settings. runtime: python39 service: dev-app instance_class: B1 basic_scaling: max_instances: 10 idle_timeout: 10m I am getting error

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-05-06 Thread 'Nikhil Patil' via Google App Engine
To Explain my overall situation, My app response is lost though the API program executes as expected. This happens randomly. here is my app.yaml # # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in

[google-appengine] Re: How to structure credentials in requests to App Engine App

2022-05-05 Thread 'Andres Fiesco Casasola' via Google App Engine
How are you issuing the HTTP(s) request from your app engine? Could you please share the documentation you used for the authentication? Are you using a standard or a flex environment? On Thursday, May 5, 2022 at 2:06:35 AM UTC-5 david.b...@zebra.com wrote: > I am trying to figure out

[google-appengine] Re: authentication for google appengine java

2022-05-05 Thread 'Osvaldo Lopez Acuña' via Google App Engine
uthentication with java appengine > standard. > Documentation did not help me much and dont' know how to put the pieces > together in a java servlet environment. > > > > > On Wed, Apr 27, 2022 at 7:11 PM Rajesh G > wrote: > >> Hello, >> I have been

[google-appengine] How to structure credentials in requests to App Engine App

2022-05-05 Thread 'David Brogdon' via Google App Engine
I am trying to figure out how to authenticate a desktop app to my App Engine app in order to send HTTP requests to my App Engine App. I have read all the documentation I can find but what I really need to know is, *how do I feed my service account key info into my http request so that my App

[google-appengine] Re: authentication for google appengine java

2022-05-03 Thread 'Rajesh G' via Google App Engine
Hello All, Any examples on how to use firebase authentication with java appengine standard. Documentation did not help me much and dont' know how to put the pieces together in a java servlet environment. On Wed, Apr 27, 2022 at 7:11 PM Rajesh G wrote: > Hello, > I have been using ja

[google-appengine] Re: error OR-CBAT-15

2022-05-03 Thread 'Ernesto Contreras Pinon' via Google App Engine
error. > any know abaut this error? > -- 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.co

[google-appengine] App suddently answer Access is forbidden

2022-04-28 Thread 'Cédric Krier' via Google App Engine
Since yesterday, our app is answering "403 Forbidden" to all requests. There have been no change in the app. There is no logging error. What could be the problem? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] authentication for google appengine java

2022-04-27 Thread 'Rajesh G' via Google App Engine
Hello, I have been using java app engine for few years now. My app is using UserService for authentication in the servlets Now, I am creating a new app. I am exploring what options are available for authentication for use with java appengine. I checked around firebase authentication. But, did

[google-appengine] Issues in setting up cloud debugger python3 flask app in app engine

2022-04-27 Thread 'Chirantar Gupta' via Google App Engine
=2.42199973.-1647534003.1647540401 - What is still missing after that? - Also can someone help me with other debugging options if available without deploying application again and again. -- You received this message because you are subscribed to the Google Groups "Google App Engine&q

[google-appengine] Re: Unable to access cluster

2022-04-27 Thread 'Prathuyusha Parchuri' via Google App Engine
i logged into GCP and trying to access the cluster but unable to do it, getting the error. can you please help ? -- 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 fro

[google-appengine] Re: Hidden usage of frontend instance hours

2022-04-26 Thread 'Ernesto Contreras Pinon' via Google App Engine
etting an upper limit <https://cloud.google.com/appengine/docs/managing-costs#specify_the_maximum_number_of_instances>of 1 instance, so that if an additional instance is created automatically by App Engine, it does not use up instance time <https://cloud.google.com/appengine/quotas#Instanc

[google-appengine] Re: Interactive console enable in app-engine 2nd gen using python flask

2022-04-26 Thread 'Matt Larkin' via Google App Engine
:55:35 AM UTC-7 chir...@bluestacks.com wrote: > How can we enable interactive shell in app engine on the deployed url -- 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

[google-appengine] Re: app verification

2022-04-26 Thread 'Andres Fiesco Casasola' via Google App Engine
the verification thread for any updates. [1]: https://support.google.com/cloud/answer/9110914#how-long=%2Chow-long-will-the-verification-process-take On Tuesday, April 26, 2022 at 6:55:29 AM UTC-5 apokto...@gmail.com wrote: > > Our app is still not verified and not get any message for that w

[google-appengine] Interactive console enable in app-engine 2nd gen using python flask

2022-04-26 Thread 'Chirantar Gupta' via Google App Engine
How can we enable interactive shell in app engine on the deployed url -- 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-appengin

[google-appengine] How to ping mailbox address before send out

2022-04-26 Thread 'THE NHUT TRAN' via Google App Engine
.. Thank for your help. -- 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

[google-appengine] rcpt to: get 250

2022-04-26 Thread 'THE NHUT TRAN' via Google App Engine
Hi, I connected to smtp.gmail.com:587 with commands: EHLO StartTLS Auth But MAIL TO: or RCPT TO: always get 250 as valid email. I want get 250 if valid and 5xx if invalid. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] Re: AppEngine crashing my webserice randomly with errors

2022-04-25 Thread 'Amit Sinha' via Google App Engine
ent=187191=1162848> to investigate it further. Please provide as much information as possible. Also when turning this issue in private you can share the project ID and App Engine version name in the issue tracker link to check further. I hope it helps. On Saturday, April 23, 2022 at 6:24:25 PM

[google-appengine] Re: Alert triggered for 500 responses, but no 500 responses in logs

2022-04-25 Thread 'Osvaldo Lopez Acuña' via Google App Engine
loud.google.com/logging/docs/alerting/troubleshooting#alert-wrong> There’s a known issue <https://cloud.google.com/appengine/docs/standard/python3/writing-application-logs#known_issues> where sometimes app log entries are not correlated with the request log. This happens the first time you

[google-appengine] Re: AppEngine crashing my webserice randomly with errors

2022-04-21 Thread 'Darrell (Cloud Platform Support)' via Google App Engine
uot;, > "labels": { > "instance_id": "", > "zone": "us-central1-c", > "project_id": "" > } > }, > "timestamp": "2022-04-20T21:07:52.780477835Z", > &

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-04-21 Thread 'Horace (Cloud Platform Support)' via Google App Engine
Hello Since we don't have visibility on your project to check your App Engine settings including your yaml file and further use our internal tools to find out what is happening, kindly take a look at your configuration such as your max instances, idle time out, and scaling. From your log

Re: [google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-21 Thread 'Rogelio Monter Rodriguez' via Google App Engine
wsl2 according to > https://nirisarri.github.io/2020-11-03-how-to-install-and-run-intellij-idea-for-linux-in-wsl2/ > > similar steps should work for NetBeans or Eclipse I guess. > > Ludp > On 4/21/22 2:55 AM, 'Rajesh G' via Google App Engine wrote: > > If you dont' use

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-04-21 Thread 'Nikhil Patil' via Google App Engine
6d7a5" }, "logName": "projects/my-prj/logs/stderr", "receiveTimestamp": "2022-04-14T03:20:25.641464142Z" }, { "textPayload": "[2022-04-14 03:20:25 +] [30] [INFO] Worker exiting (pid: 30)", "insertId"

Re: [google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-21 Thread 'Rajesh G' via Google App Engine
st there, I think you are missing this critical line in your pom.xml: > > > target/${project.artifactId}-${project.version}/WEB-INF/classes > > ... > > This way, the compile on save is put the changed class in the correct web > app location. > At least, I t

Re: [google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-21 Thread 'Rajesh G' via Google App Engine
mvn war:exploded did not work. However, mvn compile is working now and the server will restart. It did not when I tried earlier. Cheers On Thu, Apr 21, 2022 at 12:56 AM 'Rogelio Monter Rodriguez' via Google App Engine wrote: > As stated in the app-maven-plugin User guide > <https://g

Re: [google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-20 Thread 'Rogelio Monter Rodriguez' via Google App Engine
As stated in the app-maven-plugin User guide <https://github.com/GoogleCloudPlatform/app-maven-plugin/blob/master/USER_GUIDE.md#how-do-i-enable-automatic-reload-of-my-application> : To enable automatic reload of an application, you must tell the Dev App Server to scan for c

[google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-19 Thread 'Rajesh G' via Google App Engine
Service Software on Google Cloud Platform and Mobile* -- 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. T

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-04-19 Thread 'Andres Fiesco Casasola' via Google App Engine
Do you get any errors when you get the timeout? Could please post your code and your logs? I found these stackoverflow cases that can help you (most common errors): [1]: https://stackoverflow.com/questions/68420538/google-cloud-app-engine-deploy-fail-django [2]: https://stackoverflow.com

[google-appengine] Google App Engine Flexible Python 3.9 testing invitation

2022-04-18 Thread 'GCLB Serverless Contact' via Google App Engine
We are inviting testers to try out the Python 3.9 runtime for Google App Engine Flexible. To submit an application, please go to this form <https://forms.gle/wUwNdaknyjRGXpba7> and enter the requested information including your email address and project IDs. Upon being selected, we will p

[google-appengine] Re: Should I use app engine to run a single function script?

2022-04-18 Thread 'Jose Lorea Sanchez' via Google App Engine
hedule it. If your script is a containerized application, you can consider using Google Cloud Run <https://cloud.google.com/run/docs> or Google App Engine. Starting with Cloud Run: - Cloud Run is a managed compute platform that enables you to run containers that are invocable via reques

[google-appengine] Re: regarding uploading file to cloud storage bucket via appengine

2022-04-18 Thread 'Ernesto Contreras Pinon' via Google App Engine
Can you share details about your application’s use case and the runtime environment you are using? As shown in this documentation <https://cloud.google.com/appengine/docs/standard/php/googlestorage>, App Engine generally does not encourage working with local files, as your application

Re: [google-appengine] Digest for google-appengine@googlegroups.com - 2 updates in 1 topic

2022-04-18 Thread 'Amit Sinha' via Google App Engine
I think you are missing this critical line in your pom.xml: > > > > target/${project.artifactId}-${project.version}/WEB-INF/classes > > ... > > This way, the compile on save is put the changed class in the correct web > app location. > At least, I tested it

[google-appengine] Re: Google Cloud Signup Error

2022-04-18 Thread 'Jose Perez Sanchez' via Google App Engine
mple: [image: Screenshot 2022-04-14 211642.jpg] -- 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. T

[google-appengine] Re: API Maps Payment Profile not Approved

2022-04-18 Thread 'Andres Fiesco Casasola' via Google App Engine
g account for Google Maps API. > > I really don't understand why it is not going through. > > > > > > Thanks! > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and s

[google-appengine] App Engine doesn't send response leads to timeout at client

2022-04-17 Thread 'Nikhil Patil' via Google App Engine
I have Django application deployed on App Engine standard environment. Not all the time but sometimes App engine doesn't send response back which leads to timeout at client side. I have logged the response contents just before sending response in django code and the contents are correct. All

Re: [google-appengine] Digest for google-appengine@googlegroups.com - 2 updates in 1 topic

2022-04-16 Thread 'Tim Macpherson' via Google App Engine
hanged class in the correct web app location. At least, I tested it in NetBeans and it works great as NetBeans can do compile automatically when you save a java file, even in the Maven project. Ludo     On Saturday, April 16, 2022 at 4:50:43 AM UTC-7 | Back to top | You received this

[google-appengine] hot reload: mvn google cloud sdk

2022-04-16 Thread 'Rajesh G' via Google App Engine
ink/d3f22bd739b3718e12c68c5b86438ca61f830fa3?url=https%3A%2F%2Fwww.servicefolder.com=6615365=f4810861ea559986> *Field Service Software on Google Cloud Platform and Mobile* -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from thi

[google-appengine] Re: so frustrated... my paid project was blown away!

2022-04-07 Thread 'Matt Larkin' via Google App Engine
Hi, Sorry to hear that you are having an issue. To clarify, when you say you "saved some data inside my GCP linux console", I'm assuming you mean Cloud Shell <https://cloud.google.com/shell/docs>, because App Engine doesn't have anything along those lines. Looking at

Re: [google-appengine] 50k pages hosting on nodejs appengine

2022-04-06 Thread 'Rajesh G' via Google App Engine
t;https://mailtrack.io/trace/link/7d595decee3a61ebc2556698b1cfa17db9fbc1aa?url=https%3A%2F%2Fwww.servicefolder.com%2F=6615365=900a9d29d60abac1> *Field Service Software on Google Cloud Platform and Mobile* On Mon, Mar 28, 2022 at 4:53 PM Nickolas Daskalou wrote: > App Engine is great if you actually have a dynami

[google-appengine] Re: HttpTaskHandler payload is empty

2022-03-31 Thread 'rwabukumba' via Google App Engine
link/0bbbef6930112598a5b730ba6bc278d39f72a8d0?url=https%3A%2F%2Fwww.servicefolder.com=6615365=9aef1aeda404800f> > *Field Service Software on Google Cloud Platform and Mobile* > > > -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] HttpTaskHandler payload is empty

2022-03-30 Thread 'Rajesh G' via Google App Engine
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/

[google-appengine] Re: Manual/basic GAE instance in Java11 gets 403 on start

2022-03-29 Thread 'Amit Sinha' via Google App Engine
lpful. On Tuesday, March 29, 2022 at 9:45:36 AM UTC-4 eduardo@versia.com wrote: > Hello, > > Migrating from dynamic instances in Java11 GAE to manual/basic instances > results in 403 error when Google services (from IP 0.1.0.3) performs a > "/_ah/start" request. > &

[google-appengine] Re: GPU quotas increased but error on the excess of my quota

2022-03-29 Thread 'babdelrahman' via 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://grou

  1   2   3   4   5   6   7   8   9   10   >