[google-appengine] Re: Not able to SignUp for free trial account - Getting Error [OR-BSBBS-103]

2022-03-28 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Please contact GCP billing support since they would be able to provide more information about this error you are seeing. On Saturday, March 26, 2022 at 2:11:28 PM UTC-4 venkates...@gmail.com wrote: > *Getting Error [OR-BSBBS-103].* > after

[google-appengine] Re: Sporadic server error since March 1 (Python)

2022-03-07 Thread 'David (Cloud Platform Support)' via Google App Engine
Glad to hear that switching to a F2 instance class fixed the issue. It’s hard to say whether the issue was caused by a lack of resources even after looking at the log you provided. Which is why I would recommend you to contact GCP support If this issue

Re: [google-appengine] Re: GAE standard and flex: support PHP 8

2022-01-27 Thread 'David (Cloud Platform Support)' via Google App Engine
Please follow the official feature request for PHP 8.0 support for GAE standard and GAE flex . You are able to subscribe to it, if you would like to receive updates about its progress. You can also

[google-appengine] Re: App Engine Flexible Environment Deployed Version Management

2022-01-20 Thread 'David (Cloud Platform Support)' via Google App Engine
You can deploy it this way: 1-gcloud app deploy --no-promote -v 2-gcloud app services set-traffic --splits =1 By using the no promote flag, when you perform a deployment, the new version won’t directly serve traffic. Then, you could choose how much of the traffic you want to be sent by

Re: [google-appengine] Updates from the Google App Engine team (Fall 2021)

2021-11-04 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Other than applying changes within your own application so it will go easy at startup, you can try using warmup requests along with tweaking the min_idle_instances element

[google-appengine] Re: Disabling TLS 1.0

2021-07-16 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, In the past, to update your TLS version, you needed to create a ticket with GCP support. However, right now, the recommended approach by GCP is to use Cloud Load Balancing and serverless NEGS . Please review

[google-appengine] Re: Can we store images and videos using Google Cloud nDB?

2021-07-08 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Storing images is not preferable with scaling/performance and so it has been omitted for the database itself. With the migration from app engine ndb to cloud ndb, comes a move from using BlobStore to the use of Cloud

[google-appengine] Re: AppEngine Standard - Connection reset by peer

2021-06-22 Thread 'David (Cloud Platform Support)' via Google App Engine
This could be an issue with a specific library that you may be using or something within the app’s response that App Engine isn’t liking. Of course it could be many other things. First, I would recommend you to implement logging within your app to see if you can attribute this error to a

[google-appengine] Re: How to authenticate a curl request in my app?

2021-06-15 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, As you mentioned, a good way of doing this would be using secret manager. This is the official document that explains how to use secret manager and should help you in getting your curl to work properly. On

[google-appengine] Re: Google Cloud Trial Ended

2021-06-14 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, There are many guides out there that explain how to set up projects and start up with GCP. You can see the official page of getting started with GCP . Now, while going through these guides, you may experience issues which for you would

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2021-05-04 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, I have brought this issue to the attention of the Cloud Billing engineering team. Please follow this Issue Tracker . On Tuesday, May 4, 2021 at 12:24:47 PM UTC-4 talkto...@gmail.com wrote: > Me too not able to register successfully. > Help

[google-appengine] Re: Unstable latency inside of the Google infrasturcture during execution requests to Google AppEngine Standard

2021-04-29 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Just by looking at this, it may be hard to tell why there’s a discrepancy between the first and second attempt. It could be related to cold starts 1 ,2

[google-appengine] Re: Can GAE handle requests from the same user in a same instance

2021-04-28 Thread 'David (Cloud Platform Support)' via Google App Engine
Since GAE is serverless, you can’t route requests to a specific instance depending on the user. Within GCP, you may be able to use VM’s with a load balancer to route requests to specific VM’s depending on the user using the URL as a distinction, but it would require a lot of work to implement

[google-appengine] Re: Redirected custom domain from Google does not show in browser address bar

2021-04-26 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, After properly following mapping custom domains and waiting for DNS propagation, you should be able to see these domain names within your address bar and it should not redirect you to the appspot.com

[google-appengine] Re: App Engine - Deployment Failing

2021-04-20 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, This issue could be occurring due to a preoccupied running operation. If this is the case, to avoid this error, you may need to add to your build steps a ‘waitFor’ 1 , 2

[google-appengine] Re: How to allow Proxy-Authorization header in request and response on GAE

2021-04-14 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, The “Proxy-Authorization” header is stripped for security reasons. A possible workaround would be moving from Standard to Flexible environment. Bear in mind the different headers' limitations for App Engine Flexible

[google-appengine] Re: Google Cloud Platform Core Services

2021-04-01 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Do you have any specific question about GCP or was this post created by mistake? On Thursday, April 1, 2021 at 10:11:48 AM UTC-4 infotec...@gmail.com wrote: > Before we do a deep dive into Google Cloud Platform core services > , let's have a

[google-appengine] Re: Service in multiple languages

2021-03-25 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, You can deploy different services/versions and communicate internally when using App Engine Flex, as Flex instances are similar to GCE instances you can configure Firewall rules and add a network tag on a VPC network to control access to your services. Please look at this document

Re: [google-appengine] Re: Not able to call cloud firestore and cloud task api from app engine flexible environment

2021-03-23 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, I would recommend you to follow the snippet provided in here . Also, please take a look at this Issue Tracker which may provide with some help

[google-appengine] Re: AppEngine Firewall does not allow access from other AppEngine Flexible IPs

2021-03-18 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, I see you mentioned apps are running in App Engine flexible and the document you are using is meant for App Engine standard. Please refer to this document which is intended for App Engine flexible. However, I

[google-appengine] Re: Google App Engine with Postgres & Go - Unable to connect to DB

2021-02-24 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Please note that Google Groups is reserved for conceptual discussions that don’t involve debugging. I understand you may know this already but just ran out of options to get additional assistance other than Stack Overflow. In order for you to get proper assistance, I would recommend

Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-09-16 Thread 'David (Cloud Platform Support)' via Google App Engine
I believe you may have ended in the wrong support channel. Basic billing GCP support is provided to everyone. For questions like these that require project’s inspection to investigate an issue about a specific product, in this case App Engine and/or GCS, even though a billing issue may be a

Re: [google-appengine] Can we create a billing account without turning on the free $300/90 days credit?

2020-09-16 Thread 'David (Cloud Platform Support)' via Google App Engine
As per the free trial documentation , the free trial will start automatically when you set up your billing account so you must be prepared to use your free trial when doing this. On Tuesday, September 15, 2020 at 7:21:59 PM UTC-4 NP wrote: >

Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-09-14 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, This error can show up due to various matters usually related to billing or a quota being exceeded. I would recommend you to contact GCP support as they would be able to inspect your project and tell you the reason you are seeing this error message. On Tuesday, September 8, 2020 at

[google-appengine] Re: Obtaining refresh_token through offline_access scope to be used with IAP

2020-09-01 Thread 'David (Cloud Platform Support)' via Google App Engine
This documentation about refreshing an access token (offline access) using Google's authorization server could be helpful. On Monday, August 31, 2020 at 8:26:25 AM UTC-4 jose.c...@iota.org wrote: > I am using IAP to

[google-appengine] Re: Getting an error in the php zip module

2020-08-24 Thread 'David (Cloud Platform Support)' via Google App Engine
Could you specify if you are using App Engine standard or flexible? Zip should be enabled by default in both App Engine Standard and Flexible

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

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

[google-appengine] Re: App Engine not mapping custom domains

2020-06-22 Thread 'David (Cloud Platform Support)' via Google App Engine
I would recommend re-mapping the custom domain . If after doing this, you are still not able to get it working, you should probably reach out to GCP support as they would be able

[google-appengine] Re: App Engine Deployer role is missing permissions to carry out the --stop-previous-version

2020-06-04 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, You are able to create a feature request for each of your inquiries: 1-To introduce a finer grained permissions that only includes .stop 2-For the App Engine Deployer role to support the --stop-previous-version

[google-appengine] Re: Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-06-03 Thread 'David (Cloud Platform Support)' via Google App Engine
Here is the official documentation of dir , not sure if you can escape up. However, it’s recommended to have the app.yaml in the same directory where the main is. Maybe if you could provide more information about what you are trying

[google-appengine] Re: Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-06-01 Thread 'David (Cloud Platform Support)' via Google App Engine
When you use the dir field in a build step, you are setting the working directory to its value and in this case, assuming your source files are not in that working directory and from what you have mentioned that it’s deploying empty, it’s not finding your source files and you can check this if

[google-appengine] Re: Unable to export to Monitoring service because: GaxError RPC failed, caused by 3: One or more TimeSeries could not be written

2020-05-25 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, 1-This is an error from the Stackdriver logging which I have seen before but it was fixed in the past. 2-There is a possibility that both of these are related if they started happening about the same time with no change on your end. In order to investigate further, please create a

[google-appengine] Re: Would jasper report work on AppEngine standard

2020-05-25 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Since Java 8 on App Engine supports Java's native image manipulation classes such as AWT and Java2D

[google-appengine] Re: Blobstore API failing to init blobs in local dev environment

2020-05-11 Thread 'David (Cloud Platform Support)' via Google App Engine
You probably need to import apiproxy_stub_map and register the file service stub: from google.appengine.api import apiproxy_stub_map from google.appengine.api.files import file_service_stub See This Document

Re: [google-appengine] Re: Google Cloud Run Container Status

2020-05-08 Thread 'David (Cloud Platform Support)' via Google App Engine
You mentioned you tried delaying port binding and it did not work, can you explain what happens exactly? As Cloud Run should start sending traffic to your application once you start listening on the port number so if you are delaying the port binding, it should work in your benefit. -- You

[google-appengine] Re: Can't add *.netlify.app to Authorized urls

2020-05-08 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, If you are referring to Credentials ->Create Credentials->OAuth Client ID->Web Application, I’m able to add “*.netlify.app” to my "Authorized redirect URIs" and "Authorized JavaScript origins”, maybe posting a screenshot or video showing the error would give the community a better

[google-appengine] Re: Understanding incremental upload in gcloud app deploy

2020-04-23 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Here is some information about the default and staging buckets . As for the artifact, this is a bucket for the build cache which holds intermediary build output. The staging and artifact

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-08 Thread 'David (Cloud Platform Support)' via Google App Engine
Another workaround other than increasing the timeout limit would be adding “grpcio==1.27.2” to your requirements.txt and then try to redeploy -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-07 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, I’m seeing this excessive time now with Pub/Sub and Cloud Task libraries. You can follow this IssueTracker that I have created to raise awareness with the App Engine Flex engineering team. You can also report this yourself from an user

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-07 Thread 'David (Cloud Platform Support)' via Google App Engine
“google-auth 1.13.1 has requirement setuptools>=40.3.0, but you'll have setuptools 39.1.0 which is incompatible” and “You are using pip version 10.0.1, however version 20.0.2 is available” are warning messages that show up as the version for these libraries are updated gradually and might not

[google-appengine] Re: How to resolve google app engine latency while autoscaling?

2020-03-25 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, The first request made after deployment usually takes longer than subsequent requests as well as the first request when an application has not been serving traffic for a while since it will be a loading request

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

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

[google-appengine] Re: App Engine won't start instances in standard environment

2020-03-16 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, I believe this could be related to authentication issues. I came to this theory when you mentioned that If you deploy it manually, it works properly but if you do it through triggers, it does not. Please make sure that whatever authentication your application is doing is being properly

[google-appengine] Re: '[internal google IP] refused to connect' error when activating custom WP theme

2020-03-10 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, In order for you to get better help from the community, it would be helpful if you could specify whether you are using App Engine or Compute Engine and if you are using App Engine since this is the App Engine group, which version of App Engine you deployed your WP to, standard or flex

[google-appengine] Re: gcloud app deploy error: Service not available?

2020-03-10 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, By the error you are receiving, it looks like it was a transient issue at the moment you attempted this deployment. Could you try again and see if it’s still happening? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Keep getting TransientError when call lease_tasks() to pull from Cloud Tasks

2020-03-09 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello Limin, As a first step, even though you mentioned the errors came out of nowhere, I would try increasing the maximum rate of the queue as this may help in reducing these type of errors. However, please note that Google Groups is meant for general conceptual discussions about GCP

[google-appengine] Re: .appspot.com is currently unable to handle this request. HTTP ERROR 500 -

2020-02-28 Thread 'David (Cloud Platform Support)' via Google App Engine
This could be due to a number of reasons. I would recommend you to check your logs which will provide you with more information about what’s causing the issue. You can check your logs by going on App Engine> Versions> Tools (under diagnose) -> logs. -- You received this message because you

[google-appengine] Re: Google appengine free quota per application?

2020-02-24 Thread 'David (Cloud Platform Support)' via Google App Engine
For the always free program within the free tier , most quotas are per billing account. However, for App Engine specifically, I can confirm as Ryan mentioned, it is

[google-appengine] Re: Google appengine free quota per application?

2020-02-20 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello Animesh, I would like to clarify this for you. Free quotas are per billing account and not per application. -- 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

[google-appengine] Re: App Engine nginx request logs, does it include response time

2020-02-10 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, The information in the nginx request logs does not take into account the load balancer. "jsonPayload.latencySeconds" corresponds to the request time starting from when Nginx reads the first byte until Nginx sends the last byte of the response body and it differs from a full response

[google-appengine] Re: How can I see in which environment my App Engine module is running?

2020-02-05 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Yes, you can see in which environment your App Engine application is running. Just head over to your Cloud Console and click the hamburger top left corner to see the settings menu, then go to App Engine - > versions and you should be able to see some information about your application

[google-appengine] Re: Best way to handle long running tasks

2020-01-08 Thread 'David (Cloud Platform Support)' via Google App Engine
When using AppEngine, it is better to use Cloud Tasks at the moment of performing long-running requests. As you mentioned, you could also use Compute Engine and there could be ways to integrate PubSub but if you are already in App Engine

[google-appengine] Re: Error when I'm deploying (error pushing image: failed to push to destination)

2020-01-08 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, This seems to be an authentication issue. You can try running “gcloud auth revoke” and then authenticating once again using “gcloud auth application-default login” as well as updating your Cloud SDK version. If none of this works, I would recommend you to create a public Issue Tracker

[google-appengine] Re: Project Missing from Dashboard

2019-12-02 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, If you are added to the project as a Project Billing Manager, the project may not show up in your dashboard so this is likely just a permission issue. You would need to have the organization admin or maybe someone else who was an owner add you to the project as a viewer at least.

[google-appengine] Re: problems when upload large files from google app engine to google storage help plz

2019-11-29 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, This sounds like you may be hitting some type of quota. Please review this documentation about the Quotas and LImits for Cloud Storage . It would be helpful to look for specific errors at your App Engine application logs so you can have an idea

[google-appengine] Re: Google AppEngine - Despite being granted more quota for Billing apps, I still cannot add Billing to the 6th or more apps

2019-11-21 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Could you please submit the request again using this form [1] as by the response you received I believe somehow your request wasn’t routed to the proper team. As a friendly reminder, if you are using services like Compute Engine, BigQuery, Cloud SQL, Cloud Storage, MAPs API and

[google-appengine] Re: Changing GAE region

2019-07-31 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Unfortunately you can’t change the location for your app once created. If you are interested in a feature that would allow you to do this, you can follow this feature request . As a workaround, you may be able to export the Data of your Cloud

[google-appengine] Re: How does Scoring Documents in App Engine Search API affect price?

2019-07-23 Thread 'David (Cloud Platform Support)' via Google App Engine
You can find the pricing for the search API in this link . For more information about pricing, please see this link as well. -- You received this message

[google-appengine] Re: How does Scoring Documents in App Engine Search API affect price?

2019-07-22 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Scoring documents can be expensive in terms of billable operations and execution time, but it is not always the case. As it depends on the document and term you are searching. The reason of expensive is the extra processing in sorting the value as per the frequency of the search

[google-appengine] Re: I can't deploy because of InvalidBuildError・・・

2019-07-22 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, As a first step, please make sure to update your Cloud SDK to the latest version and then please follow our quickstart about App Engine Flex as usually this issue is related to a

[google-appengine] Re: Trying to create redis instance, but says location not found

2019-07-22 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Try adding a “1” to europe-west, so it would be “europe-west1”. Please take a look at the memorystore locations . Europe-west in App Engine and Europe-west1 in memorystore are the same region based in Belgium. -- You received

Re: [google-appengine] Re: 500 error while trying to post to a flask app from postman

2019-07-19 Thread 'David (Cloud Platform Support)' via Google App Engine
This error is most likely caused by the inability of properly using SQL lite on App Engine standard. However, please take a look at Cloud SQL which is pretty easy to get started with within App Engine. -- You received this message

Re: [google-appengine] Re: 500 error while trying to post to a flask app from postman

2019-07-18 Thread 'David (Cloud Platform Support)' via Google App Engine
The 500 error you are receiving may be due to an issue with what happens in your post, specifically when you try to write to your database. You can try catching any errors in that method or you could also check more details about the error by using the Stackdriver Logging

[google-appengine] Re: 500 error while trying to post to a flask app from postman

2019-07-17 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello Karan, This 500 error you are receiving could be due to missing libraries (flask) since I do not see a requirements.txt on your github. Please follow our quickstart on how to get started with Python 3.7 which covers