[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
(A link to instructions on how to record HAR files ) On Thursday, June 2, 2016 at 3:37:40 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Folks, > > If anybody can capture browser issues like this with a HAR recording and > report them

[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Folks, If anybody can capture browser issues like this with a HAR recording and report them to the Cloud Platform Public Issue Tracker we'll be much more able to look into the issue. I'm glad to hear it's been resolving temporarily for you, George. @Adam Sah, Does this issue still

[google-appengine] Re: Over quota error without being over quota

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Ivan, If you believe you've run into an issue on the platform, the best place to post is the Public Issue Tracker . As it stands, we'll be happy to look into your app regardless, but it's good to know the right forum for future posts,

[google-appengine] Re: Endpoint User Authentication

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Raunak, The documentation on cloud.google.com is the best place to go, and Firebase is definitely not necessary. If you want to work with the default authentication options you can read the sections under "Calling Cloud Endpoints from Clients

Re: [google-appengine] Re: Endpoint User Authentication

2016-06-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
n a User object > in the server-side is null. You cannot recreate a valid User object. > > > > On Fri, Jun 3, 2016 at 4:02 AM, 'Nick (Cloud Platform Support)' via Google > App Engine <google-appengine@googlegroups.com> wrote: > >> Hey Raunak, >> >> T

Re: [google-appengine] Re: project with python and node services: inconsistent data

2016-06-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Faried, As Tim H suggested, this is likely due to eventual consistency. Datastore has an eventual-consistency model of replication which allows it to be highly-available and scalable while making a slight trade-off on the ability to get the latest copy of entities at every given moment.

[google-appengine] Re: how do I delete an expired SSL certificate?

2016-06-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hristo, Glad to hear it's working. Best of luck in your future work! Cheers, Nick Cloud Platform Community Support On Tuesday, June 7, 2016 at 10:43:13 PM UTC-4, Hristo wrote: > > Hey Nick, > > Thanks for the quick response! > > Your first answer ended being the solution. I have other

[google-appengine] Re: how do I delete an expired SSL certificate?

2016-06-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hristo, In line with the message shown, is it possible that the certificate is added to other projects? Also, did you add the certificate initially, and are you able to see the domain it corresponds to in the "App Engine > Settings > Custom domains" screen? Cheers, Nick Cloud Platform

[google-appengine] Re: Is There bug of goapp command?

2016-06-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kazumin, Yes, this looks normal. Please be sure to follow the Public Issue Tracker thread for updates on this issue, and in the meantime, either continuing with your patched SDK or downloading and installing an earlier version of the SDK will work. Cheers, Nick Cloud Platform Community

[google-appengine] Re: how do I delete an expired SSL certificate?

2016-06-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hristo, Another thing which just came to mind - I think you may simply need to upload the new one, set it to being active, and then you'll be able to delete the other cert. Cheers, Nick Cloud Platform Community Support On Tuesday, June 7, 2016 at 1:52:35 PM UTC-4, Hristo wrote: > > My

[google-appengine] Re: NodeJs Deploy issue - 503 Server Error

2016-06-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Brennon, Just an update, with a question. You could attempt to look into the code itself to determine whether you might be spawning any background threads? It's not clear from our end where they originate, and it's likely to be within the structure of the node app. On Thursday, May 26,

[google-appengine] Re: NodeJs Deploy issue - 503 Server Error

2016-06-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
... although, if you're not able to find any examples of this in your code, it could very well be related to a known issue where background threads which ought to be invisible to users are showing up. At any rate, it appears your app is serving now, so you can safely ignore these for now, and

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
I've reproduced the issue you saw, although I've been attempting to determine its root cause. The standard logger (logging.getLogger()) seems to work properly for calls to debug(). My first intuition was that this might have to do with the way our system collects logs from the standard logger

Re: [google-appengine] Re: Endpoint User Authentication

2016-06-09 Thread 'Nick (Cloud Platform Support)' via Google App Engine
t; > On Wed, Jun 8, 2016 at 9:57 PM, 'Nick (Cloud Platform Support)' via Google > App Engine <google-appengine@googlegroups.com> wrote: > >> Hey Rajesh, >> >> Could you link some of those questions you've seen this on? I'm not sure >> I'm aware of any such limita

[google-appengine] Re: project with python and node services: inconsistent data

2016-06-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Faried, To access Datastore on Flexible Environment apps, you should use the gcloud library for python. In both NDB and gcloud, you can use a Datastore entity key to get an entity. As described in the documentation linked in my prior

[google-appengine] Re: Is There bug of goapp command?

2016-05-31 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kazumin, There's a Public Issue Tracker thread for the SDK patch that you had independently discovered which also has an analysis of its cause. We'll be working on evaluating this and will post updates to that thread, so

[google-appengine] Re: Batch querying the datastore (with Go)

2016-05-31 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey JohnGB, I believe that one KeysOnly query for each email is unavoidable. You could use a Mapreduce or Dataflow pipeline to coordinate the spawning of multiple parallel processes to run those

[google-appengine] Re: PHP script not flushing output to browser, in dev server?

2016-05-31 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alex, App Engine buffers output, as you observed, and waits for the response to complete before sending it. This is described in the documentation . You could look into using Compute Engine

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Matti, Could you upload the image again? It doesn't seem to be loading for me on my end. I tested whether debug logs would show up as [!!] in a simple python app, and they didn't, so either something in your app is transforming the django debug logs to error logs, or something else more

[google-appengine] Re: Is AppEngine compatible with the websocket in golang?

2016-05-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Nagai, The question is one which comes up often. While it's possible to use a Flexible Environment app which can listen and respond to connections on a TCP port of your choosing, there's also ongoing work

[google-appengine] Re: Check email usage quota via API?

2016-05-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alex, The only means is through self-tracking or checking the "App Engine > Quotas" section of the Developers' Console. You'll also be able to observe the Quota exceptions once you go over. It's recommended to switch to using Sendgrid since it has much fewer

[google-appengine] Re: NodeJs Deploy issue - 503 Server Error

2016-05-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Brennon, Generally, Stack Overflow is the better place to post specific issues, while this forum is intended for more high level discussion of the platform and services. Nonetheless I can provide some insight and support. I can see that the app is now serving more or less. There are some

[google-appengine] Re: Is There bug of goapp command?

2016-05-31 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kazumin, No problem about the translation, a lot of computing is a universal language (although for historical reasons most languages have an english basis), so I can understand the issue here. I hope this message is readable when translated to Japanese! One thing to mention before I

[google-appengine] Re: Application instance is still available after service deleted

2016-06-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Vlad, This forum is meant for high-level discussion of the platform and services, and a technical issue report like this should go in the Public Issue Tracker. When you post your issue report there, we'll quickly acknowledge it and begin work, as we monitor this form, various Public Issue

[google-appengine] Re: Application instance is still available after service deleted

2016-06-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Here's a link to the App Engine Public Issue Tracker . Feel free to send the link of your issue thread here and I can also make sure to take a look. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Google App Engine multiple regions

2016-06-20 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Yon, App Engine instances are scaled in zones within the region the application is created in . If you'd like to follow a pattern which others have made use of, you can deploy another project in the EU to handle traffic

[google-appengine] Re: Application instance is still available after service deleted

2016-06-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Great Vlad, we'll start work on the issue or as for more information once it's reported. Feel free to post the link here once you do! On Tuesday, June 21, 2016 at 4:34:37 PM UTC-4, Vlad Miller wrote: > > Hi Nick, > > Thank you, I will post to public issue tracker. > > On Tuesday, 21 June 2016

[google-appengine] Re: App engine project stuck serving 503s, "This app has no instances deployed"

2016-06-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
For issues like this, which are platform issues, you should post to the Public Issue Tracker , another forum designed for that purpose which we respond to actively. Include your project ID in the post, attach the label

[google-appengine] Re: Get request from logging for Google App Engine (flexible environment)

2016-06-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Lu, It appears that the Flex environment doesn't work the same way, and that os.environ["REQUEST_LOG_ID"] is not automatically populated by the runtime. You should open a Public Issue Tracker issue to get any potential defect reports

[google-appengine] Re: Appengine Search API is not return results for few strings

2016-06-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Nijin, This seems like a potential platform issue which would be good to report in the Public Issue Tracker for App Engine. I'm unaware of any reason the search should fail. We've already begun to look into this issue and will post a link to a Public Issue Tracker thread we'll create so

[google-appengine] Re: Appengine Search API is not return results for few strings

2016-06-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Nijin, You can follow this thread for updates. Cheers, Nick Cloud Platform Community Support On Thursday, June 23, 2016 at 8:08:37 AM UTC-4, Nijin Narayanan wrote: > > I'm having strange issue with Appengine Search API in

[google-appengine] Re: Comparison of various data stores (sql or nosql) with emphasis on scalability/benchmarks

2016-06-27 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Gitted, These are excellent questions. I'll do my best to answer you: There are numerous benchmarks performed by users and third-parties out there which can be found through Google searches. As far as I know, we don't host any benchmark data of our own. But that doesn't mean it's

[google-appengine] Re: images usage patterns

2016-06-27 Thread 'Nick (Cloud Platform Support)' via Google App Engine
As an extra point to add aside from the original question, Cloud Storage serving URLs are absolutely stable. You could also consider migrating the objects into Cloud Storage. On Thursday, June 23, 2016 at 10:10:48 PM UTC-4, Frank

[google-appengine] Re: images usage patterns

2016-06-27 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Frank, It appears the URLs are indeed going stale if 404's are served. Generally, the pattern is meant to be used to generate a serving URL on the fly. You could write up a quick request handler which receives a request for the image, uses its blobkey to generate a serving URL, then sends

[google-appengine] Re: Send email throught Gmail API Google App Engine

2016-06-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Link to doc on domain-wide delegation . On Friday, June 24, 2016 at 4:10:32 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Angel, > > This forum is meant for high level discussion of the platform and services >

[google-appengine] Re: Get request from logging for Google App Engine (flexible environment)

2016-06-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Lu, Be sure to post the issue link here once you've created it. I'll be happy to help work on the feature request! Sincerely, Nick Cloud Platform Community Support On Wednesday, June 22, 2016 at 5:21:10 PM UTC-4, Lu Rocky wrote: > > Hi I am immigrating an app from standard environment to

[google-appengine] Re: Send email throught Gmail API Google App Engine

2016-06-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Angel, This forum is meant for high level discussion of the platform and services rather than specific-issue technical support. A question like this should be posted to Stack Overflow , where we are also very active. You are likely to be in touch with a much

[google-appengine] Re: Cloud Storage ops price misreported on dashboard?

2016-02-12 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hi Simon, The documentation related to Daily Budget explains that it covers App Engine resources only, and is set in the App Engine section of the console. Cloud Storage is not coveed by this limit. Given that you have a case open,

[google-appengine] Re: Tasks failing silently with error 'Instance Unavailable'

2016-02-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Does the issue you're experiencing seem like it would be related to the behaviour described in the communication? Is the "instance unavailable" error possibly related to default/non-default modules? If you experience what you believe to be a platform issue, not the fault of your own code, you

[google-appengine] Re: New Cloud Console

2016-02-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Folks, Raj has done the best thing in this circumstance and that's to post to the Public Issue Tracker if you have a feature request to make. It's much more likely that your request will be acknowledged if you post to the correct

[google-appengine] Re: Suggestions - Want to develop a social network for martial artists website using java, mongodb, angularjs, bootstrap etc

2016-02-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Amit, MEAN (MongoDB ,Express.js , Angular.js , and Node.js ) is a full-stack web-development paradigm ("software bundle") which

[google-appengine] Re: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class.

2016-02-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
It appears that some code you are attempting to use (possibly in a library?) is attempting to access javax.servlet.FilterChain, which, as described, is disallowed by the GAE runtime environment. Could you share some more details about your project? On Tuesday, February 23, 2016 at 8:14:46 PM

Re: [google-appengine] Is the Search API on the chopping block?

2016-02-26 Thread 'Nick (Cloud Platform Support)' via Google App Engine
As can be read in other threads for other topics, our deprecation timeline will leave a healthy margin if such a deprecation were to occur. You can read about this in the Terms of Service . Searchable Document Indexes are quite popular and it's very unlikely

[google-appengine] Re: Scheduling Background Tasks

2016-02-26 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Mark, First, I'll just explain that this forum is probably not the best place to post (or repost) a Stack Overflow question (a specific-issue, technical-support oriented one-on-one request for aid). This forum is meant for more general discussion of the platform and services. Posting a

[google-appengine] Re: How to add backend function that gets triggered according to changes in the datastore?

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Since you control what is in your code, you can control whether all entity put / update events also then trigger any code you want to run. From such a high level description, there are many possible implementations. You could use any number of persistence layers for various languages which

[google-appengine] Re: java.net.SocketException: Permission denied: Attempt to access a blocked recipient without permission. (mapped-IPv4)

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hemanth, It will depend on what you are attempting to connect to. It appears that FrEaKmAn was connecting to a local database while developing (127.0.0.1) and then attempted to deploy but still deployed code which tried to reach "127.0.0.1" which fails in the production network for obvious

[google-appengine] Re: Task Queue Configuration Query

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
What do you mean by assigning names in the task queue, and what relation to domain names have to this? Are you depending on the exception catching in the local environment? On Monday, February 29, 2016 at 3:31:01 AM UTC-5, Anthony Shapley wrote: > > > Hi, > > I've been developing a reverse

[google-appengine] Re: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class.

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Using the same version of the SDK I'm unable to replicate this behaviour. Perhaps you should download a fresh copy of the SDK, in the chance that your version is somehow corrupted? I can't really think of much else at the moment. Can you try to run the same project using the dev_appserver.sh

[google-appengine] Re: Larger Server Instance - App Engine Python

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
You can control the machine specs at deployment-time in app.yaml , to specify the instance class . On Monday, February 29, 2016 at 7:14:46 PM

[google-appengine] Re: Asynchronous Deployment With Java AppEngine SDK

2016-02-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Andrew, You'll need to wait until the previous deployment completes. In most scripting languages, it would be a matter of explicitly making your calls *asynchronous* in order to even run into this 409 error. Are you perhaps using NodeJS, which is a somewhat asynchronous language often used

[google-appengine] Re: java.lang.IllegalArgumentException: operating on too many entity groups in a single transaction.

2016-02-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
According to the documentation on XG-Transactions , you should be able to operate on up to 25 entity groups in a cross-group transaction. It does mention that it will fail if another transaction running at

[google-appengine] Re: Using the bulkloader with Java App Engine

2016-02-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Andri, OpenID authentication has been deprecated. You'll need to use OAuth2 to authenticate. This Stack Overflow Q has a potential solution . In addition to this, however, the bulkloader feature

Re: [google-appengine] JacksonFactory problem

2016-02-16 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Benjamin, That would be a correct analysis, but I have the sneaking suspicion that OP is not using Maven, and thus has forgotten to include the relevant jar dependencies for the API client library. On Tuesday, February 16, 2016 at 12:01:35 PM UTC-5, Benjamin Com wrote: > > Hi Vinny, >

[google-appengine] Re: Performance of new gcloud-java API

2016-02-17 Thread 'Nick (Cloud Platform Support)' via Google App Engine
It's an interesting question. Obviously empirical testing is best, but one could investigate the source code to make an informed guess as to the efficiency. Really the native App Engine runtime API's benefit from using gRPC , rather than JSON, but I feel that the

[google-appengine] Re: Add the google sdk in my xcode project

2016-02-12 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey babaou100, Could you maybe go into some more detail about exactly what it is you're doing, what you'd like to do, and the technologies you're working with to attempt that? It seems I can't make sense of your current post. On Sunday, February 7, 2016 at 10:49:41 AM UTC-5, babaou100 wrote:

[google-appengine] Re: Managed VM with Go Runtime incoming bandwidth restricted to 22MB/min in Billing Enabled Project

2016-02-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Roy, The main issue which needs to be dealt with here is that of determining whether the data received rate is actually being limited based on quotas or based on the network performance of the resource in question. Part of this might include producing the data and methods of the benchmark

[google-appengine] Re: Cannot send mail

2016-03-01 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Petr, If you're experiencing an issue on the platform, you should post to the Public Issue Tracker and include a minimal application which can be used to reproduce the behaviour on our end. The example email you show is likely

[google-appengine] Re: Unable to deploy application.

2016-03-01 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Thanasis, This forum is meant for more general discussion of the platform and services, and so isn't really suitable to a posting like this, which should be either made to Stack Overflow or the Public Issue Tracker

[google-appengine] Re: another wrinkle with GAE/Python Managed VMs: timezone set to local deploy location, not UTC like in GAE

2016-03-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Adam, Glad to see you found a workaround, I was going to some lengths to verbally describe what you basically ended up doing. You should post a quick description of this issue to the Public Issue Tracker for App Engine and we'll be

[google-appengine] Re: New Log Viewer - Unusable

2016-03-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Rajesh, Thanks for taking the time to write your feedback. Unfortunately, this isn't the right place to make such a posting. If you have any concrete issues to report or feature requests to propose, feel free to open a thread in the Public Issue Tracker for the Cloud Platform

[google-appengine] Re: Cannot send mail

2016-03-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Mark, We continue to look into this issue. The best thing to do would be to create a Public Issue Tracker thread with your specific information so that we can have a focused and clear context in which to track your issue, which might be different or overlapping (we don't know from this

[google-appengine] Re: I cannot verify my domain name on Developers Console

2016-03-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Ian, This seems like it would be perfectly suited as a defect report at the Public Issue Tracker for the Cloud Platform . If you provide all relevant information, along with your project ID, the domain name, and a HAR recording

[google-appengine] Re: Make local appengine use remote datastore (Python)

2016-03-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Danny, I can't say that I'm 100% sure what's happening to cause this behaviour. Could you share some more logs, config files, and code? If possible, I'd like to try to observe this on my own system. If it represents an issue in the SDK or platform, rather than a user misconfiguration, this

[google-appengine] Re: Make local appengine use remote datastore (Python)

2016-03-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Danny, Thanks for your detailed analysis. I was proceeding with attempting to get the code into a reproducing example, and your latest post and deep reporting of the information has been a model of how to report an issue. While this thread is technically off-topic here and should be in the

[google-appengine] Re: App engiene change impacts my code ? Pls look into

2016-03-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Deepak, As mentioned in a great number of threads in this forum, if you encounter the need to post technical issues and support requests, these should be made at the Public Issue Tracker or StackOverflow

[google-appengine] Re: Datastore ancestor filters

2016-03-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Louise, The specific details required to diagnose this specific issue are not provided, so it's difficult to reason about the issue. And while I'm happy to assist, I feel I should take a moment to emphasize that this is a specific technical issue, and not so much a general discussion on

[google-appengine] Re: Using gdata with google app engine

2016-03-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kajal, If you encounter a specific technical issue such as this, the better place to post would be Stack Overflow . We monitor there, and there is a much larger community of people to help. This question is simply off topic for this forum here, which is meant more

[google-appengine] Re: Separate sets of system properties for production and development

2016-03-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Partha, A good question, but perhaps one that would best be asked on StackOverflow. This forum is meant for general discussion of the platform, not specific-issue technical support. Regardless, I'm happy to help with the beginnings of an answer: 1) You can detect whether you're in

[google-appengine] Re: Logger message pattern

2016-03-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Daniel, This specific-issue technical support question should be asked on Stack Overflow. We monitor our tags there quite well, and you should be put in touch with a much larger user-base of potential aides. This forum (Google Groups for App Engine) is intended for more high-level

Re: [google-appengine] New Cloud Console

2016-03-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Christian, I just noticed that case is still open. Feel free to respond to that case if you feel that anything you've brought up there remains unaddressed. For my part, I'm looking over the given Public Issue Tracker threads and looking into getting a communication out on those threads.

[google-appengine] Re: Whats best practice to separate environments for a Django App on Google App Engine?

2016-03-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
No worries Silvan, glad to be of help! And yes, Managed VMs are awesome. I wouldn't worry too much about them going away any time soon based on how much attention they're getting and how much the community is enjoying them! On Wednesday, March 16, 2016 at 4:22:05 AM UTC-4, Silvan Spross wrote:

[google-appengine] Re: Make local appengine use remote datastore (Python)

2016-03-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Here's the link to the thread , it should see replies shortly. Cheers! On Tuesday, March 15, 2016 at 8:29:38 PM UTC-4, Danny Tran wrote: > > Sure thing, and sorry about being off-topic. > > Please

[google-appengine] Re: see the logfile c:\program file(x86)\Google\google_appengine\launcher\googleappenginelauncher.exe.log' for details

2016-03-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Naveen, The message is telling you to look at the log file in that location on your own system. It will contain details of what went wrong. I suggest using Stack Overflow to search for other users who might have seen the same error once you manage to read the log

[google-appengine] Re: Geo information from Traces

2016-03-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Sandeep, Excellent question. I've just noticed this feature after checking at your advice. I'll report back to this thread with information, if possible, on how to replicate the same within your code. There are geolocation APIs and libraries out there, but I'll see if I can shed some light

Re: [google-appengine] Re: my git repo is empty

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Andrew, After attempting a cursory examination, we've determine we'll need more info to ensure we're looking at the right parts of the system. Can you attempt to clone the repository (gcloud beta source repos clone )

[google-appengine] Re: Deployment issues

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Mayank, I understand that you've been seeing an error for five hours every day, on and off for a few months. This is obviously a problem which is worth investigating, and I'm doing everything I can to make sure the issue is reported and dealt with in the most efficient, clear, and

Re: [google-appengine] Re: my git repo is empty

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
ot;gcloud.sh"'] > Cloning into '/Users/aa/dev/default'... > warning: You appear to have cloned an empty repository. > Checking connectivity... done. > Project [static-1064] repository [default] was cloned to > [/Users/aa/dev/default]. > INFO: Display format "def

[google-appengine] Re: Tardy? Porting to new platform version?

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Christian, Thanks for pointing that out. console.developers.google.com now points to the API sub-section, with console.cloud.google.com pointing to the main dashboard. Regards, Nick Cloud Platform Community Support On Tuesday, March 29, 2016 at 6:32:10 PM UTC-4, Christian F. Howes wrote:

[google-appengine] Re: Cloud SQL in App Engine Flexible Environment + Custom Docker

2016-04-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Is main a module you wrote? Why do you expect it should create an error? On Tuesday, April 5, 2016 at 7:01:14 PM UTC-4, Prashant V wrote: > > Thanks Nick. > > I deployed the application as is > > https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/managed_vms/cloudsql > > But

Re: [google-appengine] Re: Cloud SQL in App Engine Flexible Environment + Custom Docker

2016-04-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
e working correctly. The fact that it does error is the bug. > > On Thu, 7 Apr 2016, 12:39 PM 'Nick (Cloud Platform Support)' via Google > App Engine <google-appengine@googlegroups.com> wrote: > >> Is main a module you wrote? Why do you expect it should create an error? >> >

[google-appengine] Re: Clarifying projection query cost?

2016-04-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alex, As described in the other thread, the cost of maintaining indexes matters here, and there are other restrictions described in the documentation . I hope this helps clarify the

[google-appengine] Re: How many requests can GAE Datastore handle simultaneously?

2016-04-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey TH, I'm not sure what you mean by "install and load modules". Perhaps this docs page on libraries in python27 will help you with that question, although feel free to clarify if I missed your meaning. There shouldn't be any

[google-appengine] Re: New Datastore Pricing July 1st 2016

2016-04-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Marcel, While I can't authoritatively comment on why the price structure is the way it is, as a humble Community Support team member, I *can *attempt to provide some assistance if you'd like to discuss some issues related to this situation. I'm curious what it is about your app which has

[google-appengine] Re: Clarifying projection query cost?

2016-04-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hi Alex, I believe this old App Engine Groups thread answers your question adequately. Let me know if you have any questions after reading. Cheers, Nick Cloud Platform Community Support On Wednesday, April

[google-appengine] Re: Google App Engine instances stuck when using disable/enable from Settings

2016-04-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Su-Au, Just read the issue now, and I'm glad to hear you have a workaround. We'll be active on the issue thread shortly to investigate and add a tracking number. Thanks for your report! Nick Cloud Platform Community Support On Tuesday, April 5, 2016 at 1:08:07 AM UTC-4, Su-Au Hwang wrote:

[google-appengine] Re: Cloud SQL in App Engine Flexible Environment + Custom Docker

2016-04-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Prashant, Usually issues are reported in the Public Issue Tracker , rather than in Groups as here, but it turns out that the information you've provided is very close to adequate for a Public Issue Tracker report, and I can just go

[google-appengine] Re: To GAE team

2016-04-12 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Deepak, Since you've already posted in the appropriate forum for such an issue, there's nothing to be gained from cross-posting here. Please try to make sure that posts you make to this forum have original content which will offer an interesting discussion to other users, rather than just

[google-appengine] Re: Download and upload files to Google Drive using GO

2016-04-12 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Patrick, It seems likely that attempting to fetch the full contents of the file into memory (via the URL Fetch response body) is causing the instance to run out of memory. You could try to break the download / upload of the file into chunks if the remote server can handle chunked

Re: [google-appengine] Re: Cloud SQL in App Engine Flexible Environment + Custom Docker

2016-04-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
t it does error is the bug. > > On Thu, 7 Apr 2016, 12:39 PM 'Nick (Cloud Platform Support)' via Google > App Engine <google-appengine@googlegroups.com> wrote: > >> Is main a module you wrote? Why do you expect it should create an error? >> >> >> On Tue

[google-appengine] Re: New Cloud Console

2016-03-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey John, Feel free to file Feature Requests over at the Public Issue Tracker and we'll be more than happy to get started on tracking them! Best regards, Nick Cloud Platform Community Support On Friday, March 18, 2016 at 1:28:30 PM UTC-4, johnP wrote: > > > I suppose the 'constructive

[google-appengine] Re: New Cloud Console

2016-03-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kaan, The best way to track these requests is to give them each their own unique, trackable thread in the Public Issue Tracker. Your suggestions are excellent and I'd be sad to see them languish in a one-off comment in a long groups

[google-appengine] Re: Architecture question

2016-03-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Rajesh, Only somebody intimately familiar with both your code-base and the problems you want to solve, and the future directions you might want to move (adding functionality) could give an answer which is appropriately concrete. However I can give general advice in line with the general

[google-appengine] Re: Entity not appearing in Entities under console datastore

2016-03-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Richard, The best thing to do, if you've waited long enough that any kind of propagation couldn't be at issue, would be to capture a HAR recording of the issue and post to the Public Issue Tracker

[google-appengine] Re: Cannot send mail

2016-03-20 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey All, Thanks for your reports. We're noticing that there are more than a normal number of reporters on this issue and we're looking into it with a high priority. Feel free to post the specific details of your case in a self-contained comment on the thread linked above (now public again) and

Re: [google-appengine] Re: New Cloud Console

2016-03-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stefano, I believe I know what you're referring to - you used to be able to change the dispatch rules within the old console itself, no? Currently the established method to change dispatch rules is via deployment of the dispatch.yaml file

[google-appengine] Re: Reg: Tools on Google cloud platform that helps us to analytics

2016-03-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Seconding @troberti here, BigQuery is definitely a better match for logs storage and analysis. Datastore would have an advantage if you wanted to update records, but logs are immutable and write-once, so BigQuery, which doesn't support UPDATE queries, is the best match, also because it can

[google-appengine] Re: Reg: Tools on Google cloud platform that helps us to analytics

2016-03-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
You can also set up streaming of your logs directly into BigQuery. Just wanted to add that link in case you hadn't seen it, Manikanta. Cheers, Nick Cloud Platform

[google-appengine] Re: How can I load my Earth Engine script in App Engine?

2016-03-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Unesco, The documentation you linked says the following, I think you may have just missed it in all the details: The Earth Engine App Engine examples directory > on GitHub > contains a set of useful App Engine examples. See the

[google-appengine] Re: App Engine Security

2016-03-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Fendy, I'm unsure what specific aspect of the talks you're referring to, but in addition to the question of authentication libraries and systems, the statements may have been referring to the fact that when dealing with a managed platform within secured infrastructure, you face less

[google-appengine] Re: Cannot send mail

2016-03-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
This issue appears to have been resolved. If anybody is still experiencing the issue, feel free to post in the linked PIT thread and / or here and we can look into your specific case. Cheers! Nick Cloud Platform Community Support On Wednesday, March 16, 2016 at 12:42:24 PM UTC-4, Nick (Cloud

  1   2   3   4   5   6   >