[google-appengine] Re: Appengine search API doesn't work for deploys in flex environment

2018-12-06 Thread Dheeraj Sarwaiya
Thanks for the response. The problem is that such inconsistencies and lack of information delays the whole product release process for small teams like ours. We now have to dedicate resources to learn this new thing specific to gcloud. I used Google app engine standard environment (go lang)

[google-appengine] Google cloud task in app engine flex error PERMISSION_DENIED

2018-12-06 Thread Binh Bui Van
Hi all, I am running cloud task on App engine flex. It work normal. But sometime i get this error when create task and task could not created (node: 16) UnhandledPromiseRejectionWarning: Error: 7 PERMISSION_DENIED: App Engine targets require "appengine.applications.get" IAM permission

[google-appengine] Re: Background jobs in App engine Flex environment

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amit, You may refer to our reply to your twin posting. This runs like this: "If you want to use task queues in the Flexible Environment, a solution is already present: Cloud Tasks

[google-appengine] Re: Implementing Background Jobs in App engine Flex

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amit, If you want to use task queues in the Flexible Environment, a solution is already present: Cloud Tasks , a task queue

[google-appengine] Re: Invalid Static JS Content Type on Google AppEngine Standard Environment

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ali, You seem to want to deploy a Java app. If this is the case, you must put your static served files within your app's webapp directory. After you choose a location for the static files, you must define their location in the appengine-web.xml file, using the element. More detail can

RE: [google-appengine] Re: GCP ARCHITECTS: GCF + GAE + CloudSQL==commonlibrary??

2018-12-06 Thread Yanay @Pitch
Hi, Yes, I agree. I was trying to avoid GCF as the python local development support leaves a little bit to be desired. Thank you Yanay Lehavi Founder & CEO Pitch yanay@pitch.studio 949.903.4678 From: 'George (Cloud Platform Support)' via Google App Engine Sent: Thursday, December 6, 2018 3:43

Re: [google-appengine] Re: GCP ARCHITECTS: GCF + GAE + CloudSQL ==commonlibrary??

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Yanay, What concerns your use-case: no web page, just trigger it with an HTTP call, I am happy to signal to you that the scenario maps closely, and seems well-suited for Google Cloud Functions. [1] You are encouraged to have a look, and ascertain this is what you were seeking. [1]

[google-appengine] Re: Appengine search API doesn't work for deploys in flex environment

2018-12-06 Thread 'Julie (cloud platform support)' via Google App Engine
This issue tracker[1] can be used to track the request for Search API to be available for App Engine flex. The App Engine team is now aware of this feature and are currently looking into it. Please note that feature requests are not guaranteed and there is not ETA on them. [1]

[google-appengine] Re: Appengine search API doesn't work for deploys in flex environment

2018-12-06 Thread 'Julie (cloud platform support)' via Google App Engine
The search service is unavailable outside the standard environment and as a workaround you can host any full-text search database such as ElasticSearch on Google Compute Engine

[google-appengine] What is the best way to encode an NDB query into a (RESTful) GET(/POST) request? Are the tools already out there to do that job?

2018-12-06 Thread Simon Cox
I would like to allow the client side to arbitrarily query NDB, using the full query syntax available for NDB (which can filter on unlimited fields with ==, <, <=, >, >=, !=, IN, and can use OR and AND). How do I encode the query in a GET request? And how do I take the encoded query and

[google-appengine] Anyone who uses App Engine are technically being scammed - Why? No way to assess actual error rates

2018-12-06 Thread Kaan Soral
First of all, let me state that I love App Engine, I've been using App Engine since the very early days, and what hurts me the most if the state of dismay that I feel the product is in, and getting the feeling that those working on the product, not loving and caring the product, as the early

[google-appengine] Invalid Static JS Content Type on Google AppEngine Standard Environment

2018-12-06 Thread Ali Koc
I have a simple java application running on Google App Engine Standard environment, which along with servlets, also contains static html, css and js files. It seems js files are always served with "content-type: text/plain". Even when I create a new Hello App Engine application (doing this

[google-appengine] Background jobs in App engine Flex environment

2018-12-06 Thread Amit Chavan
We're using App engine Flex environment where we want to deploy application with celery jobs & queues. So, How to configure App Engine project to manage background jobs with app.yaml. I understand that google has separate service called as "task queue" for this use case, but task queues

[google-appengine] Implementing Background Jobs in App engine Flex

2018-12-06 Thread Amit Chavan
We want to implement background jobs (either through celery or any other python supported lib) in App engine Flex environment. On googling we found that it's impossible to deploy celery like queues on App engine. GCP has service called Task queue for such scenario but it supports Standard