[google-appengine] Re: Error 302 running cron and login:admin in app.yaml in google app engine

2018-10-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Pedro, You have employed a URL that differs somewhat of what is expected in the cron.yaml configuration file: url: /processdate?from=2016-03-01=2016-03-31. This URL indicates a time interval, when the URL in your app is expected instead, to which you want the Cron service to send job

[google-appengine] Re: zip create on google cloud storage using laravel php

2018-10-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Your posting is quite succinct and to the point, but does not entirely define your request. Some more information is needed to put together a complete feature request. What would you like to see implemented? In what concerns use of Laravel for Google Cloud Storage access, you may have a look

[google-appengine] Re: Multiple Invocation of the Mail Handler for the Same Email

2018-10-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dzovani, How did you determine that the mail handler was called 2 times? A copy of related messages and logs would be appreciated. If you send messages from Cloud Tasks, are retries enabled? If you use Pub/Sub to send messages, it may happen that sending is repeated; there is no

[google-appengine] Re: Code Editor not found at UI location given in docs.

2018-10-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Chris, You can access Code Editor from the Cloud Shell toolbar by clicking the pencil icon. The proper page to look to is rather "Features". You were looking at a blog page dating from October 18, 2016. Code Editor is in beta

[google-appengine] Re: Google cloud AutoML Vision doubt

2018-10-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Manuel, Your core concern, formulated as: "*the libert we have whit the AI tool, the most concerned i am is whit you can have a respond whit it?*", is not directly understandable at first look. Assuming you would like to trigger some specific reactions based on results from an AutoML

[google-appengine] Re: Php 55 runtime on GAE beyond Dec 31, 2018

2018-10-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Poe, You should expect such unsupported version announcement to be made at least a year before the actual coming in effect. This offers enough time to plan for moving over to a newer version. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Php 55 runtime on GAE beyond Dec 31, 2018

2018-10-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Poe, There are no well-defined plans to make PHP 5.5 runtime obsolete, and it is difficult and ultimately unproductive to speculate on the actual date when this is to be expected. Such dates might change due to last-minute considerations as well. Meanwhile, you are encouraged to migrate

[google-appengine] Re: Accessing datastore from microservice

2018-10-12 Thread 'George (Cloud Platform Support)' via Google App Engine
App Engine's Python standard runtime connects to Cloud Datastore using the NDB Client Library . The NDB Client Library provides persistent storage in a schemaless object datastore. It supports automatic caching, sophisticated

[google-appengine] Re: How to get a Google Maps file with splines or polylines?

2018-10-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rogério, You can calculate the distance between two or more points on the map. For example, you can measure the mileage in a straight line between two cities. More detail is to be found on the "Measure distance between points" documentation page

Re: [google-appengine] Re: App engine free quota

2018-10-12 Thread 'George (Cloud Platform Support)' via Google App Engine
There is a free trial. While it lasts, you will not be billed. When your trial ends, your account will be paused and you'll have the option to upgrade to a paid account. In other words, you do not risk to suddenly get charged. You have to expressly upgrade to a paid account, to start seeing

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

2018-10-12 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right about all cores, it is not appropriate to think otherwise. One should also keep in mind that these are virtual machines. My point, in the reply above, is that you have control over threading by way of your app's node.js code. -- You received this message because you are

[google-appengine] Re: Django with postgresl on App Engine Standard

2018-10-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Lukas, You should concentrate on your node.js code, rather than on app.yaml configuration, and beta settings. The "Using Cloud SQL for PostgreSQL" documentation page

[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] Re: 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 'George (Cloud Platform Support)' via Google App Engine
Hello Sudhanshu, Load is efficiently dealt within Flexible Environment, there is no reason to assume otherwise. You do have control over thread creation. To this purpose, you typically do not need to use anything other than your language’s built-in threading or multiprocessing tools. You may

[google-appengine] Re: HELP

2018-10-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Stephanie, This Group is meant for Google Cloud Platform; for help with Course Builder, you may check the appropriate forum , and documentation .

[google-appengine] Re: Closed source java libraries

2018-10-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Németh, There are many reasons why some libraries are not open source, such as security- or quality-related considerations. For the specific fixes you have in mind, you are encouraged to use Public Issue Tracker to submit your requests in form of

[google-appengine] Re: How to increase java heap for Google app engine application

2018-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nital, In App Engine Flexible environment, you may use the env_variables key in the app.yaml file to set environment variables. GAE_MEMORY_MB and HEAP_SIZE_RATIO variables can be tuned so as to increase Java heap size. Related details are to be found in the "Environment variables"

[google-appengine] Re: App Engine Flex "Error: Server Error" occurs often, how to find cause?

2018-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Narendra, Your issue might well be different from the initial issue on this thread. You are encouraged to open a separate issue in the Public Issue Tracker , with all needed detail, including relevant logs, details about your application, such as

[google-appengine] Re: Traffic to remote DB through VPN not being routed properly on Standard GAE

2018-10-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Raphaël, You are right about VPN being unsupported in App Engine Standard, just Compute Engine virtual machine (VM) instances, GKE clusters, and App Engine Flex instances. It is indeed about connecting to your Virtual Private Cloud

[google-appengine] Re: Setting OmitStackTraceInFastThrow in GAE Standard Java 8

2018-10-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Kishu, To set runtime arguments for JVM, you use the env_variables key in the app.yaml file. For more detail, you may have a look at the "The Java 8 / Jetty 9 Runtime" online documentation page , "Environment

[google-appengine] Re: RequestPayloadTooLargeException

2018-09-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Hossein, The payload maximum size is indeed 10 megabytes, in accordance with the "Quotas and limits for URL Fetch" sub-chapter of the "Outbound Requests" documentation page . You

[google-appengine] Re: Java heap dump in Google App engine standard environment?

2018-09-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Kishu, Glad to hear you'd like to keep informed about the progress of your feature request. Do not hesitate to open a separate issue if you meanwhile face a new, different problem. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Can't run sample applications on AppEngine Stanadard Python3.7 redux

2018-09-30 Thread 'George (Cloud Platform Support)' via Google App Engine
You need to enable billing for your project from the Billing page in Developers' Console, and then enable Cloud Build API as well. You can do this by navigating to the Cloud Building API page, in the API Library in Cloud Developers' Console. How did you create the Python 3.7 virtual

[google-appengine] Re: How to connect codeigniter application to Google App Engine

2018-09-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Abhishek, Do you mean you'd like to deploy your application on Google Cloud Platform? Would you deploy it in Standard Environment, or Flexible? For Standard Environment, you can find guidance in the "Deploying a PHP App" online document

[google-appengine] Re: Java heap dump in Google App engine standard environment?

2018-09-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Kishu, Unfortunately, I don't have access to such information; it is Developers' domain. Decisions on Java 7 or 8 may change, but, of course, the ideal to have the heap dump feature implemented for both versions. If you open a related issue in the Public Tracker, one of the advantages

[google-appengine] Re: Can't run sample applications on AppEngine Stanadard Python3.7

2018-09-27 Thread 'George (Cloud Platform Support)' via Google App Engine
The recommended way to run Standard Environment applications in the local environment is by using the dev_appserver.py command as follows, from the directory that contains your app's app.yaml configuration file, and specifying the directory path to your app, for example: dev_appserver.py

[google-appengine] Re: Java heap dump in Google App engine standard environment?

2018-09-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Kishu, You are right about the local file system in App Engine Standard, and indeed, saving the heap dump rather to Cloud Storage might prove the right solution. There is no such feature yet, but development is under way. As yet, we cannot offer a good estimate for a final

[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2018-09-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Skillful, You have done the right thing, to leave a comment on the know issue page. This should offer the appropriate impression of urgency on the thread. Unfortunately, there are other urgent issues to be addressed, and someone else might have the same sense of urgency, as you. Work is in

[google-appengine] Re: App engine standard java8 - how to add health check for instances?

2018-09-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Roman, It is not possible to implement custom health checks in App Engine Standard. Still, App Engine sends periodic health check requests to confirm that an instance has been successfully deployed, and to check that a running instance maintains a healthy status. Each health check must

[google-appengine] Re: php with app engine

2018-09-27 Thread 'George (Cloud Platform Support)' via Google App Engine
If you would like to deploy more than one service, it is indeed possible in App Engine. Services were previously named "modules". They do not behave exactly as different apps, sharing the same Datastore. You may find more detail on the "Overview of App Engine" documentation page

Re: [google-appengine] Re: Unable to connect to MQTT database on a VM instance from AppEngine.

2018-09-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Rajkumar, You should configure the GCE instance's firewall to allow traffic to port 1883, or whatever port is needed for MQTT. You may gather more detail from the "Virtual Private Cloud (VPC) Network Overview" documentation page . As MQTT is not a

[google-appengine] Re: Schedule for weekly update in App engine flex env

2018-09-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ting, It is not possible to configure any time for weekly restarts in the Flexible Environment. These are no scheduled or predictable events. The environment does not perform maintenance on all your running instances at once, so there are always running instances left to serve traffic.

[google-appengine] Re: Migrating a project from a personal account to an organizational account

2018-09-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Aaron, Do you develop for the App Engine, or the G Suite? In case you refer to G Suite projects, you may consider having a look at the "Add an organizational unit" documentation page . The same page provides link to G Suite support.

[google-appengine] Re: Unable to connect to MQTT database on a VM instance from AppEngine.

2018-09-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rajkumar, Is your VM instance running in Google Cloud Platform? Do you run your VM instance in your own local server? What DBMS have you implemented? Do you refer to a Cloud SQL instance? How do you connect from your app in App Engine to your VM? A little more detail on your setup

[google-appengine] Re: Help with Security in Cloud Functions

2018-09-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Miguel, Your concern is legitimate, and you should be able to restrict access to your deployed functions. Work is being done and a solution under way. You may check the "Provide Authentication / Access Control" feature request in the Public

[google-appengine] Re: What is the best way to clean datastore expired sessions?

2018-09-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Miguel, To clean data in both Memcache and Datastore, you should use the corresponding key. In case of the Memcache, to remove a value from the cache (to evict it immediately), call the remove() method with the key as its argument. To remove every value from the cache for the

[google-appengine] Re: My remainder should run every 2 hours - sechulder

2018-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Do you want to run your code each two hours instead of 24 hours? Do you want to have Cron Service run for a total of 24 hours? Schedule is to be specified in your case as: "every 2 hours " in your cron.yaml file, to have your job run every 2 hours. The App Engine Cron Service allows you to

[google-appengine] Re: Reinstalling wordpress on Google Cloud Platform

2018-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Lidia, Your answer is quite interesting and your solution might benefit the community at large, everyone in the same situation. If you think you have extra useful information for others encountering the same problem, you are welcome to provide it in a more detailed posting. -- You

[google-appengine] Re: Newbie question: multiple environments in one project?

2018-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jamsheed, You have asked a similar question here . You may follow progress there, with replies and eventual solution to your issue. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: unable to access public url from app engine

2018-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Naveen, How do you try to access the public wsdl? Significant code snippets copied here should help in assessing your issue. App Engine uses the URL Fetch service to issue outbound HTTP(S) requests. You may find more detail on the "Issuing HTTP(S) Requests" documentation page

[google-appengine] Re: Unable to access a public url from google cloud platform

2018-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Naveen, How do you try to access the public wsdl? Significant code snippets copied here should help in assessing your issue. App Engine uses the URL Fetch service to issue outbound HTTP(S) requests. You may find more detail on the "Issuing HTTP(S) Requests" documentation page

[google-appengine] Re: Googlers don't use the Dashboard

2018-09-14 Thread 'George (Cloud Platform Support)' via Google App Engine
The ticket in Issue Tracker has not been addressed yet, still in „new” state. You will be able to follow developments and final fixes on that thread. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Up-to-date pip with AppEngine Python 3.6 flex env?

2018-09-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Adam, Developers are aware of this feature request, and they are going to evaluate its merit and decide on possible implementation. -- 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] Re: Newbie question about Flexible Environment

2018-09-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jamsheed, It depends on the separation requirements for your two services. Withing one project, services share some App Engine resources. For example, Cloud Datastore, Memcache, and Task Queues are all shared resources between services in an App Engine project. If this is OK with you,

[google-appengine] Re: help me!

2018-09-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Minka, If there are no requests received by your service, App Engine does not create new instances, and reduces the number of instances to a minimum, depending on the settings you have chose in your project. How does your app.yaml look like? You should not publish any confidential

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

2018-08-24 Thread 'George (Cloud Platform Support)' via Google App Engine
If you would like us to look more in-depth in the issue, you should write a private message with your project ID. You can do this using the drop-down menu of the reply button, at the top-right of the message window. -- You received this message because you are subscribed to the Google Groups

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

2018-08-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Have you followed each and every step listed in "Preparing the application" sub-chapter of the SendGrid tutorial? -- You received this message because you are subscribed to the Google Groups "Google App

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

2018-08-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Soheil, It doesn't seem possible to read the file as if it were local. You need to build reference to Google Cloud Storage. For details, you are encouraged to read the "Reading and Writing to Google Cloud Storage" online document

[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

[google-appengine] Re: Google Cloud SQL Incident #18002

2018-08-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Your site is up-and-running once again. The issue has been addressed meanwhile: *"The issue with Cloud SQL First Generation instance unavailability has been resolved for all affected projects as of Thursday, 2018-08-16 10:38

[google-appengine] Re: How do I change account to personal not business?

2018-08-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Do you have a G Suite account, a Google Cloud Platform account? What type of account do you write about? Have you upgraded your G Suite account from Basic to Business and now you want to revert to Basic? In the latter case, you may follow instructions published on the "G Suite Administrator

[google-appengine] Re: Support for Firestore Client on App Engine Standard?

2018-08-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Glad to read that you have found a possible solution offered by Python 3.7. You might still encounter an issue if you try to simply switch over from Firestore to Datastore within the same project. This feature is not yet supported. For the moment, the workaround consists in creating a new

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

2018-08-15 Thread 'George (Cloud Platform Support)' via Google App Engine
At this stage, we'll need your project ID for closer and more in-depth inspection. As this is private information, you should send it by private message, using the drop-down menu of the "reply" button at the top right of a posting window. It may be worthile mentioning here that this

[google-appengine] Re: IOExceptions no matter what on deploying to appspot

2018-08-15 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you deploy your app? Did you deploy it using Eclipse? Was it through maven, or by running gcloud app deploy? What happens if you deploy your app with gcloud app deploy --verbosity=debug ? You are encouraged to deploy the app given on the "Deploy Spring Boot Application in App Engine

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

2018-08-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rashmi, Have you followed all steps in the referred document? Authentication works well? How does your email-related code looks like? A sample of your code would greatly help in setting the basis of further investigations. You may consider having a look at the SendGrid Tutorial

[google-appengine] Re: Support for Firestore Client on App Engine Standard?

2018-08-14 Thread 'George (Cloud Platform Support)' via Google App Engine
What is the special use-case requiring the specific use of Firestore on App Engine Standard? In that environment, identical functionality is provided by Cloud Datastore . There doesn't seem to be any specific need for Firestore in place of Datastore,

[google-appengine] Re: Will Pipelines and MapReduce libraries work on Python 3.7?

2018-08-13 Thread 'George (Cloud Platform Support)' via Google App Engine
All these product deprecation deadlines are announced well in advance, allowing for what is usually considered enough transition time. If you would like to see related changes and improvements, you are encouraged to open an issue in the Public Issue Tracker .

Re: [google-appengine] Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-08-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Aleksander, If you speak about a different, even if somehow related issue, it is better to open a separate discussion on that subject. As this Cloud Functions problem looks more like a technical issue, rather than general or opinion-based, and needs fixing, it is better to open it in the

[google-appengine] Re: Will Pipelines and MapReduce libraries work on Python 3.7?

2018-08-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jacob, It is difficult to predict such things as deprecation deadlines, as they depend on various factors such as requests from Customers, market outlook, actual needs and implementation of new features to replace the old. In any case, you should not worry as long as no public

[google-appengine] Re: Static IP/Reverse proxy for Standard environment?

2018-08-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mishra, You seem to look at your instances as endpoints for a Cloud VPN connection. In fact, Cloud VPN securely connects your on-premises network to your Google Cloud Platform (GCP) Virtual Private Cloud (VPC) network through an IPsec VPN connection. Traffic traveling between the two

[google-appengine] Re: Will Pipelines and MapReduce libraries work on Python 3.7?

2018-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
App Engine MapReduce is a community-maintained, open source library that is built on top of App Engine services and is no longer supported by Google. Cloud Dataflow, on the other hand, is fully supported by Google, and provides extended functionality compared to App Engine MapReduce. You are

[google-appengine] Re: Issue while accessing all requests(simple and tasks requests) from app-engine flex

2018-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mohammad, 504 Gateway Timeout indicates a DEADLINE_EXCEEDED error. In such a case, the deadline expired before the operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a

Re: [google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Aleksander, We agree without doubt that in an ideal world reaching perfection is a realist target. Even in our real world, I am sure Developers would like to fine-tune all products to perfection, but in a real world time is an issue. There are serious issues to address and to fix, whose

[google-appengine] Re: Node.js Standard Memcache Availability

2018-08-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Daniel, It is not easy to predict when this or that feature is going to become available, as development time can depend on many factors and may change in the last moment. Only the date indicated in a public announcement is reliable. Work is undoubtedly being done meanwhile. Features

Re: [google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-08-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Aleksander, Glad to read you find the solution working. Do you consider this solution as definitive? Would you like to see improvements? If so, what would the ideal solution mean for you? -- You received this message because you are subscribed to the Google Groups "Google App Engine"

Re: [google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-08-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Aleksander, The issue should be fixed by now; you are encouraged to test it again. -- 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] Re: Migrate a project to a different region

2018-08-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Diego, You are right, there is no direct or automated way to move your project from a region to another. You'll have to simply open a new project in the desired region and deploy your app there. This will likely prove in practice less time-consuming than it may appear at first sight.

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

2018-08-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Yi, 503 is a back-end error, and a little too general to be useful. You mention that you have recently changed your app's business logic. This might have impacted your back-end behavior, and thus result in these 503 errors. The recommended practice, in such cases, is to implement

[google-appengine] Re: GCP components update causes “ConnectionRefusedError: [Errno 111] Connection refused” errors

2018-08-01 Thread 'George (Cloud Platform Support)' via Google App Engine
The he Nginx process would serve a 502 error for different reasons, so in itself, this message is not very useful. You may get 502 errors for an exception in your application, for an internal API call that causes an exception, but also if a request isn't replied to within the prescribed

[google-appengine] Re: Static IP/Reverse proxy for Standard environment?

2018-07-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mishra, Have you considered using Cloud VPN for your purposes? More related detail is to be found on the "Quickstart for Route based Cloud VPN" page . What is to purpose of uploading

[google-appengine] Re: gae flexible + firebase/firestore

2018-07-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Howard, You are right about the fact that you cannot use Firebase once you have used Datastore in the same project. This is the situation at present. As a workaround, you may open meanwhile a second project, to use Firebase, if this addresses your issue. There are plans to lift this

[google-appengine] Re: How do I specify instance class for the Node.js standard environment?

2018-07-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mani, Under the "Runtime and app elements" subtitle of the "app.yaml Configuration File" documentation page, you may have a look at the "intance_class" sub-chapter, to get needed

[google-appengine] Re: Asp.Mvc core always sees requests as HTTP

2018-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
An interesting explanation with code sample is offered by Dan Cornilescu in his reply to the "Only receiving HTTP requests in Google App Engine Flex with .NET. How to only allow HTTPS?" question

Re: [google-appengine] Re: Transaction APIs in Google Actions

2018-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Glad to read that you solved your issue. Writing more detail with eventual documentation reference would help others who are faced with the same issue. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: Can't deploy NodeJs app with using IAM roles in a service account: error response 13: An internal error occurred

2018-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Error 13 is unfortunately uninformative. - Have you run the "gcloud auth login" command? [0] How did you authorize your account, exactly? - Do you get this error every time you try deploying from this machine? - Have you tried deploying the same project from a different machine? If you

Re: [google-appengine] Re: Transaction APIs in Google Actions

2018-07-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Roberto, Your solution has the best chances to get accepted if you follow documentation in all detail. Deciding on how others would decide on the quality of your implementation is well over the scope of this discussion group. -- You received this message because you are subscribed to

[google-appengine] Re: Transaction APIs in Google Actions

2018-07-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Roberto, You have a wealth of solutions at your disposal, and you are not obliged to use any of these, but choose the one that fits your purpose best. You may choose something similar to "Physical transactions with a custom payment gateway", detailed on the "Transactions" page

Re: [google-appengine] Re: Large image Uploads to Buckets in Cloud storage --- google api php client

2018-07-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Glad to read that you find the provided information useful. Did this address your problem? -- 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] Re: PersistentManagerFactory can not be created in Google App Engine application

2018-07-24 Thread 'George (Cloud Platform Support)' via Google App Engine
You don't seem to have set the name of the persistence unit. A method setPersistenceUnitName() is defined to this purpose in Class JDOPersistenceManagerFactory that you imported by means of "javax.jdo.PersistenceManagerFactory; ". What do you want to achieve through lines such as: and in

[google-appengine] Re: Large image Uploads to Buckets in Cloud storage --- google api php client

2018-07-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Krishna, You may find a relevant example on using the Client Library for PHP, at stetic/google-cloud-storage-upload-download.php on Github. Background information and relevant concepts are covered on the "Using Cloud Storage with

[google-appengine] Re: Can't deploy changes in console: error response 13: An internal error occurred

2018-07-24 Thread 'George (Cloud Platform Support)' via Google App Engine
It may be worthwhile trying to only grant the primitive roles of Owner, Editor, and Viewer, and watch for any change in behavior when deploying. Does this happen only when deploying to update the default service? What happens if a new variant is deployed by the co-worker, distinct from the

[google-appengine] Re: Can't deploy changes in console: error response 13: An internal error occurred

2018-07-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Victor, It is not advisable to publish confidential information, such as project ID, in a public forum, with unrestricted visibility. I have deleted the image with confidential information. The issue seems to be caused by missing access rights. You project's logs show:

[google-appengine] Re: PersistentManagerFactory can not be created in Google App Engine application

2018-07-23 Thread 'George (Cloud Platform Support)' via Google App Engine
If you are looking at the CLASSPATH at execution time, you get a different value from System.getenv than, let's say, from a browser, your IDE or a console. You may consider using a line such as System.getProperty("java.class.path"); You should make sure that your jar file with a

[google-appengine] Re: PersistentManagerFactory can not be created in Google App Engine application

2018-07-20 Thread 'George (Cloud Platform Support)' via Google App Engine
What is the value of your CLASSPATH environment variable? Is the jar file with a META-INF/services/javax.jdo.PersistenceManagerFactory included in CLASSPATH? This discussion group is oriented more towards general opinions, trends and issues of general nature touching the app engine. For

[google-appengine] Re: Old versions still running (flexible environment)

2018-07-19 Thread 'George (Cloud Platform Support)' via Google App Engine
The proper way to get due attention for your issue is to register it in the Public Issue Tracker . All useful information should be there, such as project ID, version number, programming language, and output of the gcloud info command. To keep details such as

[google-appengine] Re: I am getting 409 Conflict error during deployment

2018-07-19 Thread 'George (Cloud Platform Support)' via Google App Engine
To properly follow up this problem, we have created a new issue in the Public Tracker. This discussion group is oriented more towards general opinions, trends and issues of general nature touching the app engine. It is more effective if you follow

[google-appengine] Re: I am getting 409 Conflict error during deployment

2018-07-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Baquir, For such issues, it would be more effective to open a issue in the public issue tracker , where it may be properly followed up and fixed. How did you attempt deployment, what was the command or menu used? As a reference, you may have a look at

[google-appengine] Re: Is there any way to bundle 3rd party libraries with GAE Flex deployments?

2018-07-16 Thread 'George (Cloud Platform Support)' via Google App Engine
As described in the linked blog page, during cold-boot time, your application code is busy scanning and importing dependencies. The longer this takes, the longer it will take for your first line of code to execute. Some languages can optimize this process to be exceptionally fast, other

[google-appengine] Re: How to connect to Cloud SQL MySQL database from App Engine?

2018-07-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Elisha, You need to also add the Cloud SQL instance connection name, database, user, and password to the environment variables in app.yaml, and possibly grant access on the IAM & Admin Projects page in the Google Cloud Platform Console. These steps are described in detail on the "Using

[google-appengine] Re: Is there any way to bundle 3rd party libraries with GAE Flex deployments?

2018-07-13 Thread 'George (Cloud Platform Support)' via Google App Engine
The Python run-time will automatically install all dependencies declared in your requirements.txt file during deployment. The library loading delay impact on start-up time is usually negligible; it may become a problem though, for instance in case of large third-party libraries. Related

[google-appengine] Re: Using GAE to upload images to Google Cloud Storage?

2018-07-12 Thread 'George (Cloud Platform Support)' via Google App Engine
GAE is designed with scalability in mind. You may choose the best set of parameters to fit your traffic patterns and general needs. More detail may be read on the "Designing for Scale" documentation page. [1] [1] https://cloud.google.com/appengine/articles/scalability -- You received this

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

2018-07-10 Thread 'George (Cloud Platform Support)' via Google App Engine
In case of an app deployed in the Cloud, the local filesystem that your application is deployed to is not writeable. This behavior ensures the security and scalability of your application. Why reading the file from GS represents a problem? Are there speed or otherwise performance

[google-appengine] Re: Project moved to some organization by mistake. How to fix?

2018-07-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Project migration isn't reversible. After a project is associated with an organization, you can't change it back to *No organization* or move it to another organization on your own. If you want to move a project after it's associated with an organization, contact GCP Premium Support

[google-appengine] Re: Project moved to some organization by mistake. How to fix?

2018-07-06 Thread 'George (Cloud Platform Support)' via Google App Engine
>From the same menu, that allowed you to select the foreign, unwanted organization, is it possible to select back your project? What happens if you select your project? Are things back to normal. Your project has logging disabled. This prevents inspection and eventual fixing of bugs. It is

[google-appengine] Re: GAE with PyPi

2018-07-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Alternatively, you can simply use third-party libraries that are pure Python code with no C extensions, by copying the library into your application directory. You may find more detail on the "Using third-party libraries" documentation page

Re: [google-appengine] Re: zigzag merge

2018-07-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Vitaly, You are perfectly right, it is not related to testbed, but offers a thorough solution from the ground up, that would finally obviate the need to use testbed to obtain statistics on index usage. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Project moved to some organization by mistake. How to fix?

2018-07-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Do you have a G Suite account? What is your project ID? You can safely reply to these questions by way of a private message, using the drop-down menu from the „reply” button at the top right of the editing window. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Regarding Standard Environment For Node Js

2018-07-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Brian, You were right about my previous reply, point 1) refers indeed to the Flexible Environment. Currently you cannot connect to private Compute Engine IP addresses in App Engine Standard Environment. Your related posting in the Public

[google-appengine] Re: Project moved to some organization by mistake. How to fix?

2018-07-03 Thread 'George (Cloud Platform Support)' via Google App Engine
The Organization resource is bound to your G Suite or Cloud Identity account, now that you have added it. If you would prefer not to use the Organization resource, we recommend restoring the Organization's IAM policy to the original state using the following steps: 1. Add your domain to the

<    1   2   3   4   5   6   7   8   9   >