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

2017-06-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Adeel, Your app.yaml file is peculiar in some ways. It might be of value to you checking the "Run Laravel on Google App Engine Flexible Environment" instructions page . In the "Set up Database Sessions" sub

[google-appengine] Re: Why is App Engine calling contextInitialized repeatedly?

2017-06-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, This is potentially a quite interesting issue. Which global variables or static fields do you intend to set? How were these sometimes already set? Some examples and relevant detail would come handy. In fact, the contextInitialized method receives notification that the web applic

[google-appengine] Re: "like" operator in GQL

2017-06-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Indeed, the general imperative for scalability in App Engine is at odds with possible queries that would result in table scans. You may read more on the topic from the accepted reply to the *"Google App Engine: Is it possible to do a Gql LIKE query?"* question

[google-appengine] Re: Appengine search API doesn't work for deploys in flex environment

2017-06-06 Thread 'George (Cloud Platform Support)' via Google App Engine
You may try importing "cloud.google.com/go/datastore" in place of "google.golang.org/appengine/datastore". This solution is given as a reply to the "App Engine Flexible Golang can not access Datastore after successful deployment" question

[google-appengine] Re: Can't file bugs to issue tracker

2017-06-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Natario and Nicola, Reproduction fails in the exact situation you described. More detail is needed: browser, OS, whatever you may think of relevance in this context. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe f

[google-appengine] Re: Google Appengine SSL certificates - "The SSL certificate provided could not be inserted", tried everything!

2017-06-05 Thread 'George (Cloud Platform Support)' via Google App Engine
In such a situation, you may add value to the investigation by double-checking your certificate with validity and exactitude of details. Once the certificate itself is proven OK, we would be more confident investigating further. -- You received this message because you are subscribed to the G

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-06-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jay-Nicolas, It may add value to the present discussion if you summarize in your own words the difficulties encountered and the way you overcame them. This way, other people will benefit more. You have mentioned once that you expect things the way you are used. How are you used exactly

[google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-06-02 Thread 'George (Cloud Platform Support)' via Google App Engine
The API expects EXIF tags to conform to specifications, usually UTF. Your program's flow assumes that images contain EXIF text hat does conform to specifications. This might not be always the case. In particular, some image editors apply transform to the image that may jumble the embedded text.

[google-appengine] Re: Deploying to App engine is not working

2017-06-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Woo Hyun Kim, There are temporary issues right now with deployments failing to flex. Work is being intensely done to bring things back to normal. You patience is highly appreciated. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: Google Appengine SSL certificates - "The SSL certificate provided could not be inserted", tried everything!

2017-06-01 Thread 'George (Cloud Platform Support)' via Google App Engine
As long as your certificate covers all the domain names and sub-domains you need, they should work. The issue above was linked to the flexible Cloudflare certificates, not the way your custom domain coverage. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Using java sessions with CloudEndpoints

2017-06-01 Thread 'George (Cloud Platform Support)' via Google App Engine
As the situation looks like at present, you are right. Firebase would allow to use other accounts than Google consumer ones, but you can't switch provider. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group an

[google-appengine] Re: Google Appengine SSL certificates - "The SSL certificate provided could not be inserted", tried everything!

2017-05-31 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Garth, The stated purpose of your attempt to connect via Cloudflare is: "I can have DDoS protection and SSL". It may be the moment to stress the fact that these features are offered by the App Engine already. Cloudflare's Flexible SSL mode encrypts traffic from browsers to CloudFlare, b

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-05-31 Thread 'George (Cloud Platform Support)' via Google App Engine
Usually, one uses a script (or more than one, for additional modules) to handle requests. There is no obligation to mention file names. For details, you may check the "Serving Static Files" page . -- Y

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-05-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jay-Nicolas, All details on how to deploy your PHP app to the app engine can be found in the "Deploying to App Engine" on-line document . To call your app you are advised to use: http://[YOUR_

[google-appengine] Re: Using java sessions with CloudEndpoints

2017-05-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amir, You are right, there are red flags and warnings. By default, API methods do not allow cookie authentication, and require the use of OAuth2. You incur the risk of Cross-Site Request Forgery (CSRF

[google-appengine] Re: appengine and OS environment variables

2017-05-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Vitaly, As stated in the issue thread itself, you can follow all progress there. -- 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+unsu

Re: [google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-05-29 Thread 'George (Cloud Platform Support)' via Google App Engine
In the EXIF metadata of the provided file one can see: Software ... �Ʀ즨�� . What happens if you modify this entry (replacing the characters with some ASCII)? If you check for all other images causing failure, do you see similar non-ASCII characters? Otherwise, do images that do not cause error

[google-appengine] Re: appengine and OS environment variables

2017-05-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Vitaly, You are encouraged to open a corresponding issue on issuetracker, so all developments and eventual solution may be easily followed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop recei

[google-appengine] Re: Custom Domain and ISP Problem

2017-05-25 Thread 'George (Cloud Platform Support)' via Google App Engine
If things work fine for some ISPs, it means the app is working fine on the cloud platform. There is no censorship of ISPs, and it were any, one cannot assume it is functional strictly in what your app is concerned, and no others. If you'd like us to investigate further, you can send a private e

[google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-05-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nickolas, A public URL of your application suffering from this issue would enable reproduction. If you attach some of the images that trigger the error, you'll facilitate debugging further. Any other details you deem relevant may prove of great help as well. -- You received this m

[google-appengine] Re: appengine and OS environment variables

2017-05-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Your proposal for env_variables in includes files is quite interesting. Still, it needs a good use case to support it, were it to become a feature request. Why do you think this is better than the one mentioned in the previous reply? What is the essential advantage your solution would offer? A

[google-appengine] Re: Datastore small operations daily quota

2017-05-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Unfortunately I don't enjoy sufficient permissions to access the screen you copied in your message, and check the situation. The "Keys-only queries" paragraph of the "Datastore Queries" document recommends to limit GetAll t

[google-appengine] Re: appengine and OS environment variables

2017-05-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Fabio, Best way to do it with Python, as recommended by a Google App Engine Python developer in his reply to "Securely storing environment variables in GAE with app.yaml" question on stackoverflow

[google-appengine] Re: cloud endpoint. No request???

2017-05-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Trez, How did you create your endpoint and deploy your app, exactly? Have you followed a tutorial or an example? I can't reproduce any similar behavior at this stage. Any other details that you find relevant may help. -- You received this message because you are subscribed to the Goo

[google-appengine] Re: GAE Python - Error during the import _winreg

2017-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
The provided extra info seems quite helpful. It will be taken into consideration by Developers. -- 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-app

[google-appengine] Re: What's up with Blobstore?

2017-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, There is work in progress on this issue, as one can gather from the "Add full blobstore support to bulkloader" issue . Meanwhile, similar functionality can be set up on user side. As an example, the "Backup GAE Data/Files from Blob Sto

[google-appengine] Re: Please help: I am not able to create new project

2017-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider following the instructions on the "Creating and Managing Projects" page . To enable a closer examination of your installation it may be advisable to run the following commands: gcloud components u

[google-appengine] Re: Using a context not associated with a request

2017-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi William, Email your exact project name privately once again, using the drop-down menu of the "reply" button. There is a suspicion of user-error in coding or simple misconfiguration, things like misspelled app or bucket names, or incorrect imports. It is worthwhile double or even triple ch

[google-appengine] Re: Datastore small operations daily quota

2017-05-16 Thread 'George (Cloud Platform Support)' via Google App Engine
The issue seems to be triggered by a particular situation related to your project's settings. You are most welcome to send me a private message via the drop-down menu of the reply button, right-top, with your project number. Any other details you deem of consequence may prove helpful as well.

[google-appengine] Re: GAE Python - Error during the import _winreg

2017-05-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Andre, This problem is now enjoying developer attention under issue 38290292 . You may follow all developments in real time there, up to the final solution. -- You received this message because you are subscribed to the Google Groups "Google A

[google-appengine] Re: Passing environment variables to Java Flexible Via Gradle

2017-05-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Your questions were specific initially, and the title of the post mentions Gradle. There are various way to configure parameters for startup, generally, a relevant question can be read on stackoverflow

[google-appengine] Re: Passing environment variables to Java Flexible Via Gradle

2017-05-11 Thread 'George (Cloud Platform Support)' via Google App Engine
If you use Spring Boot, there are various ways of choosing which build version, dev or prod, is getting built, as described in the "24. Externalized Configuration" sub-chapter of the "Spring Boot Reference Guide" online document. [1] More details and examples can be found on the "Spring Boot :

[google-appengine] Re: Using a context not associated with a request

2017-05-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi William, Before attempting to go in any more depth: how do you run your code, in detail (not only the function definition)? The error indicates a function main(). It might prove helpful to see the main function in context, how you call your InitBigQuery() function, exactly. What is the di

[google-appengine] Re: Using a context not associated with a request

2017-05-05 Thread 'George (Cloud Platform Support)' via Google App Engine
The information provided is relevant. Waiting, at the moment, for input from developers, who might request more information soon. -- 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 fro

[google-appengine] Re: Using a context not associated with a request

2017-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi William, More information on the error is needed, to determine where the message gets generated and the reason behind it. More useful data can be gathered by enabling error collection in Go, as described in "How to get stacktraces from errors in Golang with go-errors/errors

[google-appengine] Re: Multiple Java Modules / Services in the same project (Flexible environment)

2017-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Antonio, We are grateful for your observations regarding the quality of the documentation available on-line. This is kept up-to-date, corrected if case be, and may change at any moment, to reflect current situation and latest developments. No documentation can be perfect, complete and fault

[google-appengine] Re: Sending emails via external SMTP server

2017-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
You may choose to use other similar mailing services that can become DMARC-certified, such as Amazon SES . There are various solutions available, otherwise. This discussion group is oriented more towards opinions, trends and issu

[google-appengine] Re: Sending emails via external SMTP server

2017-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Antonio, Your use case might be viewed by some as seldom occurring: you want to send email using an external server, when the facility is already provided in the standard environment, as described in the "Mail API Overview" on-line document

[google-appengine] Re: Multiple Java Modules / Services in the same project (Flexible environment)

2017-05-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Deployment-wise the situation for the standard environment does not differ from the one already covered in the previous answer. "Each service consists of source code and a configuration file . The files used by a service repres

[google-appengine] Re: Using a context not associated with a request

2017-05-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello William, What version of Go have you installed? If you want to program for the standard environment you need Go version 1.6. -- 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

[google-appengine] Re: Data recovery appspot

2017-05-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello James, What project does the blob-store data belong to? Is this still an active project? You seem to own quite a few projects. Has the blob-store data or the app been backed up at any time? You seem to refer to a Datastore upgrade that might have somehow affected th

[google-appengine] Re: Can't find import "google.golang.org/appengine"

2017-05-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello William, Developers are aware of this issue and are actively contributing towards a solid solution to it. In the meanwhile, you should be able to use "goapp deploy" instead of the gcloud command. Let me know how that works! -- You received this message because you are subscribed to th

[google-appengine] Re: Multiple Java Modules / Services in the same project (Flexible environment)

2017-04-28 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, in the flexible environment a service is provided by a deployed war file, distinguished from the other services by sub-domains, in a way similar to: https://version-dot-service-dot-app-id.appspot.com http://version.service.app-id.my-custom-domain.com Each service enjoys its o

[google-appengine] Re: Disable index on String properties in low level datastore API (Java)

2017-04-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Tomas, Reducing indexes might not have a direct impact on spin-up time, but surely on long-term costs. Objectify and its main alternative Catatumbo are not supported by Google, but third-party products. You may consider contacting the creators of these frameworks for advice regarding t

[google-appengine] Re: App Engine App cannot connect to Cloud SQL instance

2017-04-26 Thread 'George (Cloud Platform Support)' via Google App Engine
What I meant in my answer was to try replacing "project: instance" in the connection string with "project:region: instance", something like project1:us-central1:instance1/unidb . Can you connect if you choose a created database such as unidb, in place of a system database? As an alternative

[google-appengine] Re: App Engine App cannot connect to Cloud SQL instance

2017-04-25 Thread 'George (Cloud Platform Support)' via Google App Engine
You can edit your posting from the same drop-down menu mentioned, under the reply button. I have actually modified your project name in your post, as desired. Testing connections to your instance-2ndgen-1 is not feasible at the moment, as it is stopped: the developers' console indicates: "This

[google-appengine] Re: App Engine App cannot connect to Cloud SQL instance

2017-04-25 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, the configuration is for the local development server. The best would be to send me the code of your app and whatever information is needed to be able to reproduce the issue on this side. To maintain confidentiality, you can do this via private email (You can use the topmost opti

[google-appengine] Re: App Engine App cannot connect to Cloud SQL instance

2017-04-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Szia Karoly, Assuming you have taken care of this already, just an extra sanity check here: you have to add your MySQL credential to dev_appserver.py like: dev_appserver.py [root folder of web2py] --mysql_user=[mysql user] --mysql_password=[mysql password] . -- You received this message beca

[google-appengine] Re: App Engine App cannot connect to Cloud SQL instance

2017-04-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Your first generation CloudSQL instance has the app name as an authorized user, the second generation doesn’t. What happens if you create a service account for your app on the second generation instance? Your logs show connection errors to the instance from a user without password. -- You

[google-appengine] Re: App Engine App cannot connect to Cloud SQL instance

2017-04-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Karoly, Have you granted access to your app engine application? You may find an example in the “Using Google Cloud SQL” online document . Have you followed the indicated steps or a similar procedure? More detail on y

[google-appengine] Re: Feature Request: Serve content from default google storage bucket without cross origin javascript

2017-04-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Darian, How would you like to serve files from storage, exactly? Who would be the recipient, in that case? You may consider opening a feature request in the issue tracker , where developers would evaluate it and decide upon its implementation. More de

[google-appengine] Re: TransactionFailedError (too much contention...) when reading entities

2017-04-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Anastasios, Datastore transactions satisfy the Serializable isolation level. To secure this isolation level for an entity group, some work is performed behind the scenes during the execution of a transaction. This includes writes that affect those entities that are meant to be only read

Re: [google-appengine] Re: gcloud beta logging read creates huge log files in .config

2017-04-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Julian, You are encouraged to create an issue tracker entry at http://issuetracker.google.com/, as this issue deserves the direct attention of the developers. Posting there may speed up the research for an eventual resolution. It is worthwhile providing a good use case, to facilitate in

[google-appengine] Re: Slow cache, slow datastore, pending requests

2017-04-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Tomas! Issue 37257160 , that you opened in the public issue tracker, lists possible solutions to the under speed performance of Json serializing / deserializing processes. Hoping this to be of help to you, I am welcoming further related questions.

Re: [google-appengine] Re: gcloud beta logging read creates huge log files in .config

2017-04-12 Thread 'George (Cloud Platform Support)' via Google App Engine
As a first approach, you may try using the --severity=SEVERITY flag, or filter the read entries by using --limit=LIMIT, all this to diminish from start the general volume of logs. You may also consider implementing a cron job in Linux, to avoid having to delete unwanted files manually. -- Y

[google-appengine] Re: Django, App Engine Flexible and Cloud SQL: OperationalError 2002, Can't connect to local MySQL server through socket

2017-04-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Tas, To allow your app to connect to your Cloud SQL instance when the app is deployed, add the user, password, database, and instance connection name variables from Cloud SQL to the related environment variables in the app.yaml file: env_variables: # Replace user, password, datab

[google-appengine] Re: Slow cache, slow datastore, pending requests

2017-04-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, You may consider making use of the “Async Datastore API ” and dedicated memcache, as described in the “Memcache Overview” document . To inve

Re: [google-appengine] Re: gcloud beta logging read creates huge log files in .config

2017-04-07 Thread 'George (Cloud Platform Support)' via Google App Engine
This is intended behavior: "The gcloud tool creates and stores logs in a log file that you can query, located at $HOME/.config/gcloud/logs. ", as documented at "Tips, Troubleshooting, & Known Issues ". Do you use the logs in the ~/.config/

[google-appengine] Re: gcloud beta logging read creates huge log files in .config

2017-04-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Julian, We could not reproduce the issue locally. The files in our linux machine’s ~/.config/gcloud/logs directory are reasonably small. You may attempt to reduce the size of your file by applying filtering more aggressively. Details on filter setup are to be found on the “Command Line

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

2017-03-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Lawrence! Your patience in this respect is much appreciated: the problem is not fixed yet, but under attention, and filed as issue https://buganizer.corp.google.com/issues/36201328 . You should check this issue for all further developments and final resolution. -- You received this messag

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

2017-03-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello 温啟良 and Lawrence! You are perfectly right. The situation is as follows: some projects in free trial have been billed and charges are going to be returned to the affected Clients. Google Cloud Status Dashboard displays a warning to this effect. The "Google Cloud Platform Billing Support" p

[google-appengine] Re: !!!URGENT!!! Billing Error in App Engine Instance Hours, charges skyrocketing

2017-03-15 Thread 'George (Cloud Platform Support)' via Google App Engine
On the "usage history" page with the vertical list of usage values, where you land if you navigate to app engine --> quotas --> view usage history in the dev. console, there is an information label on top saying: "These costs are estimates based on App Engine list prices." Estimates may be wrong

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

2017-03-15 Thread 'George (Cloud Platform Support)' via Google App Engine
On the page with the vertical list of zero values, where you land if you navigate to app engine --> quotas --> view usage history in the dev. console, there is an information label on top saying "These costs are estimates based on App Engine list prices." Estimates may be wrong to some extent,

[google-appengine] Re: App Engine perform very bad when using GCS as temporary storage. Isn't it?

2017-03-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Is there a particular reason why you prefer deploying to GCS instead of the usual standard environment? Reading and writing to storage is possible at runtime, if needed, as, otherwise, the local file system is not writeable, for reasons related to scalability. Performance, in this case, is n

[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

[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: 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: 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: 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: 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: 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: 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: 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-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: 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

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: 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

[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: 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: 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-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: 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: 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: "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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: ------------ 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: 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: 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

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: 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

<    3   4   5   6   7   8   9   >