[google-appengine] Re: dev_appserver in 1.9.76 switched import resolution from relative to absolute?

2018-10-11 Thread Vitaly Bogomolov
> hi all! i'm debugging a dev_appserver problem that seems to have been > introduced in google cloud sdk 219 / app-engine-python 1.9.76: imports are > now all resolved as absolute instead of relative. does that sound familiar? > Same issue. Some days ago I was update Cloud SDK to latest

[google-appengine] Re: Datastore & Firestore Transaction

2018-10-11 Thread Rajesh Gupta
We are more & more thinking on how to take the benefit of firestore in existing appengine applications. Existing appengine applications can greatly benefit with some kind of guaranteed cross database transactions On Fri, Oct 12, 2018 at 9:25 AM Rajesh Gupta < rajesh.gu...@veersoftsolutions.com>

[google-appengine] Datastore & Firestore Transaction

2018-10-11 Thread Rajesh Gupta
I am looking to make entry in both datastore and firestore. Is there a transaction planned between the following Firestore in Datastore mode & Firestore in Native mode. Rajesh *www.VeersoftSolutions.com * *www.GainERP.com *

[google-appengine] Re: App engine free quota

2018-10-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Aditya, Your first link leads to the page for free offers, whereas the second is the pricing calculator for the paid tier. The two sets of information are somewhat difficult to use in the same time. Always Free Products do not cost money within defined limits. You should choose from the

[google-appengine] Re: Creating Proxies.

2018-10-11 Thread 'George (Cloud Platform Support)' via Google App Engine
This discussion group is oriented more towards general opinions, trends and issues of general nature touching the app engine. For coding and programming architecture, as well as setting up proxies, you may be better served in dedicated forums such as stackoverflow, where experienced

[google-appengine] Creating Proxies.

2018-10-11 Thread Jack Kinniburgh-Dickie
Hi All, I wish to create proxies using GCS for sneaker websites. The video I have seen somebody do it in is https://www.youtube.com/watch?v=hpw7g3QD4v8=458s . He mentions a script, does anybody have this? Thank you Jack -- You received this message because you are subscribed to the Google

[google-appengine] App engine free quota

2018-10-11 Thread Aditya Prakash
Hi, https://cloud.google.com/free/ says that we get 28 instance hours per day for standard environment, however pricing page of app engine doesn't of any free quota of compute resource (hr/day) https://cloud.google.com/appengine/pricing. Pricing calculator says 0.00 USD for 1.1 instance per

[google-appengine] Re: Clipping an image to work with MODIS

2018-10-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Suzan, You have posted your message in the wrong group. This group mainly handles questions related to Google Cloud App Engine. You’d have to post your question in a group related to Google Earth Engine. Meanwhile, you can refer the Google Earth Engine site

[google-appengine] Re: Spring Boot app fails to deploy to GAE flex (MVN)

2018-10-11 Thread Daniel Blazquez
SOLVED by manually increasing memory allocation [why did not GAE scale this resource?!?] resources: cpu: 1 memory_gb: 2 disk_size_gb: 10 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: Spring Boot app fails to deploy to GAE flex (MVN)

2018-10-11 Thread Daniel Blazquez
*SOLVED by increasing memory allocation in app.yaml* resources: cpu: 1 memory_gb: 2 disk_size_gb: 10 On Thursday, October 11, 2018 at 5:52:51 AM UTC-7, Daniel Blazquez wrote: > > Hi, > > my simple Spring Boot app works fine locally, and it worked during months > deployed to Google Cloud.

[google-appengine] Re: Having problems with final step with Google Course Builder Deployment

2018-10-11 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
This seems to be an issue with how cygwin64 manages permissions. Here's a stack exchange thread where one of the answers addresses this cygwin64 issue by changing windows acl for bash. On

[google-appengine] Re: dev_appserver in 1.9.76 switched import resolution from relative to absolute?

2018-10-11 Thread Ryan B
thanks for the link, amit! that issue definitely looks related. this problem still happens for me on cloud SDK 220 + app-engine-python 1.9.77, so i may be seeing a different variation of that issue, since most people there say 220 fixed it for them. i've added a comment. On Thursday, October

[google-appengine] Re: dev_appserver in 1.9.76 switched import resolution from relative to absolute?

2018-10-11 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hello Ryan What is the current Google Cloud SDK version you are using? As of now current version for Google Cloud SDK is [220.0.0]. We had a known issue [1] on version [219.0.1] in dev_appserver with app-engine-python [1.9.76] which should be

[google-appengine] IAM permission for cloudbuild from a different project

2018-10-11 Thread Prashanth Acharya
Hi, I have a source code repository in Project 'A' I want to use it in Project 'B's Cloud build trigger(cloudbuild.yaml in repo) Which user/role do i need to make this work? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Having problems with final step with Google Course Builder Deployment

2018-10-11 Thread Natasha Rajore
Hi Julie, Thanks for your response. I am still facing issues. Getting the following error: Removing GCB_ALLOW_STATIC_SERV set to '' Sourced as: './scripts/common.sh' Ensuring runtime folder /home/user1/coursebuilder_resources_1_11_001/runtime Using GAE SDK 1.9.73 from

[google-appengine] Spring Boot app fails to deploy to GAE flex (MVN)

2018-10-11 Thread Daniel Blazquez
Hi, my simple Spring Boot app works fine locally, and it worked during months deployed to Google Cloud. But today it fails to deploy about 2 out of 3 attempts (after around 15 minutes stuck in this part) [INFO] GCLOUD: Updating service [default] (this may take several minutes)... GCLOUD:

[google-appengine] Clipping an image to work with MODIS

2018-10-11 Thread Suzan Aranda
Hello everybody: I am new to Google Engine and I ma trying to get data from MODIS. I am having problems to get the data just for an specific city. It seems that for MODIS the Polygon command is not working. Does anyone have a tutorial who can send me or give me a hint? Thank you. -- You

[google-appengine] What are the steps for creating new SSL Certificate and deploy on app engine - java

2018-10-11 Thread Vitaly Tarasiuk
Hi, I've bought new ssl certificate from Go Daddy , Now I need to do some steps before: like sign CSR. following this like: https://stackoverflow.com/questions/11321094/how-to-set-up-ssl-on-google-app-engine-custom-domain-name I try to sign SCR but unfortunately it doesn't work 1.What

[google-appengine] Protecting backend Services with a Firewall

2018-10-11 Thread Joshua Fox
We have a frontend service (Default Service [Module]) and several backend Services that should only be accessed by that frontend service, and not from outside the GCP, e.g. from a browser. What is the recommended firewall approach to that? One of these? - GCP Firewall rules that only

[google-appengine] Re: how to avoid an out of quota of module.get_versions in appengine

2018-10-11 Thread dgang
Hi, Thanks for your update: I don't know why the Google library is doing this, for its own logging purposes or some other reason. I don't have access to source code. The one question is -- why is Google's AppEngine using up our GetVersions quota? Thanks, David On Wednesday, October 10, 2018