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

2022-08-22 Thread 'Ernesto Contreras Pinon' via Google App Engine
>From the documentation , the path to the *prepend.php* file should be as follows: //vendor/google/cloud/cloud-error-reporting/src/prepend.php. The path you included in your *php.ini* is a bit differen

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

2022-06-06 Thread 'Ernesto Contreras Pinon' via Google App Engine
The VPC serverless connectors would work well for this purpose, since they are used to connect your serverless services to a VPC with internal IP addresses. This ensures that the connection between the front and back ends goes through the VPC and not the internet. This documentation

[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 for additional

[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
The solution from the IssueTracker URL you were not able to access is also published in this Stackoverflow thread. You can try to check if it helps, but from the new error that you have received, it seems this is more of an issue related to the p

[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 , the issue was solved through re-associating the App Engine service account with the app, for

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

2022-05-18 Thread 'Ernesto Contreras Pinon' via Google App Engine
You can review the relevant roles for Cloud Storage that allow you to download/upload/manage objects and buckets here . Did your application start showing this error without any change in the configuration? Also,

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

2022-05-16 Thread 'Ernesto Contreras Pinon' via Google App Engine
Hi, Can you please clarify what the change that caused losing access to your previous Google Groups membership was? On Thursday, May 12, 2022 at 8:47:02 PM UTC-5 Sam G wrote: > *Could a Googler drop me a line 1:1?* We switched email services and I've > now lost access to my previous Google Gr

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

2022-05-13 Thread 'Ernesto Contreras Pinon' via Google App Engine
Each time your instances are started, they accrue instance hours up to 15 minutes after the last request or 15 minutes after the i

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

2022-05-12 Thread 'Ernesto Contreras Pinon' via Google App Engine
Can you share the full stack trace you receive when trying to authenticate? It might help clarify the problem. The Google Auth API reference shows that you can use the "AuthorizedSession" class to create an authenticated session

[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 on how the scaling elements are to be syntactically added in your

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

2022-05-03 Thread 'Ernesto Contreras Pinon' via Google App Engine
An issue with the payment method(s) used to create a billing account can result in seeing this error message (“OR-CBAT-15”). To find the root cause of the error, you can contact [GCP Billing support

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

2022-04-26 Thread 'Ernesto Contreras Pinon' via Google App Engine
The documentation shows that when instances are increased, instance time is accrued for 15 minutes after the last request to the instance. This could explain a possible accruing of cost that adds up per month. You could try setting an uppe

[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 , App Engine generally does not encourage working with local files, as your application scales