[google-appengine] Please explain project VS application - service - version - instance

2017-06-19 Thread Karoly Kantor
I am somewhat confused about the nomenclature. Can someone maybe explain? On this page: https://cloud.google.com/appengine/docs/standard/python/an-overview-of-app-engine there is a description of the hierarchy of what application - service - version - instance mean. But everything i have is in

[google-appengine] Re: Hosting de pago

2017-06-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Adrian, A deployed app engine service would scale up to accommodate increased bandwidth. More capacity would automatically get added as workloads increase, which amounts to illimited bandwidth, in practical terms, exactly as you say. You can find relevant information in the "Designing fo

[google-appengine] Re: does google appengine have suggested solution to use letsencrypt certs?

2017-06-19 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Our engineering team is working on this functionality, and you can follow along with their progress on the Public Issue Tracker . As stated in the tracker , you can currently use the Admin API

[google-appengine] Re: Please explain project VS application - service - version - instance

2017-06-19 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Your Google Cloud Platform project is a basic unit of organization to which every Google Cloud Platform service is attached to. Each project can choose to enable any of the platform's features, including App Engine. Th

[google-appengine] Re: Please explain project VS application - service - version - instance

2017-06-19 Thread Karoly Kantor
Thank you. "This lets a project have up to one application" was the key message to me. Some more questions for total clarity: 1. So when I upload my application, the "application: " part of app.yaml should be the project name, is that right? if not, what is the application name in app.yaml

[google-appengine] Re: Please explain project VS application - service - version - instance

2017-06-19 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
I'm glad I was able to clear that up for you, here's the answer to your follow-up questions: 1. That is correct, though that particular parameter might not be necessary depending on the way you are deploying your a

[google-appengine] Re: dotnet CLI version on Google Cloud Shell

2017-06-19 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Vicente, Changes made to your Cloud Shell outside of its home directory will not persist between invocations of the Cloud Shell, so there is no way you can update the installed version of the dotnet cli yourself. What you could do at the moment is install the latest version of the dotnet

[google-appengine] Re: dotnet CLI version on Google Cloud Shell

2017-06-19 Thread Vicente Maciel Junior
Thank you so much for the info! I'll submit this request. Regards Em segunda-feira, 19 de junho de 2017 13:31:10 UTC-3, Yannick (Cloud Platform Support) escreveu: > > Hello Vicente, > > Changes made to your Cloud Shell outside of its home directory will not > persist between invocations of the

[google-appengine] Re: Data recovery appspot

2017-06-19 Thread James Calfee
Hi, sorry for the delay. The data-store upgrade was shortly after: 7/1/2015 I have attached the email I received about the upgrade. I was able to upgrade my app's front-end, but for some reason I was not able to upgrade the data store. The data-store upgrade required an external tool (comm

[google-appengine] Re: Not able to deploy on app engine standard environment

2017-06-19 Thread Ignazio Aleo
Hi George, thanks for the reply (and sorry for my late one). Indeed the issue is now gone and I am fully able to deploy without modifications on my side. Best, Ignazio On Thursday, 8 June 2017 18:37:25 UTC+2, George (Cloud Platform Support) wrote: > > Hello Ignazio, > > This result might be r

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-19 Thread Adeel Ahmad
Hi George, I have gone through the tutorial again and these are the steps which differ from it: 1. I haven't added the following script in my composer.json file as it causes some errors during deployment: *"post-deploy-cmd": [ "php artisan cache:clear" ]* 2. In th

[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-06-19 Thread Adriaan Stander
Using the recommended way of connecting a .Net application running in App Engine Flexible .Net to SQL AppEngine Flex (all networks allowed to connect to MySql Instance with SSL) we saw many unauthenticated logon attempt

[google-appengine] Search limit

2017-06-19 Thread Emlyn
There's a documented rate limitation on the search api (which I am hitting :-( ), of - 15,000 Documents added/deleted per minute https://cloud.google.com/appengine/quotas#search Is this per index, or for my entire app? -- Emlyn https://medium.com/the-infinite-machine - A publication about