[google-appengine] appengine:deploy not working

2021-06-14 Thread Minhaj Khan
Hii everyone I am new to google cloud platform, and I try to deploy the spring-boot application in google cloud. When I try to run command appengine:deploy getting the deploy error. For better info below I have attached the screenshot. -- You received this message because you are subscribed t

[google-appengine] Re: The /app/bootstrap/cache directory must be present and writable.

2021-06-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Bill, To thoroughly investigate this issue one needs access to private data, such as project numbers. Such information should not be published here, or in any other publicly visible thread. As this issue is specific to your app, you should either contact a GCP Support Engineer, or, if

[google-appengine] Re: The /app/bootstrap/cache directory must be present and writable.

2021-06-14 Thread Bilal Haidar
Hi George, I wasn't able to understand what happened to be honest! I reverted a few commits, and it works again. I must have messed with the vendor folder somehow! Thanks again On Monday, June 14, 2021 at 6:56:30 PM UTC+3 George (Cloud Platform Support) wrote: > Hello Bill, > > To thorough

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

2021-06-14 Thread Bilal Haidar
Hello, I've added a step to curl into an endpoint in my app as follows: name: gcr.io/google.com/cloudsdktool/cloud-sdk entrypoint: "bash" args: - "-c" - | RESPONSE=$(curl -o /dev/null -s -w "%{http_code}" -H "X-AppEngine: 1" $_APP_BASE_URL) if [ "200" != "$$RESPONSE" ]; then exit 1; fi I would

[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 need

[google-appengine] How to connect to cloud sql using cloud shell and SSL?

2021-06-14 Thread Bilal Haidar
Hi, My database instance has SSL enabled. When I try to connect to it via Cloud Shell, I get the famous message "ERROR 1045 (28000): Access denied for user". When I remove SSL from the instance, I can connect to it. Even when using SSL, the IP of the cloud shell is automatically whitelisted.

[google-appengine] Calling Cloud Function from App Engine Java

2021-06-14 Thread Anatoli Trifonov
I would like to confirm that App Engine Java *Standard *can not connect to Google Cloud Function if function is configured to accept only local traffic --ingress-settings=internal-only Could someone confirm please or share the link on how to connect? Java App and Function are in the same Google P