[google-appengine] Re: ES6 support in Gcloud functions ?

2018-03-12 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
ECMAScript 2015 (ES6) is supported in Node.js v8.9.4 and the later versions, so you may apply it in Cloud Functions. An overview over supported ECMAScript features in various versions of Node.js is provided by

[google-appengine] Re: Urgent. Complaint violation intellectual property

2018-03-12 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Here you can report suspected abuse on Google Cloud Platform and for removing content from Google you can refer to this link . -- You received this message because you are

[google-appengine] Urgent. Complaint violation intellectual property

2018-03-12 Thread Hossein Amerkashi
My app engine url: gold.AppyBuilder.com They have taken our code without permission and published to: http://builder.blocklystudio.xyz/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Urgent. Complaint violation intellectual property

2018-03-12 Thread Hossein Amerkashi
Hello I like to report that my distribution to app engine has been hijacked by an individual and re published by them to Google so engine. This is violation of intellectual property. I have the email of individualand their so engine url address. Please let me know how to proceed -- You

[google-appengine] Re: Securing access between GAE applications

2018-03-12 Thread Thijs Koerselman
The question was about securing HTTP access by checking traffic coming from a webapp. The X-Appengine-Inbound-Appid header only applies to requests from apps running *inside* the app engine environment calling other apps in the same environment. I was hoping to use the header too, but it can't

[google-appengine] Re: Process to Authenticate WebAPI of GAE

2018-03-12 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Is your app running on GAE Standard? If so, you can use the flag "login: admin" to restrict access to admin users only . This is separate from the Firewall solution. -- You received this message because you are subscribed

Re: [google-appengine] Course Builder Deployment - "Could not guess mimetype"

2018-03-12 Thread Monique Wilhelm
Did you download the google cloud sdk shell? That is the point at which I am getting stuck. On Thursday, January 11, 2018 at 9:39:08 AM UTC-5, Sabrina Espasandin wrote: > > Hi, Adam > > I ran into the same problem, but I'm unsure as to how to run the > gcloud beta app create command. When I

[google-appengine] Re: Process to Authenticate WebAPI of GAE

2018-03-12 Thread udit sharma
Hi Kenworth, Thanks for the reply. As I said I am using the Firebase Database secrets to make calls between GAE and Firebase Database. I do not have any problem over that, My problem is the Hosted API on GAE. That API is not secure, anyone with the API endpoints and URL structure can query