Re: [google-appengine] Re: Writing Files to Server

2018-08-20 Thread 'Dennis Yurkevich' via Google App Engine
Thank you Katayoon. On Mon, 20 Aug 2018 at 18:27, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > My assumption is that you mean to update and read a hard-coded file in > your app? If so, and if you have more than one instance of your app, there > is no guarantee if you could

Re: [google-appengine] Re: Google App Engine and Knative

2018-08-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
You can have both App Engine and Kubernetes Engine in a single project, however it is recommended creating a new project for this alpha program. Knative is the most suitable approach when you want a serverless App Engine Flex-like experience, be available on every cloud (multi-cloud), hybrid,

Re: [google-appengine] Re: Access publicly to Google ML engine within REST API (404 error)

2018-08-20 Thread 'Nathan (Cloud Platform support)' via Google App Engine
User will not have to login. Your server will be "logging in". It would be something similar to this[1], but insteaqd of the compute engine it would be the ML engine. [1] https://cloud.google.com/solutions/mobile/mobile-app-backend-services#compute-engine-rest-grpc On Thursday, August 16, 20

[google-appengine] Re: [Bugreport] (Nodejs8/standard env) console.debug() is logged without severity flag

2018-08-20 Thread edgaralexander via Google App Engine
Are you referencing to this documentation, where the logs severity available are INFO and ERROR? If so, this is intended behavior as of now. https://cloud.google.com/appengine/docs/standard/nodejs/writing-application-logs Would you require to have a console.debug() logged as Severity: Debug,

[google-appengine] Re: Google App Engine roadmap

2018-08-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I have created a feature request on "GAE roadmap" in the Issue Tracker . You may star the feature request for further updates, however we can't provide you ant ETA on it. -- You received this message because you are subscribed to the Google Groups "Go

Re: [google-appengine] Re: Adding a domain with google SSL to google cloud wordpress instance - question

2018-08-20 Thread MUDr . Ivan Majerčák
thank you, but Im getting this error ERROR: (gcloud.app.domain-mappings.list) User [ 65652937205-comp...@developer.gserviceaccount.com] does not have permission to access app [vocal-mountain-208312] (or it may not exist): Request had insufficient authentication scopes. ps. My domain NS points to

[google-appengine] Re: Microservices and instance costs

2018-08-20 Thread Richard Cheesmar
Hi, Ani, Thanks mate, just the job. On Monday, August 20, 2018 at 9:02:02 PM UTC+3, Ani Hatzis wrote: > > Hi Richard, > > I'm not sure I understand what you mean by "base costs" and "on top of > instance hours". In standard environment you pay for instance hours in the > App Engine sandbox, and

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-20 Thread 'George (Cloud Platform Support)' via Google App Engine
There are a lot of advantages offered by SendGrid to free account holders. You may check details on the SendGrid pricing page . Payment detail are not requested on that page. How did you get your application ready? You are encouraged to read the "Preparing the a

[google-appengine] Re: Microservices and instance costs

2018-08-20 Thread Ani Hatzis
Hi Richard, I'm not sure I understand what you mean by "base costs" and "on top of instance hours". In standard environment you pay for instance hours in the App Engine sandbox, and as they can scale down to 0 instances, and 28 hours of F1 are free per day, you may even pay nothing. In flexible

Re: [google-appengine] Re: Writing Files to Server

2018-08-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
My assumption is that you mean to update and read a hard-coded file in your app? If so, and if you have more than one instance of your app, there is no guarantee if you could fetch the same data (means your assumption is correct). Note that the cache

[google-appengine] Re: Microservices and instance costs

2018-08-20 Thread Richard Cheesmar
Hi, Ani, Thanks for reply, but does that mean I am therefore paying the base cost for each instance of each service on top of instance hours. On Monday, August 20, 2018 at 6:11:16 PM UTC+3, Ani Hatzis wrote: > > Hi Richard, > > instances are not shared across services, each service has its own

[google-appengine] Re: Microservices and instance costs

2018-08-20 Thread Ani Hatzis
Hi Richard, instances are not shared across services, each service has its own instances (you can define different scaling and instances classes per service). In your billing, you will not see the instance hours broken down to services, but for all services of the project together. This also

[google-appengine] Re: Google App Engine roadmap

2018-08-20 Thread bFlood
that article is from 2008 and the link does not point at a road-map, its just a description of the current standard offerings On Friday, August 17, 2018 at 6:35:02 PM UTC-4, Katayoon (Cloud Platform Support) wrote: > > As mentioned in “Google App Engine Roadmap - Now Published >

Re: [google-appengine] Re: Google App Engine and Knative

2018-08-20 Thread Anil Kumar
Thanks for your reply Katayoon. I understand that both Knative and App Engine are 'managed platforms' and both are two different offerings. What I am looking for is along the following lines : 1. If I am starting on a completely new project now - then should I take the Knative or the App Engine rou

[google-appengine] get_serving_url for Ruby gem?

2018-08-20 Thread Erik Lyngved
Hi, I am trying to host a Ruby app on Google App Engine. I see the Python get_serving_url function and I'd like to use the Image API to crop/resize/etc. Is there any way to get the magic URL via Ruby? Thank you! -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] get_serving_url for images available in Ruby gem?

2018-08-20 Thread Erik Lyngved
Hi, I'm trying to host a Ruby app on the App Engine. I'd like to get the serving URL for images to be able to use the GAE Image API for resizing, cropping, etc. Is it possible to do that with the Ruby client? I started digging into the Python function code but it got a bit hairy :) -- You rec

[google-appengine] How to read a joblib file from bucket?

2018-08-20 Thread Soheil Novinfard
Hi, Is there any sample that shows me to read a joblib file from bucket? Here is the related question: https://stackoverflow.com/questions/51921142/how-to-load-a-model-saved-in-joblib-file-from-google-cloud-storage-bucket Regards -- You received this message because you are subscribed to the G

[google-appengine] Raspberry Pi 3 B+ GPS Data Logger and Google IoT core!

2018-08-20 Thread Kwong cho leung Kwong cho leung
Thank you very much! Subject : Raspberry Pi 3 B+ GPS Data Logger and Google IoT core! 1. It is Raspberry Pi 3 B+ GPS Data Logger. https://www.instructables.com/id/Raspberry-Pi-3-GPS-Data-Logger/ 2. The question is that how does it implement for Data Logger to Google IoT core??? 3. Please give me s

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-20 Thread Rashmi S
Just want to confirm, is updation of billing account necessary even for free trial versions of sendgrid or mailjef. Will it not work without payment details? And could it be possible that these services, even recaptcha is failing with an IOexception or server error?...with reference to this doc:

[google-appengine] Raspberry Pi 3B+ GPS Data Logger and Google IoT core

2018-08-20 Thread Kwong cho leung Kwong cho leung
Thank you very much! Subject : Raspberry Pi 3B+ GPS Data Logger and Google Iot core! https://www.instructables.com/id/Raspberry-Pi-3-GPS-Data-Logger/ The question is that how does it implement for Data Logger to Google Iot Core??? Big Have international space information (ISI) ltd.. Mr.choleung

[google-appengine] [Bugreport] (Nodejs8/standard env) console.debug() is logged without severity flag

2018-08-20 Thread 'Jakub Bouček' via Google App Engine
In App Engine Nodejs8 for Standard environment is console.debug() logged without Severity flag. Severity flag should be set to DEBUG. Compare with logged row of console.log() function. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Microservices and instance costs

2018-08-20 Thread Richard Cheesmar
Regarding App Engine Microservice costs, in the Google docs, it states the following Costs for instance-hours (the CPU and memory for running your code) are not separated for services; all the instance-hours for an entire project are lumped together. Can anyone tell me if this implies that f