[google-appengine] Google App Engine Flexible Python 3.9 testing invitation

2022-04-18 Thread 'GCLB Serverless Contact' via Google App Engine
We are inviting testers to try out the Python 3.9 runtime for Google App Engine Flexible. To submit an application, please go to this form and enter the requested information including your email address and project IDs. Upon being selected, we will provide

[google-appengine] Google App Engine Front Controller removes Cookies from Response Header

2022-03-15 Thread Ajith Kumar
Google App Engine's Front Controller removes the cookies from the response header set by my Laravel Framework 8.83.4 / PHP 7.4 application. Cookie's are being set properly when hosted locally. But, they are not set when I hosted it on Google's App Engine. So, Users can't persist the login

[google-appengine] Google App Engine Unstable

2021-12-10 Thread Isaac Meany
Hi, has anyone experienced downtimes and instability of their app engines web applications and endpoints, this Friday morning? I haven't had and issue since July 2nd 2019. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Google App Engine Stopped Accepting Authorization Header

2021-10-26 Thread Molly Dishman
We host a node JS service on GCP (app engine). Today our normal requests to the service started to receive 400 responses saying 'Your client has issued a malformed or illegal request'. It seems that the Authorization header our client was adding may be causing the error; however, we have set

[google-appengine] Google App Engine - Cloud Build Failed for golang GO111

2021-10-01 Thread Mạnh Bùi Văn
Hi, We're using your service which is Cloud Build. However, a log file is error. I have attached the file below. Please check it out. Kindly fix the error and give me a notice as soon as possible. Thank you for your time. Warm regards, -- You received this message because you are subscribed

[google-appengine] google app engine connect to external database

2021-08-02 Thread Luciano Lopes
Hello people. I have two Java projects running on AppEngine, one of the projects has a MySQL instance and is already connected to AppEngine. I would like both projects to connect to the same database. I've already activated the Cloud SQL APIs, Cloud SQL Admin even so it didn't work, I'm

Re: [google-appengine] Google App Engine - Split Traffic and promote

2021-06-16 Thread Bilal Haidar
Thanks, Patrice, for the valuable information. In practice, I test and verify Staging. Once we are happy with it, we merge the "develop" branch on the "main" branch and then production takes the latest changes. However, with versions, every new build of the app, could be a new version. Instead

Re: [google-appengine] Google App Engine - Split Traffic and promote

2021-06-15 Thread Patrice Bertrand
Sure.  Note that I'm just a regular user. I think it is best if "versions" in terms of GAE deployment match "versions" in terms of your Git, i.e. a consistent state of your project's files. Thus there will be occasions when you need to change version for your production environment.    In such

Re: [google-appengine] Google App Engine - Split Traffic and promote

2021-06-15 Thread Bilal Haidar
Thanks Patrice! Can you explain to me or refer me to a resource on the real use of versions? I must have misunderstood it. Many thanks Bilal On Tue, Jun 15, 2021 at 5:34 PM Patrice Bertrand < patrice.bertrand...@gmail.com> wrote: > Hello Bill, > > Maybe you should consider using 2 distincts

Re: [google-appengine] Google App Engine - Split Traffic and promote

2021-06-15 Thread Patrice Bertrand
Hello Bill, Maybe you should consider using 2 distincts projects instead of versions for the need that you describe.  This will allow you to use versions as proper versions, and to handle a version change within a given service. Alternatively, you could consider using 2 services, each with

[google-appengine] Google App Engine - Split Traffic and promote

2021-06-15 Thread Bilal Haidar
Hi, I would like to understand the relation between --promote (--no-promote) and split traffic. - When I make a version deployment (--promote), it means it takes 100% of the traffic - When I make a version deployment (--no-promote), it won't take any traffic percentage. *However, would I be

[google-appengine] Google App Engine TCP Connections

2021-06-08 Thread Bradley Barrows
Hi I have a NodeJS App Engine server which is awaiting a MongoDB query which, when reaching a certain size, never returns. There is no exception thrown from App Engine either. It is as if the process is just killed because execution flow and therefore logging from the process making the

[google-appengine] Google App Engine: Request was aborted after waiting too long

2021-03-11 Thread Nemanja Patrnogic
I have a small NodeJS application backend running in a standard GAE environment which has no real world load - it only serves my personal requests when I am testing stuff. So I was clicking through the app last night and this error message popped up: ``` Request was aborted after waiting too

[google-appengine] Google app engine not distributing requests properly

2021-02-19 Thread Shehan Jayasinghe
Hello! We have a dockized PHP Nginx application running on google app engine flex. We have automatic scaling and minimum 1 instance is always running. As soon as traffic spikes, users receive 50x gateway errors for some time. The autoscaler works as intended but after checking the logs, all

[google-appengine] Google App Engine with Postgres & Go - Unable to connect to DB

2021-02-19 Thread Bryce Chudomelka
Hello, I am having a lot of trouble deploying my project to GAE and connecting to Postgres Cloud SQL. I tried Stack Overflow but no such luck. postgresql - Go API on Google App Engine with Postgres - Stack Overflow

Re: [google-appengine] Google App Engine Cost

2020-12-09 Thread Stesca com
Very helpful, thank you. Can you tell me how many actual requests on average are you getting per second? On Tuesday, December 8, 2020 at 6:07:42 PM UTC+4 Joshua Smith wrote: > I more than a dozen App Engine apps (using cloud datastore and standard > (not flex) GAE), and in my experience, the

Re: [google-appengine] Google App Engine Cost

2020-12-08 Thread Joshua Smith
I more than a dozen App Engine apps (using cloud datastore and standard (not flex) GAE), and in my experience, the only non-negligible costs are: 1. Instances 2. Datastore reads Instances tracks your request rate. For example, I have a very traditional web/db python app, and it usually has

[google-appengine] Google App Engine Cost

2020-12-07 Thread Stesca com
I am looking into the Google AppEngine for deploying one application. The price calculator is painting a very scary picture, so I decided to ask this here. My question is from all of you who have deployed their applications onto the AppEngine and have load from moderate to heavy and the

Re: [google-appengine] Google App Engine code not updated after deployment

2020-11-02 Thread 'Mary (Google Cloud Support)' via Google App Engine
*Would it be possible to provide more details on the issue you’re having? Are you using App Engine Flex or Standard? When deploying are you deploying to an existing version or to a new version? Are you getting any error messages while you are deploying? * On Wednesday, October 28, 2020 at

Re: [google-appengine] Google App Engine code not updated after deployment

2020-10-28 Thread wesley chun
Go to your app's Services page . You should then see what's up-and-running. For each live version, if you go to the Diagnose column and click on the Tools pulldown, select "Source" to see the files so you can see the code that's running under

[google-appengine] Google App Engine code not updated after deployment

2020-10-28 Thread Tuan Nguyen
Hi, So I have a GAE app. However when I update the application multiple times a day, sometimes the website is reverted back to the previous version, or just does not contain the latest code. Just wondering how to fix this behaviour. I have deleted all unused versions, but seems like the code is

[google-appengine] Google App Engine Mailjet gives 500 error

2020-10-25 Thread Jukka Hautakorpi
When trying to use mailjet with php 7 Google App engine, the request to that file gives 500-error and I cannot see any details of the error anywhere in developer console! - runtime: php72 -mailjet/mailjet-apiv3-php": "^1.5" -This file works 100% on my own server. - I have narrowed the cause

[google-appengine] Google App Engine - Read JSON file from application code

2020-10-20 Thread Lawton Mizell
Can anyone help me with this problem? https://stackoverflow.com/questions/64455222/google-app-engine-read-json-file-from-application-code -- 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] Google App engine 301 redirect or Move project to another

2020-10-12 Thread N Viktor
Hi everyone. Right now we have an issue with move from one domain to another. We want to configure 301 redirect from domain test.appspot.com to another domain test2.appspot.com We created an app using Python script but some search engine systems are not see it. Maybe there is some possibility

[google-appengine] Google App Engine: versioning with custom sub domains

2020-07-10 Thread 'Alex Fox' via Google App Engine
I'm trying to setup GAE with a custom sub domain and a specific version url. For example I have an app running with the following setup *VERSION_ID: 1234* *SERVICE_ID: my-app* *PROJECT_ID: my-project* The provided url *https://1234-dot-my-app-dot-my-project.ew.r.appspot.com* works fine. But I

Re: [google-appengine] Google App engine Python 2.7

2020-06-04 Thread 'Dustin Ingram' via Google App Engine
Yes. See https://cloud.google.com/appengine/docs/standard/long-term-support#python_27 . On Thu, Jun 4, 2020 at 7:09 AM Nimrod Kaplan wrote: > Hi, > > Can someone update what is going to happen with existing python 2.7 apps > on google app engine in July / August ? Will they continue to work ? >

[google-appengine] Google App engine Python 2.7

2020-06-04 Thread Nimrod Kaplan
Hi, Can someone update what is going to happen with existing python 2.7 apps on google app engine in July / August ? Will they continue to work ? Thanks, -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group

[google-appengine] Google App Engine Java 8 Lifetime (LTS)

2020-05-25 Thread Carl Emmoth
Hello, I'm wondering since Java 11 is released and there is a difficult process of upgrading from Java 8 to 11, for how long time will the Java 8 version be supported? Years? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Google app engine issue when deploying it

2020-04-30 Thread Skm Villa
Google app engine version 1.9.76 when running locally , it shows an error, any idea pls Error: c.l.m.c.ExceptionHandlerController : Error ==Missing or insufficient permissions. [INFO] com.google.cloud.datastore.DatastoreException: Missing or insufficient permissions. [INFO] at

Re: [google-appengine] Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-06 Thread 'Dustin Ingram' via Google App Engine
Hi there, can you share your `requirements.txt` file with us as well? On Mon, Apr 6, 2020 at 10:58 AM K. Ripping wrote: > Hi All, > > Since today I am unable to deploy my Google App Engine. The strange thing > is, I've been using these same settings for months and had no issues. > > I've added

[google-appengine] Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-06 Thread K. Ripping
Hi All, Since today I am unable to deploy my Google App Engine. The strange thing is, I've been using these same settings for months and had no issues. I've added the log and app.yaml. In the log, you will find warnings like: Step #1:

[google-appengine] google app engine and big file generating

2020-01-26 Thread Jukka Hautakorpi
I have a gae php+sql -app that I want to extend to generate big set of files. Php script will make these files from few 2 mb templates. These files will be 100-500 mb total, and then zip them and push / return to user's browser, same way as google drive "zip files" seems to work, so i can

[google-appengine] Google App Engine Search stopped working

2019-11-19 Thread Liu Adoo
I have followed https://cloud.google.com/appengine/docs/standard/java/search/ to set up search for my data with App Engine. It has been working fine until 2 days ago when I made a change which I am 100% sure has nothing to do with this issue and deployed my code again. Then search stopped

[google-appengine] google app engine deploy error from gitlab runner

2019-09-24 Thread Bilal Akmal
I'm facing this issue when I deploy a node app from gitlab runner. I've separate service account which has permissions to deploy and access storage as well, but after successful deployment without any errors it's giving "Not Found" error when I access the web. But if I deploy the same app from

[google-appengine] Google App Engine Instance is abruptly shutting down on Standard Environment

2019-08-08 Thread vidhi thakrar
We are using Google App Engine to ingest large amount of data to Google Cloud FireStore with below configuration: Basic scaling instance_class: B4 basic_scaling: instances: 1 The overall data ingestion 0f 20GB takes around 1.5 hours. But we have noticed that some time after an hour,

[google-appengine] Google App Engine Flex Environment -- WebSocket server error

2019-07-24 Thread Haimonti Dutta
Hello, I have deployed the code posted here -- https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java8/websocket-jetty on the Google App Engine Flexible Environment and I am trying to test it out. Basically it creates a websocket server listener and a websocket

[google-appengine] Google App Engine SSL Auto-Renewal

2019-04-24 Thread James Terry
Hi all, I'm am trying to set up SSL Renewal on my domain name in Google App Engine. In Settings > Custom Domains, I select my domain and then click on Enable Managed Security. It prompts me with the following: domain.com is currently using certificate '$(certificateName)'. This > certificate

[google-appengine] Google App Engine High Availbility

2019-03-13 Thread Eduardo Moreira
Hello Everyone I have a question about High Availability within Google App Engine. It is possible with VM Instances to have High-Availability in case whatever happens in the region where you have your instance, but this does not seem to be the case with Google App Engine, do you guys know the

[google-appengine] Google App Engine not show domains registered

2019-02-08 Thread Victor Viana
Hi Folks, I'm having trouble trying to map a custom domain to my App Engine application, I'm registering for example some properties in the Webmaster Central so that it appears to me on the App Engine add-on domain screen, but it's not showing up. Anyone have any idea what that might be?

[google-appengine] Google App Engine Seach Java not working since this morning: com.google.appengine.api.search.SearchException: Error constructing stub for app

2019-01-18 Thread Bruno Schuermans
Hello My application was running fine in app engine. spec: Java8 standard. Than since this morning I get this exception when I try to use the SearchService: com.google.appengine.api.search.SearchException: Error constructing stub for app I have noted that Java7 is not supported from today but

[google-appengine] Google App Engine

2019-01-09 Thread Siva Sundari
Open the *Google* API Console Credentials page. From the project drop-down, select your project. Select *Create* credentials and choose OAuth client ID. Under*Application* type, select Web *application*, enter a Name and set the Restrictions (optional), then click *Create*

[google-appengine] Google App Engine Issue

2018-11-14 Thread iCoderz Developers
Hello, I am trying to create a zip on google cloud storage but unable to create a zip using php. Here is my sample code. Please help me. if you got any solution please let me know soon. Thank you, xyz $ZipArchivePath = 'gs://projectID.appspot.com/Temp/zipfile.zip'; $zip = new

Re: [google-appengine] Google App Engine Java deployment with gcloud skips almost all files

2018-11-12 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
You can follow this example: https://cloud.google.com/appengine/docs/standard/java/config/appref#automatic_scaling_min_pending_latency On Monday, November 12, 2018 at 7:32:47 AM UTC-5, Attila-Mihaly Balazs wrote: > > There is a deploy.version paramter for the Maven goal: >

Re: [google-appengine] Google App Engine Java deployment with gcloud skips almost all files

2018-11-12 Thread Attila-Mihaly Balazs
There is a deploy.version paramter for the Maven goal: https://cloud.google.com/appengine/docs/standard/java/tools/maven-reference#appenginedeploy Attila -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

Re: [google-appengine] Google App Engine Java deployment with gcloud skips almost all files

2018-11-10 Thread ABR Arun
Hi Brian, We are deploying GAE Standard Application using eclipse, But one drawback in it is, we couldn't set the Version number if we use eclipse. it deploys to the random number as version But If I use "gcloud app deploy " we can mention the versions where it need to be deployed

[google-appengine] Google App Engine Standard Environment With node-js

2018-10-10 Thread narendras
Hi Team, We Configured the App engine in the standard environment with node-js, when we click this url https://excellent-appguard.appspot.com/ we are facing the issue. Please find the attachment of error, Error: Server ErrorThe server encountered an error and could not complete your

[google-appengine] Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-08 Thread Sudhanshu Gaur
I am trying to fork new processed so that my NodeJs server can utilise load efficiently. I am running my NodeJs app on Google App Engine flexible environment, does app engine itself utilize all cores of the instances OR not, because if it doesn't then I would manually have to do it from my

Re: [google-appengine] Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-24 Thread Maximiliano Contartesi
Task are executed inside the GAE, these task are served without SSL, you need to check if you have any redirect in your APP and discrimine it. Maximiliano Contartesi | mcontart...@tecnogo.com | +54 11 5680-3350 | www.tecnogo.com El sáb., 22 de sep. de 2018 a la(s) 13:51, Chad Paulson (

[google-appengine] Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-22 Thread Chad Paulson
Hello, I am having an issue getting cron tasks to work and I'm not sure there is currently a remedy due to the limited nature of SSL support for GAE flexible and the lack of handler support. Currently all of the tasks are failing because they are returning a 301 HTTP response code. While

[google-appengine] Google App Engine Logs not showing in the console?

2018-08-28 Thread Sudhanshu Gaur
Google App Engine many Logs are skipping, and not getting shown in the Logging console, and it is happening always, the Logs I am showing using console.log() are getting skipped but mongoosequery logs are getting printed. Can anyone please tell me why is this happening? Thank You -- You

[google-appengine] Google App Engine and Knative

2018-08-17 Thread Anil Kumar
How do Google App Engine and Knative link up? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to

[google-appengine] Google App Engine roadmap

2018-08-17 Thread Anil Kumar
Is any roadmap available wrt Google App Engine? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to

[google-appengine] Google App engine with SSL does not work on Firefox

2018-08-08 Thread Binh Bui Van
Hi all, I have config ssl for Google App Engine (python standar). It work perfect on chrome. But with Firefox, it show 'Your connection is not secure' Any suggestions on what I might be doing wrong? Thanks -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Google app engine creating instances not in 'default internal' ip ranges?

2018-08-02 Thread Ryan Barker
I am having issues that some of the instances that are being automatically spun up by google app engine are not able to connect to my database. I have a hunch the issue is that the problem relates to ip addresses outside of the range of ip addresses that should be set up for internal machines.

[google-appengine] Google App Engine Upload File to API Directory

2018-07-09 Thread belfner
I was wondering if there was a way to upload a ZIP file to the working directory of my google endpoints API. I would like the API to read the file without having to retrieve it from google storage or some other place. Any help is greatly appreciated. Thanks. -- You received this message

[google-appengine] Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread yi he
Hello, I met a issue. Everything works fine at the begin of this week. In the middle of the week, user reported can not access the website and I found the server respond 503 error. Do you have any guide how to locate the root cause? I tried to redeploy it. It worked last night and broken again

[google-appengine] Google app engine can requests fail while shifting traffic to the new version?

2018-06-28 Thread Sudhanshu Gaur
I am just wondering that as when I deploy my NodeJs app to new version on App Engine, now the traffic gets shifted from old app version to new app version. Or when I manually shift traffic to some other version. Then is there any chances that in between shifting the traffic to the new

Re: [google-appengine] Google App Engine Java deployment with gcloud skips almost all files

2018-06-19 Thread Thomas Becker
Thanks, I'll do that then. In the past, I've always deployed from the command line despite the fact that I was using the Eclipse plugin, but why not doing it from Eclipse and not have to worry. Thanks again for the advice. Thomas On Tuesday, June 19, 2018 at 6:55:54 AM UTC-6, Brian de Alwis

Re: [google-appengine] Google App Engine Java deployment with gcloud skips almost all files

2018-06-19 Thread Brian de Alwis
Hi Thomas. You can deploy your App Engine projects from within Eclipse by selecting the project and using the "Deploy to App Engine Standard…" option in the GCP toolbar item, or by right-clicking on the project and choosing "Deploy to App Engine Standard…". You can read more at:

[google-appengine] Google App Engine Endpoint Sample App Build issue

2018-06-08 Thread Arunprasath T
Hi, I am Migrate my app engine endpoint app migration success but not generated .jar file in libs folder.So i am get google app engine sample project for this link https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/endpoints-frameworks/v2 .And follows that document

[google-appengine] Google App Engine end point App V1 to V2 Migration issue

2018-05-28 Thread Arunprasath T
I have migrated my Google App Engine end point App. There is one jar and war file available in my V1 libs folder. But after I migrated, there is war file only available in my V2 libs folder. Without jar file I cannot proceed my work. Is anything I missed in the migration process ? I

[google-appengine] Google App Engine end point App V1 to V2 Migration issue

2018-05-28 Thread Arunprasath T
I have migrated my Google App Engine endpoint App. Am unable to see my jar file under the library after migrating to Endpoints V2. Without jar file, I cannot proceed my work. Is anything I missed in the migration process? Kindly check it and respond as soon as possible. Am follow below this

[google-appengine] google app engine slow and timing out

2018-05-17 Thread Valerio M
Hey, I deployed an app yesterday. First time on GAE. Not sure what's going on. The same app works on heroku. The / loads extremely slowly. the main js file may load in mins sometime. I modified the resources, # of instances, disabled health check... nothing. Always getting nginx 502 I tried

[google-appengine] Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread Linh T.
Hi guys, Currently, i have met issue about disk data on GAE. test@gae-5482:~$ df -h /tmp > Filesystem Size Used Avail Use% Mounted on > none 30G 24G 4.4G 85% / > test@gae-5482:~$ df -h /tmp > Filesystem Size Used Avail Use% Mounted on > none 30G 20G

[google-appengine] google app engine timing out without any error on flexible environement

2018-05-10 Thread amruta dh
Hi, I have python flask application connected with cloud sql , firebase and google cloud storage. I am getting time out error while deployment the app on google app engine. There are no errors in logs, all permissions are provided. Is there any setting that I am missing or any thing to check

[google-appengine] Google App Engine Migration from V1 to V2

2018-04-10 Thread Arun Prasath
*I have migrated my Google App Engine end point. There is one jar and war file available in my V1 libs folder. But after I migrated, there is war file only available in my v2 libs folder. Without jar file I cannot proceed my work. Is anything I missed in the migration process ? Help from anyone

[google-appengine] Google App Engine Flexible get access to a folder dynamically created by a package?

2018-04-09 Thread Sudhanshu Gaur
I am doing Profiling on my NodeJs app, I am using Google App Engine Flexible and for it, I am using npm 0x , but the thing is as this package is making the flamegraph inside my NodeJs root directory folder, now how can I retrieve this folder(I mean get access

[google-appengine] Google App Engine How to implement Profiling(Stack Tracing)?

2018-04-03 Thread Sudhanshu Gaur
I am using Google App Engine to run my NodeJS app on flexible env, now i wanted to generateFlameGraph but the thing is as App Engine itself handle scaling and deploying of instances now can anyone please tell me how can i generate

[google-appengine] Google App Engine 503 Error

2018-03-24 Thread DOBODY GLOBAL
Dear Google technical support Recently on March 24, 2018, our project crashed server error code 503. We tried to fix that error but failed... This is very important to us. Please help us. Best regards!

[google-appengine] Google App Engine Deployment Err Debug - Error Response: [4] Timed out waiting for the app infrastructure to become healthy.

2018-02-19 Thread Oleksandr Oliynyk
Lately (starting 5 days ago) all our deploys to nodejs flex env started to fail with the reason: === ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app infrastructure to become healthy. === There is no info about this error and provided error message is not clear at

Re: [google-appengine] Google App Engine Cost

2018-02-09 Thread Ani Hatzis
Hi Terry! Yes, it seems your thinking about this in the correct. I would like to point to a very different solution though. If you also have (basic) JavaScript or Google Apps Script experience, you could check out App Maker which is part of G Suite. It

[google-appengine] Google App Engine Cost

2018-02-08 Thread Terry Caliendo
I'm trying to understand what it would cost to run a fairly simple app on Google App Engine. I've tried the cost calculator, but I'm a bit unsure that I'm entering everything correctly (and/or reading the limits of the free tier correctly). The simple app I'm developing is for a non-profit so

[google-appengine] Google App Engine Flexible Environment tmp folder is not writable

2018-01-31 Thread Dhandapani Sattanathan
Hi, I m using more than 1 years Google App engine Flexible Environment. My Application used mpdf API using PHP.The latest version of mpdf changed dynamically create temp folder for font creation and image. In my Development server This one working fine. But When I use Google App Engine

[google-appengine] Google App Engine Node.js TLS 1.2

2018-01-23 Thread Alex Komarovsky
Our application hosted on Google App Engine Node.js (Flexible Environment). We are now under review of security inspection and failing on the issue that our application supports TLS 1.0 and 1.1 versions. Is there a way to enforce the use of only TLS 1.2? And also block ciphers that are

Re: [google-appengine] Google App Engine and Spring Boot Data JPA

2018-01-12 Thread 'Jisha Abubaker' via Google App Engine
If they want to use Spring Data source configuration, it might be best to use the Spring Cloud GCP integration that is available that auto-configures the CloudSQL as a Spring

Re: [google-appengine] Google App Engine and Spring Boot Data JPA

2018-01-12 Thread 'Les Vogel' via Google App Engine
That doesn't look quite right - on GAE Standard, it should be using the injected driver, not the socket factory. It might also need a user and password in that path. On Fri, Jan 12, 2018 at 6:29 AM, Nikita Koroed wrote: > I want to use Spring Boot Data JPA on GAE

[google-appengine] Google App Engine and Cloud a.i machine learning

2017-10-30 Thread Marcello Orru
By the way, I am creating an artificial intelligence application, I was informing you about the infrastructure to choose from (my application is a webapp written in php, and I would like to use some of the google bees for artificial intelligence), I did not understand well understood sel the

[google-appengine] Google App Engine Clou A.I learn machine

2017-10-30 Thread Marcello Orru
By the way, I am creating an artificial intelligence application, I was informing you about the infrastructure to choose from (my application is a webapp written in php, and I would like to use some of the google bees for artificial intelligence), I did not understand well understood sel the

[google-appengine] Google App engine deploy python project 502 bad gateway error

2017-10-22 Thread Gary Ng
I've created a virtualenv in GAE, and setup the Flask project When I execute "python3 main.py", the default route works fine, but when I execute "gcloud app deploy" and browse the page, 502 Bad Gateway shows. I try to find the error log by execute "gcloud app logs read" 2017-10-22 08:21:53

[google-appengine] Google app engine unable to use python 3

2017-10-16 Thread Gary Ng
I've following the instruction in: https://cloud.google.com/appengine/docs/flexible/python/quickstart But when I execute "python" the version number still show 2.7.9, I've checked the app.yaml, it already set the python_version: 3 -- You received this message because you are subscribed to

[google-appengine] Google app engine unable to use python 3

2017-10-16 Thread Gary Ng
I've following the instruction in: https://cloud.google.com/appengine/docs/flexible/python/quickstart But when I execute "python" the version number still show 2.7.9, I've checked the app.yaml, it already set the python_version: 3 -- You received this message because you are subscribed to

[google-appengine] Google App Engine, Nodejs, 502 Bad Gateway

2017-09-25 Thread Marco Galassi
We are performing a migration to a new backend hosted on Google App Engine and based on Node.js. Before performing the switch from the old to the new backend, we need to do tests and see if packets that the legacy server receives are correctly processed by the new backend. So, on the old

[google-appengine] Google App Engine - Region

2017-09-24 Thread Hossein Amerkashi
Hello, I am using GAE and have deployed an app. The performance seems to be pretty good for USA east-coast. I'm getting complaints from UK users that performance, during certain times, is very slow. How do I find out what region the servers are and how can I upgrade for multiple regions?

[google-appengine] Google App Engine apps blocked by an organization, any suggestions?

2017-09-08 Thread PK
This is related to another thread I initiated today. I am pretty convinced now that the following is happening: 1. My customer tries to access my GAE standard app from inside an organization’s network. The organization has some rules in some networking device, that state: If too much traffic

[google-appengine] Google App Engine with Local mysql server showing error.

2017-07-12 Thread Amit Kumar
I am following this link - https://cloud.google.com/appengine/docs/standard/java/cloud-sql However when I run the app, I get the following error - HTTP ERROR 500 Problem accessing /. Reason: Could not create connection to database server. Caused by:

[google-appengine] Google App Engine standard now supports Java 8

2017-06-28 Thread Thanasis Delenikas
== thank you == https://cloudplatform.googleblog.com/2017/06/Google-App-Engine-standard-now-supports-Java-8.html :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an

[google-appengine] Google App Engine Endpoints for iOS

2017-06-27 Thread sfd dsfg
Hello, I am trying to use GTLRservice and the associated queries generated by Service Generator in my iOS application. I have generated an API key for IOS, and set it to the service objects "service.APIkey" field. I have set my bundle identifier to the same one I am using in my XCode

[google-appengine] google app engine MV issues

2017-05-10 Thread Talel Abbes
I NEED HELP PLZ Operation does not satisfy the following requirements: billing-enabled {Billing must be enabled for activation of service '' in project 'civil-parsec-167022' to proceed., https://console.developers.google.com/project/civil-parsec-167022/settings}

[google-appengine] Google App Engine Application Deployment Fails

2017-04-22 Thread 'Onno Eberhard' via Google App Engine
Hi, for a few days now, every time I try to deploy my project to GAE, I get the following error message: com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/deploy?app_id=xx=1; 503 Service Unavailable Try Again (503)An

[google-appengine] Google App Engineの課金について

2017-04-13 Thread 伊藤慎一
例え アクセスがなかったり 少ない場合も 課金が起こりますが、 Google App Engineにアプリをデプロイしてから 費用が発生するのでしょうか? バックエンドインスタンスの時間が多くかかっているのですが インスタンス数はコントロールできないのでしょうか? 宜しくお願いいたします。 -- 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] Google App Engine - Import Error no module named appengine.api

2017-04-07 Thread Diego Molteni
Hi All, I have this problem and I really don't know how to fix it any help? from oauth2client.contrib.appengine import AppAssertionCredentials def generate_jwt(): credentials = AppAssertionCredentials( 'https://www.googleapis.com/auth/iam') from google.appengine.api import app_identity

[google-appengine] Google app engine deployment fails

2017-04-04 Thread Antonio Antonelli
Hello, Suddenly I cannot deploy anymore to app engine. The deploy command waits for the operation to complete for 10 minutes and then throws a Error Response: [13] The system encountered a fatal error. I have attached the log. Cheers -- You received this message because you are subscribed to

[google-appengine] Google App Engine Flexible deployed instance config

2017-04-04 Thread Zdenko Hrcek
Greetings, I deployed GAE Flexible instance but nowhere in Cloud Console I cannot see what kind of instance type was created (CPU/RAM). For example, in my yaml file I have 0.5 CPU and 1GB RAM, but I don't see nowhere what is the actual configuration for created instance. in documentation

[google-appengine] Google App Engine NodeJS log severity

2017-03-31 Thread Marco Galassi
I am using nodejs on App Engine and I would like to have the ability to log my application in an easy manner. Possibily, I would like to be able to log as easy as in python standard environment : import logging > import webapp2 >

[google-appengine] Google App Engine Application Deployment Fails

2017-03-29 Thread Sonal Jain
Hi, I am not able to deploy my application on app engine. It gives following error: Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/adderrorblob?path=default_id=new-mochameet=1; 400 Bad Request Request must have a Content-Type header. Not sure why is it

[google-appengine] Google App Engine flexible runtime(custom runtime) and web font not working(ttf, woff, woff2)

2017-03-27 Thread 임형주
I've got some problem where google app engine flexible custom runtime with web font(ttf, woff, woff2). I'vs got 404 error for web font resource. app.yaml runtime: custom env: flex Docker file # The standard nginx container just runs nginx. The configuration file added # below will be used by

[google-appengine] Google App Engine - Cloud Computing - Ssomens Software Development .

2017-03-22 Thread Archana Ssomens
Our G-Doc software allows you to set the page layout in terms of paragraph alignment, titles, subtitles, headings, sub title emphasis etc., in a easy manner. Google Docs brings your documents to life with smart editing and styling tools to help you easily format text and paragraphs. Choose

[google-appengine] Google App Engine went GA

2017-03-10 Thread Marco Galassi
Google App Engine went GA. This was announced on Google Next '17 http://www.infoworld.com/article/3179151/application-development/google-app-engine-adds-c-nodejs-and-ruby-options.html -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Google App Engine - Receive Email from gmail and parse it

2017-03-02 Thread MANIKANDAN S
I am wondering whether Flask app in Google App Engine Production server can receive email with attachment from gmail or any other third party. As I am having a requirement now that I would receive a email with csv attachment, need to parse it - take the decision and change the content on

[google-appengine] google app engine python

2017-03-01 Thread Miran Nilusha
Hi, I want to return json array without property name just array from app engine api end points. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

  1   2   3   4   5   6   >