[google-appengine] Re: appcfg.py download_app fails silently

2017-06-02 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Is your deployed application using the standard or flexible environment? I ask because I tested *appcfg.py download_app* using a standard Python application and a flexible Node.js application. With the Python application, I was able to retrieve the code from both *appcfg.py download_app* and

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

2017-05-31 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hi Jay-Nicolas, >From your original post when you mention the nginx-app.conf, I suspect you're using an nginx process to route requests to given PHP scripts. App Engine uses nginx internally as well but it is not configured using standard nginx conf files that users can access. Instead, the *

[google-appengine] Re: queue.xml changed but new queue is not added....

2017-05-30 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Based on the *appengine:deploy * documentation, the default value for deployables appears to be app.yaml as found in your staging directory. You could explicitly add it using the *-Dapp.deploy.deploya

[google-appengine] Re: Deploy App Into Google App Engine

2017-05-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hi Yoki234, Welcome to the forum! When it comes to Python on App Engine, you generally have 2 options, deploy to the App Engine standard environment or the flexible environment. The Quick Start guide for the standard environment

[google-appengine] Re: GAE configuration & Billing

2017-05-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The usage billed for all the resources you describe depends on many factors. While the size of an application and the volume content may be small, the usage may be much greater. App Engine flexible environment bills per instance hour

[google-appengine] Re: Controlling the maximum number of instances / service in App Engine Standard?

2017-05-25 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Those are legitimate concerns when dealing with Cloud SQL at this scale. I would recommend as you've suggested that you keep the max_concurrent_requests sufficiently low to avoid the *per instance limit*. This can also tend to keep your instances somewhat more responsive in general. Regardin

[google-appengine] Re: appcfg.py download_app fails silently

2017-05-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Interesting. If you are an owner of the Cloud Platform project where this application is deployed, you should indeed be able to download the application code using *appcfg.py download_app* as documented in Downloading Your Source Code

[google-appengine] Re: curl - Java Standard Appengine Latency analysis

2017-05-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Rajesh, There are many contributors to latency depending on the variables that we observe. *time_starttransfer* for instance, is defined as: > The time, in seconds, it took from the start until the first byte was just > about to be transferred.

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

2017-05-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Here's a link to the above mentioned public issue: https://issuetracker.google.com/35888043 On Wednesday, May 17, 2017 at 2:37:49 PM UTC-4, George (Cloud Platform Support) wrote: > > Hello Joshua, > > There is work in progress on this issue, as one can gather from the "Add > full blobstore sup

[google-appengine] Re: Urgent: VFS stream handler no longer registered in GAE PHP

2017-05-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The engineering team is aware of this issue with the latest update to the PHP runtime. We are currently in the process of rolling this change back. To receive updates about this, I recommend following the public issue you've submitted . The most rece

[google-appengine] Re: Regression: cURL module enabled and requiring Sockets API on "May 1 2017 18:43:30" PHP build

2017-05-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The engineering team is aware of this issue with the latest update to the PHP runtime. We are currently in the process of rolling this change back. To receive updates about this, I recommend following the public issue you've submitted . The most rece

[google-appengine] Re: unnecessary instance spinning causes latency issues

2017-05-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
If I understand this report correctly, you are pointing to the time taken from when the instance is ready to when the servlet is ready. With App Engine, the loading of code/runtime is separate from the loading of the instance when it comes to instance creation. One of the reasons for this cho

[google-appengine] Re: queue.xml changed but new queue is not added....

2017-05-16 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
As far as I can see, your queue.xml does seem to meet the expectations documented in the queue.xml Reference . I will assume from your example that you are curently using the Cloud SDK-based Maven plugin

[google-appengine] Re: Compute Engine fail at launch (Activate for billing)

2017-05-16 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey ormbvm, I'm sorry to hear you been having some difficulty getting your billing information setup. I would recommend contacting our free billing support as listed above. They will be able to investigate this issue further.

[google-appengine] Re: Unable to Create an account app Engine for Hosting application on Cloud

2017-05-16 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Dhiral, I'm sorry to hear you are not having the easiest time getting starting with the Cloud Platform. From the sounds of it, your facing some errors when trying to add a valid billing account. As this is primarily a discussion forum for architecture and best practices on App Engine, we

[google-appengine] Re: Failed_to_pick_backend

2017-05-12 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey EJ, Your interpretation of the error is the most likely cause. While one cannot necessarily see the Loud Balancer resource that is deployed alongside Flexible services, they are most certainly present and generate logs. The logs can usually be viewed under Cloud HTTP Load Balancer as you

[google-appengine] Re: Deployment Failures and Memcache Unavailability Due to Underlying Component

2017-05-11 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Nickolas, Thank you for sharing your findings with the community here in order to help! This is much appreciated. Nonetheless, if I've understood your message correctly, you've occasionally encountered errors with *appcfg.py* where deployment which includes your *dispatch.yaml* does not u

[google-appengine] Re: App Engine Region

2017-05-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
It is not currently possible to change the region of an existing App Engine application. There is however, already a feature request filed publicly for this capability. Feel free to *star* it to receive updates about its progress. On Wednesday, May 1

[google-appengine] Re: PHP app engine cannot connect to cloud sql

2017-05-08 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Connecting to a Cloud SQL instance requires the use of a Unix socket and the appropriate extension available to the runtime. *mysql* and *mysqli* are enabled by default in the PHP runtime for App Engine. An

[google-appengine] Re: How to create a consistent backup of the datastore?

2017-05-05 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Interesting. If the map-reduce job reduce job requires writing to the datastore and the article suggests disabling writes while it runs, this would suggest inconsistent expectations about its behavior. Either the map-reduce behavior should not require writes or the article is incorrect and sh

[google-appengine] Re: Memcache timeout?

2017-05-03 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
As far as I am aware, there is no built in timeout feature for memcache calls. You might be able to implement yourself however, by using the *async* versions of the calls and waiting a given time limit before moving forward with a plan B. You could ignore the result if it returns after the gi

[google-appengine] Re: Flex VMs timing out on creation

2017-04-28 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Based on this description, this seems to have been a transient issue. If you face this error again and believe it to be an issue with the platform, I would recommend filing a public issue including debug logs, time stamps, and details of what soluti

[google-appengine] Re: App Engine instance under attack

2017-04-21 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Have you created any security scans for your application(s) and/or domains? If so, you can exclude URLs matching specific patterns. If not, are you still affected by this security

[google-appengine] Re: Connecting from app engine instance to compute engine instance directly

2017-04-19 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
This thread is a little dated and may not get the attention you expect. I'd recommend posting to a new thread and describing exactly the requirements you seek. When doing so, please describe the criteria you need met. - Would GAE being issuing request and GCE, responses? The other way

[google-appengine] Re: How to redirect all HTTP traffic to HTTPS in Flex Custom env?

2017-04-18 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
You are correct. *secure* handlers have been deprecated for the App Engine flexible environment. The current recommendation is to use the *Strict-Transport-Security * resp

[google-appengine] Re: Error - deploying a custom tinywebdb using Google App Engine Launcher --- Windows 7

2017-04-12 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
It seems like the SDK being used does not have currently supported SSL certificates bundled with it. If you have an older version of the stand-alone SDK, the bundled certs may be outdated. If you have the newest version of the standalone SDK, the certs may still not have been updated. Having

[google-appengine] Re: Incoming request dalyed by 4+ seconds

2017-04-06 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
While the time spans you describe do sound fairly long considering the related actions, there isn't really enough information to know exactly what the root cause might be. I would normally recommend consulting Stackdriver Trace to get more reliab

[google-appengine] Re: Speech API - word timings

2017-04-06 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Apologies for the internal URL. The public issue can be accessed here: https://issuetracker.google.com/37002743 On Wednesday, April 5, 2017 at 7:46:41 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Lance, > > We're aware of this request although we can't provide any timelines on our >

[google-appengine] Re: Google app engine deployment fails

2017-04-05 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The platform did experience a brief issue with load balances and App Engine flexible deployments. This is mentioned in the Status Dashboard in a note at the bottom. As mentioned in the note: The issue with errors when trying to change existing or creating ne

[google-appengine] Re: Deployment Issues

2017-03-30 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Joshua, Happy to hear this is working for you now. There is was no outage reported during the time indicated in your screenshot. Though it may have been repeatable for a given period of time, it has not, to my know, affected others. It seems to have been a transient issue. For future re

[google-appengine] Re: Log Viewer - Logs are displayed after 1-2 minutes

2017-03-30 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Rajesh, By LogViewer, do you mean the Cloud Console web UI for Stackdriver Logging? If so, 1-2 minutes does sound a little longer than "usual" but not unheard of. Note however, that Stackdriver Logging does not define any SLAs for latency expecta

[google-appengine] Re: No puedo accesar a mi cloud

2017-03-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Community support for the Google Cloud Platform is only offered in English at this time. We'll do our best with translating your post using translation tools. Looking at the screenshot you provided, it seem this may not be an error related to App Engine or the Google Cloud Platform. - Wher

[google-appengine] Re: Internal server error during output

2017-03-28 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Are you running this in Node.js in the App Engine flexible environment? As this group is about Google App Engine, it would be helpful to know what relationship your Javascript goal has with said platform. If this *is* happening in your App Engine application, where are you encountering this I

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

2017-03-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
*404*s are normally served when a resource cannot be found given a specific URL. In general, an effective way to identify where this is happening is by starting from the where logs are available to you and working inwards until you get to the docker container. - Are there other static asset

[google-appengine] Re: Understanding write costs documentation

2017-03-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
To the best of my knowledge, the older model for quantifying entity writes is no longer being used anywhere. Thus, I believe the documentation page you provided is in need of some updating. I've forwarded this request to the documentation team. Thanks for bringing this to our attention. In t

[google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-03-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
It seems like the first option does not consult your configuration with specified *deployables*. It is thus likely consulting a different maven goal. On Wednesday, March 15, 2017 at 4:17:12 PM UTC-4, Daniel Garrido wrote: > > Thank you very much Nicola, > > It worked with minor modifications! M

[google-appengine] Re: Too many GoogleHC/1.0 /_ah/vm_health entries in the log

2017-03-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Though we are working on this internally, I'd highly recommend filing a public feature request on Issue Tracker so we can relate it to our internal work and the community can receive updates when they're available. Once you've filed this feature req

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

2017-03-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Files uploaded with an App Engine application cannot be downloaded, uploaded or modified via FTP. One of the reasons for this is that they may not all reside in one place given App Engine's scalable design. To perform some tasks like deleting static resources, adding them or modifying them, h

Re: [google-appengine] Huge Variation in datastore_v3.Get() time

2017-03-22 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The 130ms request seems entirely reasonable. There's also only one request listed there so it may at the very least be an irregular occurrence though you do mention that more causes more latency but that cannot be seen from the Stackdriver Trace graph screenshot you've attached. More important

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

2017-03-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey there, You mention that you are following the Receiving Email article and have done the following: - Set up the inbound service in the app.yaml inbound_services: - mail - Added mappings t

[google-appengine] Re: Change the location of an app engine location, or delete/recreate?

2017-03-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
It is not currently possible to move the application from one region to another. This has been mentioned in other threads as well . You must basically create a new application in the desired region and deploy it there

[google-appengine] Re: Time Zone Changed

2017-03-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hello Yashavanta, As you've already followed through on another thread, I have posted there about the function and use of time zones on the Google Cloud Platform. I will delete this thread as a duplicate as all relevant information is in the other thread. On Wednesday, March 1, 2017 at 7:10:1

[google-appengine] Re: appengine TimeZone changed

2017-03-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I wholeheartedly agree with the recommendations of the community posted here. I will nevertheless reach out to the documentation team to see if and where this behavior can be documented. On Tuesday, March 7, 2017 at 2:29:54 PM UTC-5, Adam (Cloud Platform Support) wrote: > > The development ser

[google-appengine] Re: Are requirements.txt entries for Python Flex service installed upon deployment, or upon scaling?

2017-03-03 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
As I understand it, the python runtime in the flexible environment is essentially using the gcr.io/google-appengine/python docker image referred to in the custom runtime documentation except wit

Re: [google-appengine] Re: "Found more than 100 URLMap entries"

2017-03-01 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
ebruary 28, 2017 at 3:50:12 AM UTC-5, Joshua Fox wrote: > > Thank you. What is the role of > > > > Does that count as one URLMap or does that somehow expand so that every > JSP and/or every file gets counted as one URLMap? > > On Mon, Feb 27, 2017 at 11:2

[google-appengine] Re: "Found more than 100 URLMap entries"

2017-02-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey there, Thanks for providing me with your *appengine-web.xml* and *web.xml*. At the moment, the platform limits the number of *URLMap* handlers to *100*. This can be found in the *appinfo.py* file in your own gcloud SDK installation ( */platform/google_appengine/google/appengine/api/appinf

[google-appengine] Re: "Found more than 100 URLMap entries"

2017-02-24 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
There does not seem to be any explicit documentation about the URLMap limitations for GAE nor a breakdown of which XML elements count towards this limit. The most relevant documentation I could find is the HTTP/S load balancer documentation about URL Maps

[google-appengine] Re: nickname field in GAE Standard logs

2017-02-21 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I can confirm that the domain does not appear to be captured in any field in the request_log request. The issue trackers that can likely host this request would be the App Engine public issue tracker or the Cloud Platform public issue tra

[google-appengine] Re: User permissions question

2017-02-16 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Agreed. *gcloud app create* under the hood essentially invokes *app.create* which requires very wide reaching *https://www.googleapis.com/auth/cloud-pl

[google-appengine] Re: User permissions question

2017-02-15 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I must apologize as this was partly incorrect. While the roles you specified allow one to *Deploy a new version of the application*, one still cannot create an App Engine application (*gcloud app create*). This, though only required one time, should be done from an account with the *Project O

[google-appengine] Re: User permissions question

2017-02-15 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The roles you've specified (*Project Editor* and *App Engine Admin*) should be sufficient to allow a given account to deploy an App Engine application to your project. The Access Control article s

[google-appengine] Re: Memcache cas never updating

2017-02-14 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for confirming that this workaround applies to you. Given your responses, I think it safe to assume you both are affected by the aforementioned issue relating to *memcache.Client().cas()*. This *should not* affect other *memcache* methods so namespace setting should work as expected th

[google-appengine] Re: Memcache cas never updating

2017-02-13 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for the quick response. I will also await feedback from Carlos about this workaround as well. For the time being, I would suggest setting it explicitly for calls to *memcache.Client().cas()* to workaround this known issue and use memcache to your advantage. Know that we are aware of th

[google-appengine] Re: Memcache cas never updating

2017-02-13 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Enter code here... I appreciate the extra troubleshooting. We've noticed an internal issue with memcache that may be related but require additional information to confirm. Are you using namespaces? If so, can you try setting the namespace in each method call explicitly? from google.appengin

Re: [google-appengine] Re: 502 bad gateway - flexible env - Strange behavior

2017-02-13 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Deepak, My apologies as we seem to have missed this post. Nevertheless, if you believe some behavior to be an error with the platform, the best place to report it for App Engine is the App Engine public issue tracker . In doing so, yo

[google-appengine] Re: Memcache cas never updating

2017-02-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey adriano_brasileiro, I was not able to reproduce the results you describe. This might require additional investigation which is better suited to the App Engine public issue tracker. I recommend that you file an issue there and posting a link to that issue here so that others may follow. W

Re: [google-appengine] Re: Doing Totals/aggregates

2017-02-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
w.VeersoftSolutions.com <http://www.veersoftsolutions.com/>* > *www.GainERP.com <https://www.gainerp.com/>* > *Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and > Mobile* > > > On Wed, Feb 8, 2017 at 8:06 PM, 'Nicholas (Google Cloud Support)' v

Re: [google-appengine] Re: 502 Bad gateway error

2017-02-09 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
this issue report. On Wednesday, February 8, 2017 at 1:24:01 PM UTC-5, Vinay Chitlangia wrote: > > > > On Wed, Feb 8, 2017 at 10:29 PM, 'Nicholas (Google Cloud Support)' via > Google App Engine wrote: > >> Hey Vinay Chitlangia, >> >> Thanks for some

[google-appengine] Re: Google AppEngine Search, Python API missing from SDK?

2017-02-08 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Nick, I'm glad you were able to get the App Engine SDK for Python up and running. While it is possible to install the SDK using *pip*, it is definitely not recommended. There are currently 2 supported methods for using the GAE SDK for Python 1. Download the Cloud SDK

[google-appengine] Re: Getting an "unexpected error" when trying to create a new billing account

2017-02-08 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Angel Maya, I understand that this error message is perhaps not the most clear. - Could you provide a screenshot of where you are seeing this error? Feel free to redact sensitive account information. - What is the complete HTTP response? You can find it in Chrome's Network pan

[google-appengine] Re: 502 Bad gateway error

2017-02-08 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Vinay Chitlangia, Thanks for some preliminary troubleshooting and linking this interesting article. App Engine runs Nginx processes to handle routes to your application's handlers. Handlers serving static assets for instance are handled by this Nginx process and the resources are served d

Re: [google-appengine] Re: Doing Totals/aggregates

2017-02-08 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Datastore is not designed for large scale data aggregation. Its emphasize is on fast and horizontally scalable reads. Though it *can* be used to query over large datasets, it is nowhere near optimized in the same way that SQL or SQL-like technologies are. For full dataset joins and aggregati

[google-appengine] Re: /_ah/bounce

2017-02-07 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
I made the issue private as it contained a fair amount of project-sensitive information. Nevertheless, I've created a generalized and publicly available reproduction of the issue which includes a usable workaround provided by another cont

Re: [google-appengine] Re: 4 Instance spinning in 4 secs

2017-02-07 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
To get logs for a specific GAE service, you can use one of the following: - Selecting the text of the logs in the browser when viewing the Logging window in the Developers Console. With most modern browsers, it's possible for web site designers to control how content is copied and past

[google-appengine] Re: 502 bad gateway - flexible environment n1-standard-1

2017-02-02 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
For advice on troubleshooting, I would suggest posting to a new thread as the original underlying issue for this thread may not be related to issues you may be having. In general, *500*s and *502*s are very generic error messages. When using the flexible environment, your application is built

[google-appengine] Re: How to remove custom domain from project

2017-02-02 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Those are indeed the steps to remove the domain from the list of verified domains using the Webmasters Central tool . This tool is not directly a part of the Developers Console but affects the domains verified under your Google account. These domains are th

[google-appengine] Re: Datastore on flex nodejs appengine isn't working

2017-02-01 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
While this is important, I would recommend filing an issue on the App Engine public issue tracker as that seems like a more appropriate forum for such a report. This discussion group is generally better suited for exchanging best practice

[google-appengine] Re: How to remove custom domain from project

2017-02-01 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
The dropdown I think you're referring to under *Custom domains* lists domains you've verified. To the best of my knowledge, you cannot remove remove a domain from this list using this UI. This list simply shows the domains you've verified in Webmaster Central. These domains are re-verified a

[google-appengine] Re: How to drop a request?

2017-01-24 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey sophie, Thanks for sharing this question here. Depending on what you mean by unfriendly requests and what you would like the respone to be, there are a few options. Blacklist IPs in *dos.yaml* serving a static file as a response To accomplish this, you must specify an IP or subnet to black

[google-appengine] Re: /_ah/bounce

2017-01-23 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
This is indeed an odd error message that seems to be emanating from the Mail API when attempting to sent bounce notifications to the */_ah/bounce* endpoint of your application. If you believe this to be an issue with the platform, I'd recommend filing a new issue on the App Engine public issue

[google-appengine] Re: how to connect codeigniter application to google cloud SQL

2017-01-18 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
If posting your code to Stack Overflow, be sure to include the following to ensure your question is effectively treated: - Error message you're seeing or receiving - Code you are using that is causing this error - Dependencies required for your code sample to be used - Relevant docume

[google-appengine] Re: 404 not found when calling specific service API

2017-01-12 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Ki Sung Bae, Thanks for providing the files linked above. Do I understand correctly that you are trying to deploy 2 different APIs to two different App Engine services to the same domain? Which guide

[google-appengine] Re: how to connect codeigniter application to google cloud SQL

2017-01-06 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Dinesh, While there are no Google official tutorials on the documentation site, Setup CodeIgniter on Google App Engine seems appropriate. It explains how using CodeIgniter on App Engine with Cloud SQL differs from generic

[google-appengine] Re: Go 1.8 Standard Environment

2017-01-02 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Ralf, There are plans to very soon push Go 1.7 to the App Engine standard environment . We should expect to see it available within the first few months of 2017. As for Go 1.8, there are no published road maps regard

Re: [google-appengine] Is Google App Engine Launcher being deprecated? Why??

2016-12-26 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
nd because I have to write the aforementioned wrapper > scripts anyway, but… seriously? > > -Joshua > > On Dec 21, 2016, at 2:39 PM, 'Nicholas (Google Cloud Support)' via Google > App Engine wrote: > > I am not aware of any plans to create a GUI for the Cloud SDK. >

[google-appengine] Re: Is Google App Engine Launcher being deprecated? Why??

2016-12-21 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
I am not aware of any plans to create a GUI for the Cloud SDK. - Are there particular features of the launcher that are unavailable or difficult to use with gcloud command line tool? - Are there any particular pain points to the *gcloud* command line tool? On Wednesday, December 21,

[google-appengine] Re: Query all photos from my cloud storage PHP

2016-12-21 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hay Gas K, Welcome to the App Engine Google Groups! If I understand your situation correctly, there are several photos stored in a Google Cloud Storage bucket. You would like the your application to display the photos to the end user. How is the list of photos determined? If the list does no

[google-appengine] Re: Is Google App Engine Launcher being deprecated? Why??

2016-12-19 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Thank you for voicing your concerns. I can confirm that we are strongly moving towards having App Engine a component of the Cloud SDK but there are no public plans to deprecate the App Engine SDKs. If you wish to have multiple services running using dev_appserver.py, you can do so by by runnin

Re: [google-appengine] Re: Reading DBF records from blobstore object is VERY SLOW

2016-12-13 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
7;ve changed the app to read from a flat file instead of a DBF and am now > processing 100 insert/updates at a time vs MySQL. All good now. > > On Mon, Dec 12, 2016 at 2:30 PM, 'Nicholas (Google Cloud Support)' via > Google App Engine wrote: > >> Every call to Fetc

Re: [google-appengine] Re: Reading DBF records from blobstore object is VERY SLOW

2016-12-12 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
; > > > > On Wed, Dec 7, 2016 at 4:57 PM, 'Nicholas (Google Cloud Support)' via > Google App Engine wrote: > >> Hey Mike, >> >> I'm not familiar with dbfpy <https://pypi.python.org/pypi/dbfpy/2.3.1> >> or how it implements iteration

[google-appengine] Re: AssertionError: No api proxy found for service "search"

2016-12-08 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Baji, This seems like a report better suited for the App Engine public issue tracker . From the error message, it appears the application cannot find the service stub for the *search* service. When posting to the public issue tracker,

[google-appengine] Re: Reading DBF records from blobstore object is VERY SLOW

2016-12-07 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Mike, I'm not familiar with dbfpy or how it implements iteration but if no other point in your example consumes much time, it seems iterating through *dbf_in* might be the issue. As it implements __getitem__

[google-appengine] Re: how to run script on app engine?

2016-12-07 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
As you've already posted this question here and I've responded there, I will remove this duplicate post. Please use the other thread to continue this conversation. Thanks for understanding. Nicholas On Tuesday

[google-appengine] Re: How to run script on app engine?

2016-12-07 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Harsha! Welcome to the App Engine Google Group! I believe I understand your question but would need some additional information to provide some effective suggestions or solutions. - In what language do you wish to run this script? - You mention this script listens to a queue for new

[google-appengine] Re: How to add two NIC Card to a cloud instance

2016-12-01 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
As this is a duplicate post for this post , I will be deleting this one. Please continue to use the other post for future communications. Nicholas On Thursday, December 1, 2016 at 9:03:35 AM UTC-5, kartik iyer w

[google-appengine] Re: How to add two NIC to a single Cloud instance

2016-12-01 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hi kartik, Welcome to the App Engine Google group. Unless I'm mistaken, I believe your question may be better suited to the Compute Engine group . As such, I would strongly advise that you post there for some likely more helpful or targ

[google-appengine] Re: How to disable google cloud account to stop payments

2016-11-30 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
As far as I am aware, there's no way of canceling the free trial. You can however, disable all the APIs in your project to ensure nothing is billed and wait for the free trial to expire. This should effectively get the end result you seek about the trial by simply ignoring it. Regarding the b

[google-appengine] Re: how to create an endpoint api for image uploading with python

2016-11-29 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
If I understand your request correctly, you are looking to upload an image from an iOS device to the cloud using Google Cloud Endpoints. As far as I'm aware, Google Cloud Endpoints does not accept multipart/form-data encoding uploads so you would not be able to use such endpoints directly for u

[google-appengine] Re: During Contention, Entities are Returned None in NDB Transactions

2016-11-04 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Kaan, This is interesting indeed. It's not entirely clear from this description if this is expected behavior or an issue with the platform. As it is however, I believe this post would be better suited as a Defect Report on the App Engine public issue tracker

[google-appengine] Re: How to edit and deploy APP Engine source code Using Google Cloud Shell’s new code editor?

2016-11-03 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Welcome Dhandapani! Happy to hear you are programming and deploying to App Engine using exclusively web tools like Cloud Shell . If I understand your description correctly, you are starting an instance of Cloud Shell, editing code from there either via the comm

[google-appengine] Re: Error Response: [3] Docker image appengine.gcr.io/gcloud/project_id.version.time was either not found, or you do not have access to it.

2016-10-26 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Thanks for getting back to me. I'm glad to hear you were successful in the end by creating a new project, though not a most favorable solution. I'm afraid I don't have any new findings on the issue. Should this exception return, I would suggest filing a new defect report on the Google Cloud

[google-appengine] Re: No module named 'google'

2016-10-24 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hello Keith, As mentioned by Evan, you are indeed deployed your application to the App Engine flexible environment which generally does not include the App Engine libraries. The exception is as Evan mentioned the *python-compat* runtime which can be used with *vm: true* (to run in the flexible

[google-appengine] Re: Endpoints build issue GAE 1.9.44

2016-10-20 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Thanks for bringing this to our attention. I agree with Ludovic's suggestion to move back to* 1.9.42*. If you encounter any issues in doing so, feel free to share them here so we can help. As he also mentioned, this issue should be addressed in the next release. If when updating to an SDK ve

[google-appengine] Re: More than one google app engine application (microservice) in a project

2016-10-14 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hi Anirudh, Thanks for sharing your questions here! As your question is about running modules of different runtimes in the development environment, I would suggest that you post to a new thread for things like this in the future. Nevertheless, I'll respond in this one. As far as I'm aware, i

[google-appengine] Re: sms gateway integration

2016-10-14 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Rajesh, >From what I've seen, HTTP REST and email are the most common APIs available with many SMS gateway companies like BulkSMS or TextMagic . Their REST APIs however differ slight in terms of payl

[google-appengine] Re: Anyone else getting Status 500 returned randomly for requests on GAE?

2016-10-13 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey Kelly, Welcome and thanks for sharing your questions here with the community. Generally, when getting *4xx* and *5xx* responses from your App Engine application, I would suggest looking for related request logs in Stackdriver Logging

[google-appengine] Re: Advantages of Google Datastore Entity Groups

2016-10-07 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Thanks for providing more of a use case. You mention wanting to determine if 2 entity kinds belong in the same group. From your 3 requirements, it seems like there are several entity kinds: *account balance*, *bank*, *member*, *money transfer*. I am unclear on how entities of these kinds rel

[google-appengine] Re: google appengine online documentation appears to be down

2016-10-06 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
*CORRECTION*: This incident should have ended on *October 4*. On Tuesday, October 4, 2016 at 4:02:14 PM UTC-4, Carl Midson wrote: > > Hi, > > Please forgive me if this is the wrong place to report this... > > But it seems if some of the online documentation is currently offline and > failing wit

[google-appengine] Re: google appengine online documentation appears to be down

2016-10-06 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Hey there! Les is correct that was was an incident regarding some documentation-based pages. Though no longer indicated on the Google Cloud Status Dashboard , this incident should have ended as of 13:55 PDT, Wednesday, October 6. Should anyone be reliably get

[google-appengine] Re: Error Response: [3] Docker image appengine.gcr.io/gcloud/project_id.version.time was either not found, or you do not have access to it.

2016-09-29 Thread &#x27;Nicholas (Google Cloud Support)&#x27; via Google App Engine
Is any other developer for your project experiencing the same issue? Can you create a new project, run *gcloud init* with selected that new project ID and successfully deploy the same code to that project? If both of the above scenarios work as expected, I would strongly suggest filing a defec

  1   2   3   >