[google-appengine] Unable to Restricting my endpoints with API Key in java

2018-08-29 Thread Azeem Haider
I want that random internet traffic can't access it. I'm using cloud endpoints v2 for java. My problem is that anyone can access these endpoints method through API Explorer or from directly URL someone know. I want to protect my endpoints. I read documentation how to restrict Whole API or some

[google-appengine] Re: spring boot deployment with gradle appengine fails

2018-08-29 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I recommend that you take a look at this thread in Stack Overflow which seems to be a similar case. If the issue persists, you may post your full detailed question

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-29 Thread Sudhanshu Gaur
Still waiting for any solution On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not getting shown in the > Logging console, and it is happening always, the Logs I am showing using > console.log() are getting skipped

[google-appengine] GAE not working in Web Browser Control of Microsoft Access application

2018-08-29 Thread Daniel Attard
I am trying to figure out why jQuery does not appear to be working when I embed the page within a web browser control in a Microsoft Access 2016 form. I created a page using the Google App Engine standard environment. The page uses Symfony with Twig as the template engine. The page executes a

[google-appengine] spring boot deployment with gradle appengine fails

2018-08-29 Thread Rares Dolga
I tried deploying my spring boot application with appengine plugin, but it fails to deploy with error: "failed to deploy in a time when the app can become healty". When I run the app on google cloud console (./gradlew build && java -Djava.security.egd=file:/dev/./urandom -jar

Re: [google-appengine] Re: Migation from standard datastore to Firebase native

2018-08-29 Thread 'Jean Juste-constant' via Google App Engine
By Activating the Cloud Datastore service under your project, you are actually setting up Datastore: Note : During the activation process, you will create a GCP *project ID* for your project. This ID identifies the Cloud Datastore storage used

[google-appengine] europe-north1 availability and approximate ETA

2018-08-29 Thread Mihkel Sokk
Hi, Are there any plans or timeline to introduce App Engine support in Finland region? -- 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] Re: HttpBadRequestError when deploy app using gcloud

2018-08-29 Thread Hoang Van
i fixed it by add app.yaml, the default entrypoint. But now i got this error: "error": { "message": "An internal error occurred.", "code": 13 } DEBUG: Operation [apps/ads-clickgs/operations/376e07d2-555f-4517-be18-97a4c6c08ac0] not complete. Waiting to retry. Updating service

[google-appengine] Re: HttpBadRequestError when deploy app using gcloud

2018-08-29 Thread samiislam via Google App Engine
Looking at your issue and the error message, it seems like your gcloud components are not updated to the latest version. To update all installed components to the latest version please try the following command on your environment: $gcloud components update I would recommend going through