[google-appengine] Re: Getting history mode to work with Vue app deployed on Google Cloud

2018-07-30 Thread 'Olu' via Google App Engine
> I was able to access the QuantumJS URL > directly by clicking on your link. I was also able to access the Link when > I go through the Index page first. > Reviewing the details of the Stackoverflow Link

[google-appengine] Re: Asp.Mvc core always sees requests as HTTP

2018-07-26 Thread 'Olu' via Google App Engine
The documentation explains "By default, HTTPS connections on your custom domain will be enabled automatically using managed SSL certificates.". Managed certificates are provisioned on App Engine

[google-appengine] Re: Restart Instance " Object reference not set to an instance of an object." Error.

2018-08-09 Thread 'Olu' via Google App Engine
It is not straight forward to determine the root cause of this issue from the UI error as you have displayed. The error reported in the Screenshot is simply a NullReference Exception which could result from other reasons, including wrong Source code implementation. My recommendation is to

[google-appengine] Re: How is the path to app? for example path to gunicorn?

2018-07-16 Thread 'Olu' via Google App Engine
I understand you need the path to your App Engine Application, is that right? This Stackoverflow link describes how to get application root path in GAE by putting a module in the root of your

Re: [google-appengine] Re: Cloud Tasks ETA?

2018-09-07 Thread 'Olu' via Google App Engine
As you probably have confirmed already, the Cloud Task Beta version is still not available. However, I can confirm that there are ongoing internal evaluation for this implementation but there is still no ETA for this request. That being said, the Google groups is not the appropriate thread to

[google-appengine] Re: Second gen GAE Python 3.7 > Cloud SQL - MySQL

2018-09-11 Thread 'Olu' via Google App Engine
There are different ways to connect to the CloudSQL instance depending on the location from where you are connecting. If you are connecting from an App Engine instance which is located in a project which is different from the project which the CloudSQL instance resides, you must use a service

[google-appengine] Re: Hurricane Florence

2018-09-11 Thread 'Olu' via Google App Engine
Applications deployed unto the Google App Engine would not be affected by the Hurricane. When applications are deployed to the Google App Engine, the files and application are stored at remote locations rather than on local hard disks or disk-based storage. Copies of these files are safely

[google-appengine] Re: Django with postgresl on App Engine Standard

2018-10-15 Thread 'Olu' via Google App Engine
Attempt to replicate the issue was ineffective. We tested our Django for App Engine Python 3.7 sample and found no issues. Our recommendation would be to either create an issue on the Issue tracker or better still, contact GAE Support

[google-appengine] Re: 502 Bad Gateway on a PHP GAE Standard - no app logs

2018-10-17 Thread 'Olu' via Google App Engine
The "failed_to_connect_to_backend" is similar to "failed_to_pick_backend" response and this often occurs when the load balancer knows where it wants to send traffic but cannot successfully route its request or find a healthy or available instance. Reviewing the instance usage and health checks

[google-appengine] Re: App Engine - Cloud SQL Delay

2018-10-18 Thread 'Olu' via Google App Engine
You have followed the appropriate approach opening the Issue link , as it would be easier to further evaluate the issue from there. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Accessing datastore from microservice

2018-10-22 Thread 'Olu' via Google App Engine
Quite rightly, with NDB Client Library, it would be necessary to have the NDB model in your Service. And I agree with you about the validity of a use case for sharing models among services without having to share the model among all the services that use the model. However, there is presently

[google-appengine] Re: How do I remove files that have been deployed?

2018-10-17 Thread 'Olu' via Google App Engine
On Monday, October 15, 2018 at 11:55:41 PM UTC-4, michaeln wrote: > > I have managed to deploy more than 10,000 files due to a bad skip_files in > my app.yaml file. This means that I cannot use app deploy because I get an > error that there are too many files. I edited app.yaml to make sure I

[google-appengine] Re: How do I remove files that have been deployed?

2018-10-17 Thread 'Olu' via Google App Engine
For Security and scalability reasons, as confirmed in this documentation , when you application is deployed to App Engine, it is deployed to a local file system that is not writable. Hence, my recommendation would be that

Re: [google-appengine] Re: is it possible listen to a pub/sub topic without a subscription?

2018-10-30 Thread 'Olu' via Google App Engine
If you want a feature that offers a different behavior on Cloud PubSub, I recommend reporting this Feature Request on the Issue tracker . The Feature request would be

Re: [google-appengine] Re: is it possible listen to a pub/sub topic without a subscription?

2018-10-30 Thread 'Olu' via Google App Engine
By design, for every subscription the Google Cloud PubSub delivers messages at least once. Hence, even if the subscriber is not present , the unacknowledged messages are stored in a persistent storage for 7 days after the messages are

[google-appengine] Re: Google Cloud disk snapshot default region?

2018-10-29 Thread 'Olu' via Google App Engine
Firstly, this documentation explains that "Compute Engine stores multiple copies of each snapshot redundantly across multiple locations with automatic checksums to ensure the integrity of your data". This suggests that while it is

[google-appengine] Re: Google App Engine Standard Environment With node-js

2018-10-10 Thread 'Olu' via Google App Engine
Clicking on the Link, https://excellent-appguard.appspot.com/ works for me. I see the Header of the Application "Content About RoboSystems goes here". So, I cannot reproduce the error being reported. However, if it is an issue that sparingly occurs, I recommend that you review the Stackdriver

[google-appengine] Re: nginx client_body_buffer_size increase

2018-11-16 Thread 'Olu' via Google App Engine
I found this Serverfault link that confirms that this warning is actually an Nginx message which is sent to indicate that the size of your uploaded file was larger than the

[google-appengine] Re: Cannot take normal admin actions in Cloud Console - quota group ReadGroup and limit 'USER-100s' of service

2018-11-16 Thread 'Olu' via Google App Engine
This type of error is reported whenever you hit this "ReadGroup" quota due a high number deployments. With enough justification, you can request for an increase in the Quota, however, this request is suggest to the evaluation of the Google Cloud Platform team. You can open a request with the

[google-appengine] Re: Error in app engine flexible deployment: GCLOUD: ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app infrastructure to become healthy.

2018-09-12 Thread 'Olu' via Google App Engine
You can gather more details about errors obtained during Application Deployments to the Google App Engine by using the Verbosity flag. I recommend you attempt to deploy your application using the following commands. gcloud components update

[google-appengine] Re: gcloud app ssl cert update failing with PERMISSION_DENIED

2018-09-12 Thread 'Olu' via Google App Engine
Thank you for getting back to the Group with the resolution to this thread. Unfortunately, there is no RSS feed presently available to notify of these types of changes. Usually, major changes to the Google Cloud SDK and the Google Cloud Platform products are entered in the Release Notes

[google-appengine] Re: VM instance, different from page markup

2018-09-14 Thread 'Olu' via Google App Engine
Can you provide more details about this issue observed? And I suspect this is about the Google Compute Engine VM Instances. Provide more info. -- 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: I need some more power for my google gas code, if this possible?

2018-09-17 Thread 'Olu' via Google App Engine
Quite rightly, as you have observed, the Google App Script can be used to create Add-ons that can manipulate contents of a Google Document within the G Suite platform. Also, I can confirm that your application deployed to the Google Cloud Platform

[google-appengine] Re: How to figure out the TLS version of the API calls being made to an Google App Engine based application?

2019-12-13 Thread 'Olu' via Google App Engine
I understand you are looking for ways to check API calls that are made using TLS 1.0. From the information provided on this StackExchange link[1 -- the thread is pulling information from a GKE pod], it is possible to Query the Stackdriver Trace API on your project. The output of running a Curl

[google-appengine] Re: Request errors out and kills instance with "The process handling this request unexpectedly died"

2019-12-13 Thread 'Olu' via Google App Engine
This is really interesting. I recommend that you report this issue on the issue tracker link[1][2] as a Google Cloud Engineer will be able to assist you by examining exactly why the memory usage is observed on your application Endpoint. Or better still, open a case with the Google Cloud

[google-appengine] Re: About google trusted verifier Account

2019-12-13 Thread 'Olu' via Google App Engine
I checked the error reported, it seems unrelated to the Google App Engine. This group thread is better suited for communications about the Google App Engine. I did a Google Search for the error and I understand the issue is related to the Google Play alpha or beta releases. If so, I recommend

[google-appengine] Re: OSError: [Errno 13] Permission denied: '/home/roaverinc/.config/gcloud/logs/2020.01.24/14.29.31.390836.log'

2020-02-27 Thread 'Olu' via Google App Engine
The [Errno 13] Permission denied error has been reported a number of times on these issue links[1][2][3][4] and the errors were often obtained whenever an application is being deployed to App engine from a directory that is not parsable. Particularly in your case, we may require a lot more

[google-appengine] Re: Appengine Flex NGINX 504 time out - HELP PLEASE

2020-02-28 Thread 'Olu' via Google App Engine
I see you followed instructions provided in this GitHub link[1]. From the details provided in your Custom nginx config file, I do not see any mis-configuration. Can you however, confirm that this file was added to the project root directory[2]? I also wonder if index.php is used as the

[google-appengine] Re: app.yaml mismatch in documentation with php7.3

2020-01-27 Thread 'Olu' via Google App Engine
To add more context, you probably would have to get an entry point(rather than having two entry points) and from within this entry point, you would be able to redirect traffic as you want. On Monday, January 27, 2020 at 12:10:27 PM UTC-5, Olu wrote: > > Actually, this is the expected behavior

[google-appengine] Re: app.yaml mismatch in documentation with php7.3

2020-01-27 Thread 'Olu' via Google App Engine
Actually, this is the expected behavior with the PHP 7. As explained in this documentation[1], the only acceptable value for the script element in the App.yaml file is "auto" because all traffic is served using the entrypoint command. The PhP 7 Runtime simply wants you to have a Front

[google-appengine] Re: Is google VM a Scam?

2020-01-31 Thread 'Olu' via Google App Engine
Hello, Daniel There are a number of reasons that could account for the charges on your account for specific GCP resource in use. As evaluating billing charges on your account would require much more visibility and access than what can be provided on this Group thread, I recommend that you open

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

2020-01-30 Thread 'Olu' via Google App Engine
Hi, Diego There are a number of reasons that could account for the change in the Application size. In fact, there was a similar report in the past where the size of the application version using the Maven CloudSDK plugin actually was found to be lesser compared to the version from AppCfg. To

[google-appengine] Re: automatic scaling when using websockets

2020-02-03 Thread 'Olu' via Google App Engine
Hello, Toon As you may already know, presently, App Engine flex supports the WebSocket protocol in beta[1] and in general, the Autoscaling policy of the App Engine flex[2] is based on the Scaling characteristics of Compute Engine Autoscaler. The App Engine Autoscaler considers a number of

[google-appengine] Re: Billing account verification not working

2020-02-03 Thread 'Olu' via Google App Engine
>From the info provided, I understand you are attempting to change the Billing account associated with your GCP Project following the steps described here[1]. The error you got indicates that the GCP team were unable to verify billing instrument ownership using the documents you’ve submitted.

Re: [google-appengine] Download Nodejs code from Google Cloud Platform

2020-01-24 Thread 'Olu' via Google App Engine
Traditionally on Google App Engine Standard Environment, at the moment, it seems there is no option to download the Source Code from App Engine. As you already know, the Source Diagnose button on the App Engine application version would redirect to the Stackdriver Debugger which allows viewing

Re: [google-appengine] Download Nodejs code from Google Cloud Platform

2020-01-23 Thread 'Olu' via Google App Engine
Firstly, it is unclear where your application was deployed? App Engine Standard? Or App Engine flexible? The setup of App Engine Standard and Flex are quite different. Downloading your Node.js source code from your Google App Engine is not supported at the moment. There is a Feature

[google-appengine] Re: sendgrid not working with google app engine

2020-02-14 Thread 'Olu' via Google App Engine
As explained in this SendGrid documentation[1] there are ways to send email through SendGrid. I assume you are using the Web API, which requires authentication for each API call[2]. As explained in this documentation[3], these third party services use API keys to authenticate your app and you

[google-appengine] Re: Dial TCP I/O timeout after increasing daily spending limit

2020-02-14 Thread 'Olu' via Google App Engine
There are quite a number of reasons why a timeout may be returned from App Engine. It may be a result of some network issues while trying to reach google apis. To determine specifically the root cause of the issue experienced on your application, I recommend that you open an issue using the

[google-appengine] Re: Directory API Chromeosdevices status

2020-01-13 Thread 'Olu' via Google App Engine
This issue seems more about the Google Admin Directory API which is part of the GSuite Admin SDK[1] and not the Google App Engine or the Google Cloud Platform. For better support on the Directory API, I recommend you reach out to the GSuite Support team[2] or the GSuite Help Community[3]

[google-appengine] Re: Design feasibility

2020-01-13 Thread 'Olu' via Google App Engine
On App Engine, there is no way to restrict specific Instance to particular Users. Instances are spun up based on configurations on the Application's App.yaml file[1][2]. Also, depending on the Scaling Options, it is possible to scale App Engine Standard applications[3] to Zero Instances

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

2020-01-09 Thread 'Olu' via Google App Engine
the Default Timeouts that apply with Cloud Tasks actually depends on the scaling type of the service. As explained in this documentation[1-- even though the documentation points to App Engine tasks, the same applies with Cloud Tasks], 10 minutes default timeout applies for Automatic scaling

[google-appengine] Re: Design Advice

2020-01-10 Thread 'Olu' via Google App Engine
I think using Firebase Realtime Database to send real-time updates might be applicable in your setup and it works well with App Engine(Standard). I suggest you go through this doc[1]. [1]https://cloud.google.com/solutions/using-firebase-real-time-events-app-engine -- You received this message

[google-appengine] Re: Sample code/documentation to connect to Google API Client Blogger API

2020-01-03 Thread 'Olu' via Google App Engine
I have not found any documentation on accessing Blogger API using the default Credentials as you have indicated. General documentation about using the Bloggers can be seen on this link . The Blogger API is though a Google API but it is not supported by

Re: [google-appengine] Re: Apache Ignite with GCP App Engine

2020-04-10 Thread 'Olu' via Google App Engine
Hi, Lovell Are you aware that GCP has a bunch of in-memory data storage? For example, the Cloud Memorystore is a fully-managed in-memory data store service[1]. Similarly, App Engine has the memcache[2] as a distributed in-memory data cache for some of your application's tasks. So, depending

Re: [google-appengine] Re: Apache Ignite with GCP App Engine

2020-04-13 Thread 'Olu' via Google App Engine
Quite rightly, there are two levels of the App Engine memcache. As per this documentation[1], the Shared Memcache is free. You can find out more about configuring the Shared Memcache in this article. [1]https://cloud.google.com/appengine/docs/standard/python/memcache#service_levels

[google-appengine] Re: Permission denied on 'locations/asia-northeast3' (or it may not exist).

2020-04-16 Thread 'Olu' via Google App Engine
Quite rightly, as Alberto mentioned this seems an issue specific to your account, which may involve reviewing configurations on your Project then it would be better evaluated by a GCP Support Engineer[1][2]. As indicated in this Doc[3], asia-northeast3 is a valid region and you should be able

[google-appengine] Re: google cloud platform can not work

2020-04-06 Thread 'Olu' via Google App Engine
There may be a bunch of reasons why you may not be able to access the Project Dashboard on the GCP Console. Particularly, if your User account does not have the required access to the Project. I suspect this may be the case here. To better troubleshoot this issue, which may involve reviewing

[google-appengine] Re: Using OAuth client to enable google drive api

2020-04-06 Thread 'Olu' via Google App Engine
There are a bunch of reasons why this type of error may be reported. From the screenshot shared, I see no issues with your setup trying to change return URI in your google console for OAuth2, which is why I recommend this issue is reported by contacting the GCP Support Engineers[1] or you open

[google-appengine] Re: Secure Cloud Scheduler App Engine route with X-Cloudscheduler

2020-04-21 Thread 'Olu' via Google App Engine
According to Cloud Scheduler documentation [1--See the App Engine HTTP], App Engine endpoints can be secured with "login: admin" in the app.yaml file. While I understand that the admin login feature is not available for some environments and not documented for some of the App Engine Standard

[google-appengine] Re: access other user's directory by other users

2020-04-17 Thread 'Olu' via Google App Engine
Thank you for the information shared so far. I am still a little unclear about what you are attempting though. >From the information provided, I understand you are attempting to connect to your App Engine Standard Application(that is, the application code has already been deployed). While

[google-appengine] Re: Specific access to a user directory on the GCP app engine server

2020-04-17 Thread 'Olu' via Google App Engine
Reviewing the information provided, it seems there is a similar inquiry on this thread[1] with more details shared about your setup. To better manage your inquiry, I recommend that all correspondence be maintained on the other thread as it has more information about your setup.

[google-appengine] Re: Unable to create serverless VPC connector for australia-southeast1 region

2020-04-02 Thread 'Olu' via Google App Engine
Quite rightly, it is recommended that your App Engine application's VPC connector be created in the same region as the application. This is a required condition as stated in this documentation[1]

[google-appengine] Re: DataJpaTest - Usages, Advantages and When to Use ???

2020-03-27 Thread 'Olu' via Google App Engine
DataJpaTest is a tool in Spring Boot that provides a convenient way to set up an environment with an embedded database to test database queries against. This is out of the scope of the GCP Support and you really should ask these questions on public forums like Stackoverflow. Better still,

[google-appengine] Re: How to deploy grafana on App Engine ?

2020-04-27 Thread 'Olu' via Google App Engine
Applications running on App Engine are expected to listen on 8080. As advised on this doc[1] "The App Engine front end will route incoming requests to the appropriate module on port 8080. You must be sure that your application code is listening on 8080"

[google-appengine] Re: AppEngine gets "Communication link failure" error while trying to connect to Google Cloud MySql instance

2020-04-27 Thread 'Olu' via Google App Engine
Firstly, since connecting using TCP connection with JDBC is not supported on App Engine Standard[1], I assume your application is in an App Engine flexible environment. >From the snippet of your code shared, I really do not see anything wrong with your implementation, it seems no different

[google-appengine] Re: How to deploy grafana on App Engine ?

2020-04-24 Thread 'Olu' via Google App Engine
Thank you for providing more information and context to your inquiry. About 502 errors that you got, there might be a number of reasons for the errors[1]. Often times, this would require review of your logs to understand what may have caused requests to your App Engine applications to return

[google-appengine] Re: App Engine Flexible Environment - Dockerfile installing outdated version of GDAL

2020-04-24 Thread 'Olu' via Google App Engine
Hello, Thank you for the information shared. I actually observed that it seems you posted the same issue on Stackoverflow[1] and one of the GCP Support Engineers is assisting you on the Thread. Configuring your application to listen on Port 8080, you can simply set a PORT environment

[google-appengine] Re: Secure Cloud Scheduler App Engine route with X-Cloudscheduler

2020-04-24 Thread 'Olu' via Google App Engine
Actually, the test was done on another Customer's setup in the past. You can be sure that the Internal Cloud Scheduler engineers are aware of this usage. In fact, there is an Internal Feature request with the Cloud Scheduler team for the use of these headers. At the moment, Our

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2020-04-22 Thread 'Olu' via Google App Engine
I understand your concern about the Deployment time. These are on-going efforts and changes that sadly have no ETA at this time as the team is constantly looking into ways to get better deployment time for all App Engine environments. There are similar reports on these issue links[1][2] that

[google-appengine] Re: VPN as a service

2020-04-23 Thread 'Olu' via Google App Engine
Actually, similar discussion was done on this Stackoverflow thread[1] and the well-detailed response has the information that I believe you may need. App Engine Standard applications cannot be connected to VPN, however, applications deployed to the App Engine flexible environment can be

[google-appengine] Re: Google app engine issue when deploying it

2020-05-01 Thread 'Olu' via Google App Engine
There are a number of reasons this type of error may be obtained. As the error message indicates, it seems there is a missing or insufficient permission and this may be due to a number of reasons. For example, on this Stackoverflow link[1], the issue was caused by missing App Engine default

[google-appengine] Re: How to deploy grafana on App Engine ?

2020-04-23 Thread 'Olu' via Google App Engine
Please do not hesitate to include any documentation you may be following. On Thursday, April 23, 2020 at 3:33:56 PM UTC-4, Olu wrote: > > From your comment, I am not absolutely clear about the assistance > required. I believe you are attempting to deploy Grafana to GCP. I > understand Grafana

[google-appengine] Re: How to deploy grafana on App Engine ?

2020-04-23 Thread 'Olu' via Google App Engine
>From your comment, I am not absolutely clear about the assistance required. I believe you are attempting to deploy Grafana to GCP. I understand Grafana is an open source tool for monitoring and metric analytics for computer systems, however, I need more understanding as to what you are

[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-18 Thread 'Olu' via Google App Engine
>From the information and code provided, I see no issues with your code. The code only shows a Method, onUpdateQuestion that has a UserDataCloud argument passed in, and expected to return a UserDataCloud variable type. There is nothing wrong with that part, or the part using a Method-scoped

[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-19 Thread 'Olu' via Google App Engine
For better troubleshooting of the issue, which may involve reviewing configurations on your Project, I recommend you contact the GCP Support Engineers[1] or you can open an issue using this link[2]. This will allow the team to review your setup and determine what may be causing the

Re: [google-appengine] Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-23 Thread 'Olu' via Google App Engine
Thank you for your feedback, Alexey and I understand your concerns. I however encourage you to use the issue tracker links for creation of features[1] that you consider would be nice to have on GCP. The team are committed to reviewing such requests and considering how these requests fit into

Re: [google-appengine] Trouble to deploy and download dependencies

2020-05-19 Thread 'Olu' via Google App Engine
Please to be clear, the error is not "xcode-select --install". As far as I know, the error message is a Compilation error building pycrypto-2.6.1. Using xcode-select --install is just a way to fix such types of errors when in an OSX environment. Apparently, that is not your environment as you

[google-appengine] Re: Granting access to Google on my app

2020-05-21 Thread 'Olu' via Google App Engine
Hello, Andrea Indeed, it would be best to have this issue reviewed with a GCP Support Engineer. For better troubleshooting of the issue, which may involve reviewing configurations on your Project, you can contact a GCP Support engineer through this link[1]. I believe a Live chat is likewise

[google-appengine] Re: Spending LImits Going Away :(

2020-09-15 Thread 'Olu' via Google App Engine
Hello, Jukka I am hopeful that the steps described in the documentation[1][2] on how disable your App Engine application when costs exceed your set threshold are comprehensible as I cannot find an example at this time that shows the step. Should you certainly consider a need for the

[google-appengine] Re: Recover deleted Logs | App Engine | Logs Storage | Default Bucket

2020-10-05 Thread 'Olu' via Google App Engine
Hello, Thank you for reporting this. While there are a number of options available to retain logs that are yet to be deleted, for example, this article[1] shows which logs are configurable for Custom retention[2]. However, once the logs have been deleted, it becomes difficult and seems

[google-appengine] Re: Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread 'Olu' via Google App Engine
Hi, Joshua Thank you for reporting this issue. It seems you may be affected by an internal issue reported about App Engine standard applications returning elevated HTTP 500 errors. This issue is observed for App Engine Standard instances in us-central1 region. This issue is externalized on

[google-appengine] Re: Google Appengine trying to serve me files instead of a route

2020-10-12 Thread 'Olu' via Google App Engine
Hello, Just for better understanding, do you mean you are looking to have your App Engine application serve files from Google Cloud Storage[1]? I am not sure about the Storage you referenced in the first line of description "I've got a node server (express) that needs to serve files from

[google-appengine] Re: wget from api.nasdaq fails only on App Engine

2020-10-06 Thread 'Olu' via Google App Engine
Hello, Thank you again for reporting this issue. I understand your attempt to download data from your App Engine application using wget hangs and probably fails. I understand the command used is wget --user-agent=Safari "https://api.nasdaq.com/api/quote/AAPL/dividends?assetclass=stocks;

[google-appengine] Re: Unable to see project

2020-10-14 Thread 'Olu' via Google App Engine
I think to start with, there would be the need to verify the State of your GCP Project. Hence, personally identifiable information such as the Project ID would be needed. We do not advise that should be done here. As a matter of fact, this is not the appropriate medium for this type of request.

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

2020-10-14 Thread 'Olu' via Google App Engine
Hi, Rossco I think the same concern was raised on this issue link[1] and the issue still seems to be evaluated. A workaround was provided on the link, however. I suggest you attempt the steps provided on the issue link using the [--timeout=DURATION] flag with gcloud builds submit [2] to change

[google-appengine] Re: recover nodejs code from standard environment

2020-10-01 Thread 'Olu' via Google App Engine
Hello, Madhav Can you please clarify what you mean by "recovering your code from App Engine Instances"? It is a little unclear what you are attempting to do. With more information, it would be helpful so we do not mislead you. If you mean that you would like to be able to download your

[google-appengine] Re: Cloud Function build error - go113_20200924_20_RC00

2020-09-30 Thread 'Olu' via Google App Engine
Checking our internal issue tracker, there is really no system-wide issue or change reported for Cloud Functions. I think to better evaluate the issue you are observing, you should contact the GCP Support Engineers[1] or if you think this issue is a bug, then open an issue using this link[2].

[google-appengine] Re: min_instances, min_idle_instances, and old versions

2020-09-17 Thread 'Olu' via Google App Engine
To start with, I can confirm that you would be billed for all Instances in use, whether or not they are actively serving requests, traffic or not. I will attempt to response to your inquiries as I have highlighted them below: 1. Is the information shared on this link[1] accurate? A: It is

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

2020-05-29 Thread 'Olu' via Google App Engine
Hello, Alex Can you please provide the specific error obtained while using your second setup that is failing? This will provide more context. Yes, as indicated in this Stackoverflow link[1], it is necessary to specify the DIR in the Cloudbuild.yaml whenever you are trying to trigger your build

[google-appengine] Re: How to use Cloud Armor with GAE Flex?

2020-05-29 Thread 'Olu' via Google App Engine
For any feature or Nice-to-have features that you would like to see implemented on the Google Cloud Platform or Google App Engine, you can always submit a feature request with detailed information about such features on the GCP issues tracking tool[1][2]. This would be evaluated and

[google-appengine] Re: How GAE services in separate projects communicate through their respective firewall ?

2020-05-29 Thread 'Olu' via Google App Engine
As you may already know, GCP Projects represent a trust boundary within an organization. Hence, inter-project communication between App Engine services would require Public IP communication or using Shared VPC[1]. There should be no internal communication between App Engine Services over

[google-appengine] Re: Upgraded from 1.9.69 to 1.9.80 and application size increased 3 times

2020-06-01 Thread 'Olu' via Google App Engine
I understand your question is regarding the size discrepancy in your application deployments on App Engine (GAE). There are a number of reasons which may contribute to the different sizes, particularly in the past, the size difference in the builds for the same Java application code has been

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

2020-05-26 Thread 'Olu' via Google App Engine
Hi, Lovell I understand you wonder if there is a similar group for GKE like the App Engine standard Google group on which you can have discussions and Questions about the GKE. This is the Forum[1]. You can join the group to participate in conversations on that group. For the available group

[google-appengine] Re: It appears HTTTPS access to .appspot.com subdomains fails

2020-10-27 Thread 'Olu' via Google App Engine
So far, I have checked internally for any information to confirm that indeed Google Services to Tanzania are blocked, perhaps for reasons of national elections. I have not seen any information to confirm this, I can keep checking but then, I hope you are aware that generally, SSL Handshake

[google-appengine] Re: Google App Engine: versioning with custom sub domains

2020-07-14 Thread 'Olu' via Google App Engine
Hello, Alex While I think I understand your request, I require a clarification. You mentioned that the Google documentation states using the Version ID with your Custom Domain is the same as using your Version ID with the appspot.com domain. Do you have the link to this Google documentation

[google-appengine] Re: INVALID_ARGUMENT due to Service Control API?

2020-07-14 Thread 'Olu' via Google App Engine
There are a number of reasons this type of error may be reported. Generally I see that INVALID_ARGUMENT is returned when client specified an invalid argument in the call[1][2][3]. So, what may be happening depends on your setup and your use-case. [1]

[google-appengine] Re: 403 error when trying to list metrics in different project through monitoring api from app engine

2020-07-07 Thread 'Olu' via Google App Engine
As you may already know, GCP Projects represent a trust boundary within an organization. Hence, inter-project communication between App Engine services would require Public IP communication or using Shared VPC[1]. So, depending on your setup, there really should be no internal communication

[google-appengine] Re: Retrieve appengine admin user profile

2020-06-24 Thread 'Olu' via Google App Engine
As described in these documentation[1][2][3], you can always get information about the current user and compare the values to the user admin. >From the return value of the users.get_current_user(), this Stackoverflow link[4] suggests that the email address of the particular user can be

[google-appengine] Re: Rapid increase in app latency

2020-06-26 Thread 'Olu' via Google App Engine
Hello, Chase I understand you observed increased Latency in your App Engine application, which you found out was relating to the latency is from reads to your Datastore. There are a number of reasons that may be responsible for Datastore latency including hotspotting and ramping up traffic to

[google-appengine] Re: How To Access REST Web-service Deployed In My Instance?

2020-06-22 Thread 'Olu' via Google App Engine
Can you write out the exact Connection error and error code that you got? I wonder if your application is set up to listen appropriately on Port 8080. I understand Requests passed to your application on App Engine through the Nginx Proxy would fail if your application stopped listening to Nginx

[google-appengine] Re: Disable TLS 1.0 and 1.1 for GAE Python/Django

2020-06-04 Thread 'Olu' via Google App Engine
At the moment, there is really no way to limit communication to TLS 1.2 on your application. To get this done at the moment, I recommend that you contact the GCP Support engineers[1] so that the team could help with disabling these other versions of TLS. There is a Feature request[2] that was

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

2020-06-05 Thread 'Olu' via Google App Engine
@DFB, where did you get the information that appengine-maven-plugin uses gcloud internally? Did you see that on any article? This GCP doc[1] has no such information. AFAIK, as per this comment, there is "gcloud beta" which has been implemented within the Maven App Engine plugin, which can be

[google-appengine] Re: Mail Service Of Google App Engine (Standard) is very slow & delayed in sending mails.

2020-07-24 Thread 'Olu' via Google App Engine
Hi, Mohammad There are a number of reasons why this delay may be obtained and there are a lot of questions that may be asked. For example, is this a Common delay to all your receivers' domains? Or it is something only happening to a particular domain? This issue may also relate to your usage

[google-appengine] Re: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

2020-07-23 Thread 'Olu' via Google App Engine
The error seems specific to the Spring Boot, rather than App Engine. Can you confirm this setup works appropriately before deploying to App Engine? Similar errors were reported on Springboot applications on these Stackoverflow links[1][2] Anyway, I think it would be more appropriate to report

[google-appengine] Re: Chrome Safe Browsing Blocking Downloads from App Engine Blobstore

2020-07-20 Thread 'Olu' via Google App Engine
Thank you for the info. If the issue is indeed about the Google Chrome, you could reach out to the Chrome Community[1], perhaps there could be some help or workaround offered there. [1]https://support.google.com/chrome/community?hl=en -- You received this message because you are subscribed

[google-appengine] Re: Repeated phising notification from GCP

2020-07-20 Thread 'Olu' via Google App Engine
Hi, Can you confirm if you reported this issue to the GCP Abuse team using this contact form[1]? The GCP Abuse team will be more appropriate to advise on this type of Abuse issue. [1]https://support.google.com/code/contact/cloud_platform_report?hl=en -- You received this message because

[google-appengine] Re: Unable to access GAE API URLs using mobile data

2020-11-02 Thread 'Olu' via Google App Engine
As you may already be aware, the DNS_PROBE_FINISHED_NXDOMAIN is not an uncommon DNS error and it is mostly, most of the time this is a DNS-related issue. The same error was reported on the Community thread for Google Chrome[1]. And even reported for App Engine on this Stackoverflow link[2].

[google-appengine] Re: how to make TCP connection to an external server from GAE java

2020-10-29 Thread 'Olu' via Google App Engine
Hello, Jerry I believe a similar inquiry was raised and addressed on this issue tracker link[1] and as per the comment, the default network of Compute Engine allows all Egress traffic. [1]https://issuetracker.google.com/72150932#comment2 On Wednesday, October 28, 2020 at 9:11:10 AM UTC-4

[google-appengine] Re: how to make TCP connection to an external server from GAE java

2020-10-29 Thread 'Olu' via Google App Engine
Hence, if you would want a particular behavior for your egress traffic, you may have to configure that using the App Engine Firewall rules[1] or using VPC firewall rules[2], setting up your own VPC[3] or probably using a shared VPC[4]

[google-appengine] Re: java.lang.NoClassDefFoundError: com/google/api/services/servicemanagement/ServiceManagement$Builder

2021-03-02 Thread 'Olu' via Google App Engine
Hello, The error seems to point to the Service Management API[1][2]. However, it is difficult to determine what may be causing this issue from the information provided. I encourage you to contact the GCP Support[3] or you can open a Private issue using the issue tracker link[4][5]. This way a

  1   2   >