[google-appengine] Re: Google App Engine Application Deployment Fails

2017-03-29 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Sonal, Looking at your referenced GAE instance, it seems to be now working accordingly. Can you confirm that you are no longer experiencing any errors regarding this? If you are, I would recommend opening a new Issue Tracker thread and provide the

[google-appengine] Re: Start page not shown

2017-03-27 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Fabio, This appears to be a request for 1-on-1 assistance with a technical issue specific to your development. This isn't the right forum to look for help on such a question, which is perfectly suited to stackoverflow.com. This forum, on the other hand, is meant for more general

[google-appengine] Re: How to point only subdomain of a site hosted on 1and1.com to google app engine application

2017-03-24 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Haider, This appears to be a request for 1-on-1 assistance with a technical issue specific to your development. This isn't the right forum to look for help on such a question, which is perfectly suited to stackoverflow.com. This forum, on the other hand, is meant for more general

[google-appengine] Re: Upload files to appspot.com

2017-03-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Fabio, In order to help you further, I will need you to provide a additional details concerning which types of files are you looking to upload? In case you are looking to upload pictures (jpeg file format), you would need to first download the source code of your app using this

[google-appengine] Re: ProtoRPC: has the field number an impact on performances?

2017-03-20 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Ivo, Before proceeding any further, can you confirm that your question is concerned with “unique numbered tags”? If it is the case, you may be interested to learn more about them on this Assigning Tags section of

[google-appengine] Re: Blank Page / HTTP 500

2017-03-20 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Lee, Looking at your provided screenshot, I was able to access your WordPress instance and see that the page is no longer blank. By any chance, are you still running into any issues regarding cache file? If you solved your issue, can you please reply and indicate what steps you have taken

[google-appengine] Re: Flexible Environment deployments are not supported in the apps region 'europe-west'.

2017-03-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Marcel, I understand your position and unfortunately, confirm you that there is currently no ETA regarding the App Engine Flexible Environment being available in Europe. Nevertheless, I would recommend keeping up with the different App Engine community support channels listed on this GAE

[google-appengine] Re: Flexible Environment deployments are not supported in the apps region 'europe-west'.

2017-03-16 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Guiseppe, As correctly pointed out in your post, the Google App Engine Flexible Environment is currently unavailable in Europe and more information about the main GAE Environment differences are listed on this Comparing high-level features section

[google-appengine] Re: Deploying a custom sidecar container in flexible

2017-03-15 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Thanks for checking that out, the link to the thread is now updated. -- 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: Deploying a custom sidecar container in flexible

2017-03-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Mikko, I see that you have appropriately opened a feature request on this Issue Tracker thread (Allow deployment of additional sidecar containers #36113449) and would like to confirm you that it has been submitted to the backline team.

[google-appengine] Re: How to download data from my datastore to the local machine

2017-03-06 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Glad to hear that you’ve made it work, as the Remote API may in fact require additional setup according to your environment. Nevertheless, I would recommend another alternative potentially easier to configure for accessing the Datastore in the future. The alternative consists in using the

[google-appengine] Re: Is GAE down?

2017-03-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Google App Engine does not seem to be down. In case this error could originate from your Node.js implementation, can you provide a minimal working example of your code demonstrating this issue? Alternatively, you can verify the status of the endpoint you are triggering by sending it a

[google-appengine] Re: How to download data from my datastore to the local machine

2017-03-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
In fact, current Cloud Datastore’s NoSQL implementation of relationships between data objects differs from traditional databases. And the observed feature differences in this thread can be related to what is described on the Google Cloud Datastore Overview documentation

[google-appengine] Re: App engine Flex: "an upstream response is buffered to a temporary file"

2017-03-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Nickolas, A good overview of the NGINX buffering mechanism can found on this third-party website . As described, “When buffering of responses from the proxied server is enabled, and the whole response

[google-appengine] Re: google app engine python

2017-03-01 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Miran, This appears to be a request for 1-on-1 assistance with a coding question specific to your development. This isn't the right forum to look for help on such a question, which is perfectly suited to stackoverflow.com. This forum, on the other hand, is meant for more general

[google-appengine] Re: How to download data from my datastore to the local machine

2017-02-28 Thread 'Alex (Cloud Platform Support)' via Google App Engine
To add up to Nicola’s reply, you may be able to download your data to your local machine by opening the local Datastore viewer as proposed on this Issue Tracker thread . To do so, you will have to access the viewer locally at “

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Will, Glad to hear that your issue was resolved and thanks for updating the thread. For tracking purposes, can you confirm that your issue was related with the App Engine Mail API ? Also, it would be great if you could indicate which

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-15 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Good news, it seems like this redirection issue has now been resolved. Custom domains listed on Flexible Environment App Engine instances should work as prescribed without redirecting to an appspot.com URL. Regards, Alex -- You received this message because you are subscribed to the Google

[google-appengine] Re: Datastore Internal Error

2017-02-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Vinod, In case this is still happening, I will need you to provide me with the following information in order to help you further: - The Cloud SDK version you are using. - A minimal working example of your code demonstrating this issue. Let me know if you would prefer to be

[google-appengine] Re: Error while adding task to task queue

2017-02-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Sarad, It does seem to be a transient error and so, in case it still happening I will need you to provide me with the following information in order to help you further: - The Cloud SDK version you are using. - The Python version you are using. - A minimal working example of

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Thanks a lot for providing your reproduction. You’ll be glad to know that I have forwarded your observations to the backline team from this Cloud Platform SDK’s Public Issue Tracker thread . Feel free to follow this issue's

[google-appengine] Re: Error: NOT_FOUND

2017-02-10 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Sree, Would it be possible for you to post the untruncated output of your Error trace? In case your error was generated because of a partially completed update, it may be possible to solve it by running the “appcfg.py [options] rollback ” command from within your deployment directory.

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-10 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Eric, Prior proceeding with filing a defect request, I will need to reproduce this issue. Would it be possible for you to provide a minimal working example demonstrating this issue? To do so, you can attach a sample of the code you

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Thanks for providing additional details, it does seem to be a bug for which I will make a defect report on the google-cloud-platform Issue Tracker. Further details will be posted here on how to follow this issue’s resolution. -- You received this message because you are subscribed to the

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine
For future reference, it will be necessary to follow any updates provided on the Custom Domains Inquiry form . -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Eric, As part of the Cloud Endpoints Framework 2.0, the JSON-RPC protocol, which is required for legacy iOS clients and automatic kind fields features are not currently available. See Currently excluded features and tools for Cloud Endpoints 2.0 documentation

[google-appengine] Re: Load Error

2017-02-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Stuart, Would it be possible for you to provide a screenshot with a higher resolution while making sure to blur any personal information? In fact, in order for us to help you further, we will need the following additional details: - Which feature of the Google Cloud Platform are you

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Fernando, It does seem that your issue may be solved by whitelisting your custom domain as well and you will be contacted by email shortly to provide additional information regarding your project. For anyone reading this post in future and experiencing the same issue, it will be

[google-appengine] Re: Help! Can't deploy my coursebuilder. "This application does not exist"

2017-02-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Paul, I was unable to reproduce your issue by following the instructions on this course builder tutorial for deploying the Course Builder app. Looking at your provided stack trace,

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-01-31 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Himanshu, As your application is hosted on a GAE Flexible environment instance (since redirected URL includes *.appspot-preview.com), custom domains need to be whitelisted as mentioned in this Before you Begin section

[google-appengine] Re: remove logging of headers from deferred task handler

2017-01-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Noah, >From what I see, the only controls available for the Deferred library logging feature on App Engine would involve using the set_log_level() function . However, the

[google-appengine] Re: Can't find babel preset when deploying to GAE

2017-01-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Ionut, By any chance, have you tried to load explicitly the Babel “Latest” dependencies by running the following command? npm install --save-dev babel-preset-latest More information can be found on the following third party site for

[google-appengine] Re: Unable to see SSL certificates in the console

2017-01-18 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Attila, You may need to add the second user as an owner for your domain in order to allow him seeing the SSL certificates in the console. It is possible to do it via the webmaster tool

[google-appengine] Re: ERR_SPDY_PROTOCOL_ERROR suddenly appear in Chrome for site using HTTP/2 Server Push on AppEngine Standard

2017-01-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi, As you’ve already appropriately opened a Public Issue Tracker thread for App Engine regarding this issue, let’s continue its investigation there. For anyone reading this post, please refer to the opened PIT thread [1] if experiencing a similar issue. [1]

[google-appengine] Re: Entity groups

2017-01-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Thanks for posting your code sample and your solution. In fact you got it right, Datastore Entity ancestor paths [1] are designed to allow entities to optionally be assigned parents. Meaning that upon creation of a datastore entity, the ancestor path of this entity has to be specified

[google-appengine] Re: Entity groups

2017-01-13 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Louise, You’re right, as stated per the Transactions and Entity Groups documentation , there is a 25 entity groups limit for a single data transaction. However, according to your description

[google-appengine] Re: Mobile app using Firebase or Cloud Endpoints authentication with Google App Engine backend

2017-01-13 Thread 'Alex (Cloud Platform Support)' via Google App Engine
In fact your using the right approach as you also benefit from the Firebase infrastructure with the added functionalities as stated on its introductory page . Now, the provided tutorial by Renaud is an excellent example of assembling an app according to your

[google-appengine] Re: Cannot upload SSL certificate "You must verify ownership of this certificate's domain(s)in order to upload it." but domains are verified

2017-01-05 Thread 'Alex (Cloud Platform Support)' via Google App Engine
As discovered privately, a mismatch between the desired domains and the ones listed on the previously emitted SSL certificate was causing the error. In order to retrieve the certificate’s alternative domain names, the OpenSSL command [openssl x509 -text -noout -in CSR.pem] was used. -- You

[google-appengine] Re: Cannot upload SSL certificate "You must verify ownership of this certificate's domain(s)in order to upload it." but domains are verified

2017-01-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Walraaf, Before proceeding any further, make sure to add and verify all of the listed domains on your SSL certificate as described in this “Adding custom domain to your application” guide

[google-appengine] Re: PHP app on App Engine moved from Standard to Flexible without my input

2016-12-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Sorry to hear that my previous answer did not help much in making your app deploy to the right environment. Before proceeding any further, I will need you to provide the following information to investigate your issue further and understand what caused the switch in environments: - Your

[google-appengine] Re: GAE and SendGrid

2016-12-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Brandon, You may be able to re-enable SendGrid manually through your Cloud Platform Console here by associating it to the new billing account (more information can be found here

[google-appengine] Re: PHP app on App Engine moved from Standard to Flexible without my input

2016-12-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Jeff, As a first step, make sure that your app.yaml file in your project directory looks like here and does not specify a variable [env: flex] as in this flexible environment example

[google-appengine] Re: ImportError: No module named webapp2

2016-12-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
To start with, make sure to update your Google SDK to the latest available release (138.0.0 as of 2016/12/14). Then if the problem persists, I will need you to provide the following information to help you further: - The command you are

[google-appengine] Re: Entities participating in the transaction

2016-12-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Rajesh, Currently, there is no programmatic to get the entities or the number of entities involved in a Datastore transaction, but you should be able to determine them and their number in your own code through explicit design: - No more than 25 entities in a transaction if using

[google-appengine] Re: Cloud Datastore Client Libraries

2016-12-16 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi there, I can confirm that the Cloud Datastore Client Library is supported on the standard App Engine environment. It is possible to test it by following the Quickstart for PHP App Engine Standard Environment tutorial and including

[google-appengine] Re: Debugging Datastore Read usage

2016-12-12 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Mark, As another option, Google Stackdriver Monitoring allows you to retrieve relevant metrics about your Datastore operations. Among the available metrics listed here , you may be

[google-appengine] Re: JSP not loading

2016-12-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
In fact, the rapid evolution of GAE products may not always be updated accordingly with the available documentation across the platform. Concerning your questions about debugging App Engine applications using Third-Party IDE’s, there is in fact several options that you might be interested

[google-appengine] Re: JSP not loading

2016-12-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Bill, In order for us to reproduce your error, it is important that you submit a Minimal Working Example of your code demonstrating the observed behaviour. Can you do this while making sure not to share any private information?

[google-appengine] Re: Building dashboards with Stackdriver

2016-11-25 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Joshua, While not offering the same level of customization as Splunk does with its charts and other data visualization elements, Google Stackdriver provides several features to organize and view valuable logs from your Cloud and other

[google-appengine] Re: Use single database in two different region application in google app engine

2016-11-25 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Vaishnavesh, As another solution, you need to verify that your two applications are on the same project as the database. If they are, then you shouldn’t have any problem connecting your second application to the same database and so you can follow these steps

[google-appengine] Re: error 503 local host google datastore

2016-11-24 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Jack, No worries, you still have plenty of time to experiment with the Cloud Platform. Note that I was unable to reproduce your error on a windows machine and was able to launch the tutorial app in localhost. Here’s a list of important troubleshooting steps to look at when a “Service

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-22 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Kaan, On a side note, it is possible to receive regular emails from the Google Cloud Platform by following these steps: 1. Access the Cloud Platform Console 2. Click the “3 vertical dots” on the top-right section of the menu 3. Navigate to preferences->Updates & Offers 4.

[google-appengine] Re: BigQuery error on all requests

2016-11-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Richard, It is possible that you were affected by a known issue concerned with an elevated BigQuery Streaming API failure that started yesterday at 16h00 US Pacific Time. This issue is now resolved and therefore, I would ask you to

[google-appengine] Re: Unable to upload images on my webpage deployed in google app engine.

2016-11-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
This issue has now closed due to inactivity. In future please be sure to reply promptly to all requests for information so that we can proceed with work on any issues. Feel free to open a new thread linking to this one if you would like to continue or if anybody reading in the future sees a

[google-appengine] Re: Unable to upload images on my webpage deployed in google app engine.

2016-11-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Gurpreet, Based on the assumption that you were deploying a Python27 runtime Static Website on App Engine, I was able to successfully upload two images(in png and jpg format) by following this tutorial

[google-appengine] Re: Google Drive API - Get the id of a file when Insert - Python

2016-11-01 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi there, Assuming you have provided the right Authorization Scope to access the Google Drive API, here is a method(adapted from this link ) to retrieve the

[google-appengine] Re: Cant upload Java Application - No name matching appengine.google.com found

2016-10-24 Thread 'Alex (Cloud Platform Support)' via Google App Engine
This issue has now closed due to inactivity. In future please be sure to reply promptly to all requests for information so that we can proceed with work on any issues. Feel free to open a new thread linking to this one if you would like to continue or if anybody reading in the future sees a

[google-appengine] Re: Appengine go compilation error

2016-10-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Russell, I was unable to reproduce your issue while following the Quickstart for Go App Engine tutorial and using the Hello World sample app that was provided with it. I understand your Go app is more complicated to deploy than mine.

[google-appengine] Re: Cant upload Java Application - No name matching appengine.google.com found

2016-10-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi, It does seem to be an issue related to your server’s certificate being unable to match your host name. By any chance, would you be using a proxy? Alternatively, you can test if it works through another network. On Thursday, October 13, 2016 at 6:23:59 AM UTC-4, Divya B wrote: > > Hi, > >

[google-appengine] Re: Connecting to remote api returns 302

2016-10-06 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Jesse, Please note that this type of question is more appropriate for Stack Overflow which we regularly monitor as other types of stack exchange services and which would increase your chances to get a faster answer due to its larger audience. According to your exception log, the issue