[google-appengine] Re: Multiprocessing app engine issue

2021-06-18 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 program architecture, as well as implementing multiprocessing in your code, you may be better served in dedicated forums such as stackoverflow, where exp

[google-appengine] Re: get SSL certificate (appspot.com) to consume WS deployed on GCP

2021-07-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, To declare that HTTPS should be used for a URL, you set up a security constraint in the deployment descriptor for your appspot.com domain. Related details are to be found in the "Secure URLs" sub-chapter

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

2021-07-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Engineering let us know that they are no longer going to fix the cross-region query flow. There is a readily available solution in the form of a serverless neg behind GCLB, and has neither the latency nor cross-region query flow problems, as well as having other functionality like cache flushes

Re: [google-appengine] Updates from the Google App Engine team (Fall 2021)

2021-11-05 Thread 'George (Cloud Platform Support)' via Google App Engine
There is no official description, somewhere, of "how the scaling has changed" or "how it has been implemented differently", as there is no change in scaling behavior, and no different implementation. This is an assumption while we investigate the situation described by Joshua above. I could not

Re: [google-appengine] Python 3 local development: fast startup or static assets, choose one?

2022-01-03 Thread 'George (Cloud Platform Support)' via Google App Engine
It does look as if this is a coding issue, so it may be worth mentioning: this is a tracker for App Engine specific issues. When it comes strictly to programming and coding in Python, you’ll be at an advantage to rather post your questions on Stackoverflow, to gain this way access to a large num

[google-appengine] Re: Deploying with Dockerfile: error: Unable to locate package python3.8

2022-01-24 Thread 'George (Cloud Platform Support)' via Google App Engine
How does your deploy command look like? It should look similar to: gcloud app deploy --image-url=LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE:TAG. The error message invites us to look at logs. If we ask for logs here, we risk getting your private information visible in a publicly visibl

[google-appengine] Re: Firewalling AWS

2022-01-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, You have done the right thing with robots.txt. App Engine firewall offers these 3 options: Allow only traffic from within a specific network, Allow only traffic from a specific ser

[google-appengine] Re: Getting X-Appengine-Inbound-Appid from headers in Python 3

2022-01-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You can find relevant instructions and an example in the "Granting your app access to Cloud services" sub-chapter of the "Setting Up Access Control" documentation page. When using Python 3, one needs to aut

[google-appengine] Re: App Engine Standard - app:invalid port 8080

2022-02-07 Thread 'George (Cloud Platform Support)' via Google App Engine
For related detail, you may check the "Application startup" sub-chapter of the "Node.js Runtime Environment" page. On Sunday, 06 February 2022 at 11:41:31 UTC-5 zhenyang@gmail.com wrote: > Hello, > > I'

[google-appengine] Re: gcloud app deploy error - gcloud crashed: Failed to establish a new connection

2022-02-14 Thread 'George (Cloud Platform Support)' via Google App Engine
This error is quite often indicative of local networking issues, especially proxies. If you are behind a corporate proxy or firewall, the Google Cloud CLI might not be able to access the internet with its default settings. You'll need to preform extra configuration steps to solve the issue. Rel

[google-appengine] Re: Outbound Static IP for App Engine Flex Environment

2022-02-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Maha, You are right, there is no means offered as yet, to associate a static IP to an App Engine Flexible instance. You may consider setting up a load balancer, and use Cloud Load Balancing and serverless NEGS to reserve a static IP address for your load balancer, as detailed on the "Set

[google-appengine] Re: When is the security assessment not required?

2022-03-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, Replies to most of your questions are to be found on the "OAuth API verification FAQs" page

[google-appengine] Re: Want to use more GPU

2022-03-23 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider asking for an increase of your project's GPU quota. You may find relevant instructions in replies to the "How to request GPU quota increase in Google Cloud" question in stackoverfl

[google-appengine] Re: Ruby version file not working

2022-03-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You are right, the Ruby runtime uses version 2.7.5. Source code is available on GitHub. Related details are to be found in the Overview of the "The Ruby Runtime

[google-appengine] Re: Accidentally deleted appengine project

2016-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Swadhin, You can find detailed information on restoring a project here . Projects can be recovered within 7 days after being shut down. When looking for your project in the list, you should scroll down and select “Projects

[google-appengine] Re: I would like to delete my old .appspot.com url link

2016-10-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, Thanks for posting your issue. If you have another account with Owner rights , you can use it to log in and shut down your project in view of final deletion. Otherwise, you c

[google-appengine] Re: Different app rating between Google Play Store and Google Search.

2016-10-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello! Thanks for posting your issue. Our group here is meant for problems referring to the Google Platform App Engine . Posting your issue in the Google Search Help Forum , and Google Play

[google-appengine] Re: service account auth to Calendar API stopped working Oct 20

2016-10-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Eric! More detail is needed, to investigate your problem: - About the client library: language, version (GData, API Client ?). - API scopes? - The actual URL posted in your app call. - Code (HTTP Request)? - Are there other accounts affected, or just one, or few? - In case an account w

[google-appengine] Re: google+ profile and google apps

2016-10-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Michał, You've come to this forum looking for help with Google+. This forum is dedicated to the developer community around Google App Engine, so your post is off-topic here. Feel free to follow up in the appropriate Google + help channel

[google-appengine] Re: Backing up AppEngine

2016-10-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, The necessity to backup data in your App Engine environment is not overly intense. A data protection policy is in place, covering backups and all kind of risks to data in the cloud. If you backup your data, you do what has already

[google-appengine] Re: Backing up AppEngine

2016-10-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, Leaving data in the Blobstore and hoping for the best, as you say, is not such an unreasonable policy: as mentioned, there is a standards-validated data protection policy in place, covering backups and all kind of risks to data in t

[google-appengine] Re: Changing location of google_appengine_launcher.ini

2016-10-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Grzegorz! Thank you for posting your issue here! There is no way of changing this user home location for the Google directory. The Google App Engine Launcher would re-create it each time it is launched, in exactly the same location, together with a new google_appengine_launcher.ini file in i

[google-appengine] Re: AppEngine (AppInventor TinyWebDb application) access from a python local application

2016-10-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Christian, Thank you for posting your issue here! App Engine applications are meant to be accessed from a browser. The app itself might be written in Python. You can find such an example here . If you

[google-appengine] Re: Backing up AppEngine

2016-10-31 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, Protecting against human error is important, we all agree on that. You mention your production project along with test projects. The platform allows granting various levels of access to team members; IAM lets you adopt the security principle of least privilege, so you grant only

[google-appengine] Re: AppEngine (AppInventor TinyWebDb application) access from a python local application

2016-10-31 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Christian, The link provided in my initial reply referred erroneously to creating an app in the cloud, not to a Python client; I correct it here . For your N° 1 solution, you may consider the App Engine Python API

[google-appengine] Re: Can't remove custom domains from App Engine projects

2016-10-31 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Sven, Does the user have the proper permissions, when you try to remove the custom domain names? You mention only one account. Is this user account the one who attached the custom domain names initially? This condition needs to be fulfilled, for it to be able to remove the same custom dom

[google-appengine] Re: service account auth to Calendar API stopped working Oct 20

2016-11-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Eric! For your new service accounts, your code imports credentials from a stored JSON file, which is one of the possible alternatives, all of which should work well. How did you grant domain-wide access to your service account, exactly? Did you then implement the OAuth2WebServerFlow

[google-appengine] Re: Using gcloud instead of the GAE SDK to develop GAE standard

2016-11-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi PK, An interesting question, thanks. In fact, gcloud is a part of the Google Cloud SDK. You must download and install the SDK on your system and initialize it before you can use gcloud. There is no border between gcloud and the SDK, and no mutually

[google-appengine] Re: gcloud 128 broke the app engine remote shell

2016-11-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Evan, Running your gcloud command without the --sources part results in successfully getting the application default credentials on 2 different freshly-created instances. Does the error manifest itself in special circumstances? Are there any other details needed to correctly reproduce the

[google-appengine] Re: gcloud 128 broke the app engine remote shell

2016-11-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Evan, Followed the steps you indicated, first the "gcloud auth application-default login" command, then the “Using the Remote API shell” chapter from the linked page. Still, command “remote_api_shell.py -s [YOUR-PROJECT-ID].appspot.com” worked as expected. Maybe worth mentioning: the app

[google-appengine] Re: service account auth to Calendar API stopped working Oct 20

2016-11-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Thanks, we have submitted a request to bring attention on the weaknesses in the text described above, and to have then the documentation team provide remedy. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group

[google-appengine] Re: Using expressions/fields for Search API SortExpression default_value

2016-11-21 Thread 'George (Cloud Platform Support)' via Google App Engine
A field name is a string, so the default_value works as defined in the indicated document . If you would like to propose a new feature, in this case related to the behavior of the SortExpression class, open

[google-appengine] Re: Accessing Datastore from Standard and Flexible services in local environment

2016-11-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nav, Local testing of your flex application uses Docker containers and actual Cloud Platform services, such as Google Cloud Datastore. By contrast, your app engine standard application is sandboxed in your local environment and uses a Datastore Emulator. In local testing, your flex and

[google-appengine] Re: http automatic jump to https

2016-11-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Song, Requests using HTTP (non-secure) for URLs whose transport guarantee is set to “confidential” are automatically redirected to the same URL using HTTPS, please see the “Does Google App Engine support SSL” paragraph on the Google App Engine FAQ page

[google-appengine] Re: Is there a 101 idiots guide to using react js on app engine?

2016-11-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Richard, You may consider making use of a custom runtime in the App Engine flexible environment, to benefit of an alternative implementation of Java, Python, Node.js, or Go, or write code in any other language. You hav

[google-appengine] Re: How to build Flexible Environment's standard runtime locally for a deploy?

2016-11-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi John, Thank you for the interesting question. You may build a custom runtime to your liking, and deploy it, if it satisfies a set of conditions that define a performance minimum. Your custom runtime needs to comply to the following

[google-appengine] Re: How to build Flexible Environment's standard runtime locally for a deploy?

2016-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello John, You are right, your second option applies: in almost all cases, you should only run a single process in a single container. The CMD instruction should be used to run the software contained by your im

[google-appengine] Re: Migrating to Compute Engine

2016-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, By contrast to the standard environment, the Compute Engine environment would compare with a server you might simply run at home, in which case you have to provide what is automatically offered in the app engine standard environment. There is no scalability, so using one instan

[google-appengine] Re: Migrating to Compute Engine

2016-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Grüß Gott, Good news: you are perfectly right, it is still possible to access the Datastore of the legacy project when using the Cloud Client libraries, if you identify it with the same project ID. In fact, there is no need to launch a new project with a new ID just for your flex migration; yo

[google-appengine] Re: Migrating to Compute Engine

2016-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
If you don’t absolutely need the same app name with a different version to run in the new environment, there is the option to rename your new app and dedicate a new service to it, for the new environment, all under the same project. As a result, your old app would continue running in the standar

[google-appengine] Re: How to build Flexible Environment's standard runtime locally for a deploy?

2016-11-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello John, You are right, the custom environment is aware of values set by means of the app.yaml, as described here . You may use Kubernetes to manage and deploy your containers in the fl

[google-appengine] Re: Migrating to Compute Engine

2016-11-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, Exactly as you supposed: the true entry now needs to read flex in your appengine-web.xml, or env: flex in the app.yaml file. You can see your logs in detail at /var/log/app_engine/custom_logs, as described in the “Using Cloud logging in App Engine apps” document

[google-appengine] Re: Migrating to Compute Engine

2016-11-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hallo Thomas, What were you attempting to do exactly, when these logs got recorded? What was the exact command for deployment? If you tried to deploy to the flexible environment, was the standard environment app modified appropriately prior to the deployment attempt? You need to adapt

[google-appengine] Re: Migrating to Compute Engine

2016-12-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, Reproducing your code with Datastore access, I can see access times in the order of 200 to 300 ms, but for only one write and one final read. By contrast, your code accesses the Datastore for 28 times at each request, and it is there that the difference in timing is generated.

[google-appengine] Re: Instance restart

2016-12-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Stefano, When you say that after the deprecation of the compat java flexible runtime one is force to come back to the standard environment, you might have overlooked one of the alternatives. This excellent alternative would be the flexible environment

[google-appengine] Re: AttributeError: 'Credentials' object has no attribute 'authorize'

2016-12-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Harsha, What steps did you undertake before you ran the "gcloud app deploy" command? Are you properly identified on the cloud platform? Did you identify as described here ? More information covering the gcloud command may be ac

[google-appengine] Re: What triggers a call to channel disconnect (i.e. /_ah/channel/disconnected) when you are using Google Channels API?

2016-12-08 Thread 'George (Cloud Platform Support)' via Google App Engine
The disconnect detection is performed by a Web Connection Server. There is no agreed-upon error-free detection strategy for a disconnection in the browser. To determine that a channel has been disconnected, one has to rely to a set of different methods for getting informed faster. These meth

[google-appengine] Re: What triggers a call to channel disconnect (i.e. /_ah/channel/disconnected) when you are using Google Channels API?

2016-12-09 Thread 'George (Cloud Platform Support)' via Google App Engine
There is no doubt about the fact that browser disconnect is unreliable and difficult to trace in real time. The level of inconsistency and the particularities of possible disconnection detection differ from a browser to another. A heartbeat script causes the web browser to send a signal to

[google-appengine] Re: Instance restart

2016-12-09 Thread 'George (Cloud Platform Support)' via Google App Engine
We all agree on the stellar performance of the flexible environment. It may prove a wise decision to invest time and effort for a migration now, and then profit on the long term. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubsc

[google-appengine] Re: Nginx.error - Java flex env

2016-12-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Deepak, Are these log entries associated with any detected malfunction of the nginx server? If not, you could avoid seeing repetitive messages by fine-tuning a certain set of server parameters, as indicated in this nginx forum posting

[google-appengine] Re: Error When Deploying Java Appp to App Engine? Can not get the System Java Complier. Please use a JDK, not JRE?

2016-12-09 Thread 'George (Cloud Platform Support)' via Google App Engine
To find out what the value of the JAVA_HOME variable is set under Windows, one needs to navigate to Control Panel > System > Advanced System Settings and click the Environment Variables button. To specify the correct value of the JVM in Eclipse, you may follow this tutorial

[google-appengine] Re: Accidentally clicked upgrade in cloud console

2016-12-21 Thread 'George (Cloud Platform Support)' via Google App Engine
It is possible to extend the trial period before your trial expires. For this and other similar problems, it is best to contact Google Billing Support directly. After clicking the “upgrade” button, it becomes too lat

[google-appengine] Re: Image is not properly uploading to Google Cloud storage using GAE php

2016-12-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Tejashree, In the statement: “$options = array('gs' => array('entity' => 'allUsers', 'role' => 'READER', 'acl' => 'public-read', 'Content-Type' => $type, 'contentEncoding' => 'ANSI'));” The ANSI value does not seem right. Content-Type can be

[google-appengine] Re: GWT Client for AppEngine Endpoints

2016-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
By having run successfully the Google APIs Client Generator, you are now offered source code that is ready to get integrated into your existing GWT project. Familiarity with your app’s targeted functionality is needed, and a thorough understanding of the GWT directory structure

[google-appengine] Re: Ability to check and alert on custom log on stack driver for a log showing once

2016-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jawad, Metrics are to be chosen from a drop-down list in Stackdriver. The usual interest is to get notified if the value of the metric crosses a certain chosen threshold. There is also an alert for missing metrics, but not for present metrics. This is very likely due to the fact that a pr

[google-appengine] Re: Google authentification

2017-01-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hallo Ingo, Google APIs use the OAuth 2.0 protocol for authentication and authorization. There are quite a few resources available on the Internet, covering this protocol in general. OAuth is an authorization protocol, rather than an authentication prot

[google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Matthew, The Eclipse/Ant toolchain is not mutually exclusive by reference to Gradle / not Ant. There is a Gradle plugin for Eclipse, covering Java, so you may as well continue working i

[google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-05 Thread 'George (Cloud Platform Support)' via Google App Engine
The following instructions demonstrate how to use the Endpoints command-line tool to generate a Gradle client bundle from a Maven project. The generally accepted approach is described in the APIs client generator

[google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-05 Thread 'George (Cloud Platform Support)' via Google App Engine
In the Endpoints Command Tool documentation, there is a recommendation that you use the latest version of this feature, which is renamed to Cloud Endpoints Frameworks for App Engine

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Louise, The provided screen capture indicates that you were checking quotas under IAM & Admin. The alert-related data is to be found under Billing → Budgets and Alerts. To check the actual quotas for the Datastore app operations, you should follow these steps: 1) Navigate to appengin

[google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider starting with a simple GWT tutorial , then add features gradually. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group a

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
When did you enable billing? It it's 3 hours ago you might still have to wait a little: it may take up to a day to have the billing enabled. In the cloud console for your project “UltimateSync”, if you navigate to App Engine → Settings in the left side frame, you’ll notice that your daily limi

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
How much of the free quota is left? Once billing gets enabled, the above errors should not appear any more. -- 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 t

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
One cannot exclude out-of-hand the situation that a daily budget has never been set up for your app. You may check as follows: 1) Go to appengine.google.com. 2) Choose your app. 3) Select "Billing Status" under "Billing" in the left hand frame. 4) Your daily budget can be set there. --

[google-appengine] Re: URGENT HELP : Can't set Daily spending

2017-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
In fact, your link returns error 405. Looking at the logs in your project mm-com, one notices errors of the type “require(): Failed opening required 'wp-login.php' (include_path=“. This error originates in your script’s code, and may be caused by the following: - The target file is miss

Re: [google-appengine] Google app-engine, SOAP service endpoint, data store

2017-01-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Edijae, For general information and a simple example on how to build a SOAP web services client, you may check the Creating a Simple Web Service and Client with JAX-WS tutorial . At present,

[google-appengine] Re: GAE custom domain redirect from naked to www

2017-01-16 Thread 'George (Cloud Platform Support)' via Google App Engine
There is a detailed answer covering this subject at “Enable your "naked" domain address ”. General information on the subject to be found at Using Custom Domains and SSL

[google-appengine] Re: Installing a linux package for app engine instance, how to?

2017-01-18 Thread 'George (Cloud Platform Support)' via Google App Engine
There is an often repeated advice, to run one application per Docker container. If you decide to follow that piece of advice, you could take a look at the Container Engine . If you choose to install the app in the same container, you need to commit

[google-appengine] Re: ------------ Deploying frontend ------------ Preparing to deploy: Created staging directory at: 'C:\Users\Nikam\AppData\Local\Temp\appcfg4469428647202059561.tmp' Scanning for

2017-01-19 Thread 'George (Cloud Platform Support)' via Google App Engine
What was the command that resulted in this error? Do you use Maven for deploying your app? It does seem that the tool you are using for deployment cannot download the resource at the URI indicated in the error message. -- You received this message because you are subscribed to the Google Group

[google-appengine] Re: GAE custom domain redirect from naked to www

2017-01-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dev, You need a CNAME certificate that specifies redirecting your Root Domain to a sub-domain. Have you examined your certificate to make sure this is specified there, as desired? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] Re: Doing Totals/aggregates

2017-01-26 Thread 'George (Cloud Platform Support)' via Google App Engine
How large can your sales invoice data get in the end? The solutions recommended above may work well for relatively small volumes. If you need to process terabytes of data in the end, Cloud Bigtable might prove speedier and cost less overall. -

[google-appengine] Re: Moving application to European datacenter?

2017-02-02 Thread 'George (Cloud Platform Support)' via Google App Engine
The documentation page that instructs how to create a project and an app, “Managing Cloud Platform Projects, App Engine Applications, and Billing ”, contains the statement: “Important: Each Cloud Platform project can contain only

[google-appengine] Re: Make appspot URL unsearchable

2017-02-03 Thread 'George (Cloud Platform Support)' via Google App Engine
As detailed above, assuming that you need some pages present in your website and accessible, while in the same time keeping them out of reach of the search engine indexing process, the first step is disallowing the crawling of these pages in robots.txt. In this way, your pages will meet page

[google-appengine] Re: google endpoints (java), session cookies and iOS

2017-02-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Louis-Martin, There is a wealth of information and step-by-step instructions in the “Using Endpoints in an iOS Client ” document, referring to a more general and more recent “About Cloud Endpoints Frameworks

[google-appengine] Re: google endpoints (java), session cookies and iOS

2017-02-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Louis-Martin, Have you tried what is documented in “Using Endpoints in an iOS Client” above? What have you tried exactly, in iOS? What are the errors or what lack of functionality prevents you from implementing your app in iOS vs. success in Android? More detail would be welcome. If yo

[google-appengine] Re: FTP alternative

2017-02-08 Thread 'George (Cloud Platform Support)' via Google App Engine
The Google Cloud Platform, considered in its entirety, does in fact support the use of the Please FTP protocol. You are right in saying that the App Engine in particular does not support FTP. This is to be expected, seen that it is meant to function as a scalable HTTP server. The other main com

[google-appengine] Re: I get this error and dont know how to fix it

2017-02-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Thomas, Are you running this command under Windows? If this is the case, you may try backing up the Preferences.ini file (usually installed as C:\Documents and Settings\USERNAME\Application Data\Google\Preferences.ini ), move the original of the Preferences.ini file, then totally uninstal

[google-appengine] Re: Any GAE EU region changes going on we should be aware of?

2017-02-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Linus, You seem to have 3 projects running at this time. Which one of the 3 is affected by the 100 instances for no reason at all behavior change? For confidentiality, you can send us the project name by private email. None of the 3 projects start more than a maximum of 17 instances at

[google-appengine] Re: Why isn't grpc supported on GAE standard?

2017-02-21 Thread 'George (Cloud Platform Support)' via Google App Engine
The main reason, why gRPC support is not available for App Engine flexible environment as yet, is related to the presence of the load balancer. In fact one may say that gRPC would be supported, were it not for the fact that the GAE load balancer prevents such requests to reach the instances.

[google-appengine] Re: Transaction handling in relation to ConcurrentModificationException

2017-02-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Louise, Your code starts with a “try { “ but doesn’t throw any exception. You might be interested in the DatastoreTimeoutException as exemplified in the “Handling Datastore Errors” online document . A sample statem

[google-appengine] Re: "ERROR: (gcloud.app.deploy) The project [pj-name] already contains an App Engine application" when migrating from Python 2.5 to 2.7 (appcfg.py to gcloud)

2017-02-23 Thread 'George (Cloud Platform Support)' via Google App Engine
It may be advisable to run gcloud components update first. What is the output of gcloud info? More information becomes available if you run: gcloud app deploy --verbosity debug. What is the output of this command? Prior to migrating the app to Python 2.7, you need to make sure your app fu

[google-appengine] Re: Importing data into Datastore. What's the deal?

2017-02-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Datastore is beneficial in some cases, and your use case is not the most frequently encountered in this context. There are alternative storage solutions you might have a look at, listed in the Other storage options from the Cloud Datastore Overview document

[google-appengine] Re: Daily spending limit doesn't work

2017-02-27 Thread 'George (Cloud Platform Support)' via Google App Engine
The current forum is meant for general questions related to the Google App Engine service. For your particular problem, contacting the billing department via the Google Cloud Platform Billing Support form will secure speedy an

[google-appengine] Re: Production SDK stuck at 1.9.48?

2017-02-28 Thread 'George (Cloud Platform Support)' via Google App Engine
What is the output of the gcloud info command? Have you run gcloud components update recently? Providing whole lines of logs might help us in identifying the proper context of the error. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: What Servlet API?

2017-03-01 Thread 'George (Cloud Platform Support)' via Google App Engine
One can only congratulate you on the on the tendency to migrate away from the standard environment and onto flex. Your idea, to take advantage of the flexibility offered by the new flex environment and modify the pom.xml to your liking may work, depending on the structure and environment requi

[google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-01 Thread 'George (Cloud Platform Support)' via Google App Engine
The preferred tooling for managing your App Engine applications in Python is now the Google Cloud SDK. If you choose to use the App Engine SDK for deployment instead, you need to take care it is up-to-date following recommended procedures. The "Download the SDK for App Engine" document

[google-appengine] Re: Life beyond compat

2017-03-03 Thread 'George (Cloud Platform Support)' via Google App Engine
To hook up tracing by means of jetty’s Request Log module, you need to enable it by running the command: java -jar ../start.jar --add-to-startd=requestlog . You may find more detail in the relevant documentation page titled “Configuring Jetty Request Logs

[google-appengine] Re: Life beyond compat

2017-03-03 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you conduct the transition, step-by-step? One of the necessary configuration steps might have a direct influence on the issues you mention, namely: “Customizing the Java 8 / Jetty 9.3 runtime” from the “The Java 8 / Jetty 9.3 Runtime” document

Re: [google-appengine] Re: Life beyond compat

2017-03-06 Thread 'George (Cloud Platform Support)' via Google App Engine
The Memcache service is currently not available for the App Engine flexible environment, as mentioned in the "Upgrading to the Latest App Engine Flexible Environment Beta Release" document . If your code contains calls to memcache

[google-appengine] Re: Search API: How to prevent the 2000 bytes query limit?

2017-03-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jonas, You may consider narrowing the range before sorting, and other similar tricks, to improve efficiency. It may be worthwhile checking the "Search Best Practices" document . Also, general information is

[google-appengine] Re: Not able to upload SSL certificate

2017-03-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, Have you already added and verified each and every domain, as listed in your SSL certificate? The “Adding custom domain to your application” guide

[google-appengine] Re: Copy of an App from Appspot under a different gmail account

2017-03-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Christos, There is no direct way of simply copying a whole app to a different location and IP with a single command. It has to be re-created by making use of its available programming code. So, in reply to your question 1: the way to proceed, taking into account the above considerati

[google-appengine] Re: Not able to upload SSL certificate

2017-03-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Your certificate may happen to list both these formats: “only_domain_name.com” and “lower_level_name.domain_name.com”; have a look. If this is the case, one can solve the problem by separately adding each of these as custom domain names in the developer console, as if dealing with two differe

[google-appengine] Re: Deploying the course builder on Mac

2017-03-10 Thread 'George (Cloud Platform Support)' via Google App Engine
More information is needed to assess your situation and search for a solution. What were you exactly doing when the error message appeared? What command did you run, exactly? What steps will reproduce the problem? What is the expected output? What do you see instead? What is the output of '

[google-appengine] Re: Memcache Costs

2017-03-10 Thread 'George (Cloud Platform Support)' via Google App Engine
The pricing you quote refers to dedicated Memcache (as shared Memcache is free). This provides a fixed cache capacity assigned exclusively to your application. You need to actually reserve this fixed capacity through the developers’ console. This is accomplished by navigating to App Engine → Me

[google-appengine] Re: Memcache Costs

2017-03-13 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right about the minimum of 1GB. The reproduction described in my previous post indicates that one can only choose extra amounts of 1GB of cache memory, as step-by-step increase. Pricing is based on the amount of cache reserved for you, not necessarily the one used momentarily. -- You

[google-appengine] Re: Application default Credential

2017-03-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Before accessing the credentials object, one needs to create application default credentials, as described in the "Google Application Default Credentials" documentation page . A step-by-step procedure is given th

[google-appengine] Re: a problem with the charge

2017-03-13 Thread 'George (Cloud Platform Support)' via Google App Engine
It would be easier for us if you provide screen captures with English text. Which project is the one experiencing the issue? You seem to have more than one project and different billing accounts. You can send us confidential information in a private email. I have verified your app engine qu

[google-appengine] Re: App Engine Flexible: Where to store env-dependent configuration and secrets?

2017-03-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Storing your environment data or secrets in Datastore, in a bucket using GCS may be rather considered as the usual thing to do in this environment. More about the encryption capabilities of the platform can be read in the "Encryption at Rest" document

[google-appengine] Re: Not able to upload SSL certificate

2017-03-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas! Glad to hear you solved your problem, in the end. For the general good of the readers, how did the solution actually work: 1) Obtain proper certificate. 2) Re-validate ownership of custom domains. 3) Upload certificate. Is this the case? -- You received this message because y

  1   2   3   4   5   6   7   8   9   >