[google-appengine] Re: Google App Engine Unstable

2021-12-10 Thread 'Adam Meyer' via Google App Engine
I'm experiencing issues with Google App Engine this morning too. Requests are spinning for 5+ mins, then the next request goes through fine. Please investigate. On Friday, December 10, 2021 at 2:00:25 PM UTC-5 Elliott (Cloud Platform Support) wrote: > Hello, > > I understand that you would l

Re: [google-appengine] App engine sub domain SSL not working

2021-09-16 Thread Adam Jack
rry I couldn't help. regards Adam On Thu, Sep 16, 2021 at 8:22 PM Adam Jack wrote: > I'm no expert, but I did find instructions on how to set it up [I forget > where] but I think you (at least) need to go here (after DNS is set up) and > see the "SSL security" >

Re: [google-appengine] App engine sub domain SSL not working

2021-09-16 Thread Adam Jack
naged, auto-renewing". regards Adam On Thu, Sep 16, 2021 at 8:46 AM Alexander Crosson wrote: > Hi, > > I'm trying to get my app to run on app engine with subdomains for the > frontend and backend services. I'm able to get my apps to run at their app > spot URL https:

Re: [google-appengine] gcloud deployment error

2020-12-01 Thread Adam Jack
It says; No space left on device ... has your project been growing for 7 years? regards, Adam On Tue, Dec 1, 2020 at 4:11 PM José Antonio Sánchez Ortiz < jasof...@gmail.com> wrote: > Hi, from six hours ago i´m getting: > > gcloud --quiet --project $PROJECT_ID_PRODUCTION a

Re: [google-appengine] Re: GAE Web app sending mail using SendGrid

2020-07-15 Thread Adam Jack
/java/config/appref Sorry if I am off base, it just looks similar to what I am doing (with Go.) regards, Adam On Wed, Jul 15, 2020 at 6:20 AM Alexis CAPGEMINI < alexis.capgem...@radiall.com> wrote: > Can you please explain how you did this ? > > I'm still stuck with an e

[google-appengine] Re: Migrating from Go on GAE to Go on GAE using Google App Engine Go library...

2020-07-01 Thread Adam Jack
ngine SDK (as a thing of the past) and go to Google Cloud APIs. regards Adam On Saturday, June 27, 2020 at 6:33:24 PM UTC-6 Adam Jack wrote: > Hello, > > I've been using GAE for a number of months running a go webapp (pretty > vanilla HTTP with a Gorilla MUX.) It has been worki

[google-appengine] Migrating from Go on GAE to Go on GAE using Google App Engine Go library...

2020-06-27 Thread Adam Jack
onally following an uncommon path. BTW: Separately, it seems that memcache works on standard but not flex (hopefully that is correct) which makes me think maybe memcache isn't a good solution for long term. Is it deprecated in favor of something else, or what? Thanks in advance for any sugge

[google-appengine] Re: (gcloud.app.deploy) INVALID_ARGUMENT: The following quotas were exceeded: IN_USE_ADDRESSES (quota: 4, used: 4 + needed: 2)

2020-05-06 Thread Adam Woloszyn
ervices. Hope this helps - Adam On Wednesday, May 6, 2020 at 10:46:04 AM UTC-7, Amit Singh wrote: > > Earlier I was unable to deploy project to GCP but today I'm getting stuck > with this* (gcloud.app.deploy) INVALID_ARGUMENT: The following quotas > were exceeded: IN_USE_ADDRESSES (qu

[google-appengine] Postgres connection string

2020-05-04 Thread Adam Woloszyn
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43" content-type: text/plain; charset=utf-8 date: Mon, 04 May 2020 16:02:14 GMT server: Kestrel status: 400 via: 1.1 google Thanks!Adam -- You receive

[google-appengine] Creating Cron Job With Kotlin's Ktor

2019-12-30 Thread Adam Hurwitz
/kotlin-samples/tree/master/functions>. It appears Kotlin + Cloud Functions' built-in implementation could be used with this approach. Much appreciated! Adam <https://www.linkedin.com/in/adamshurwitz/> -- You received this message because you are subscribed to the Google Grou

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

2019-08-21 Thread Adam Weaver
Hmmm I dont think it will ever resolve. -- 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+unsubscr...@googlegroups.com. To view this discuss

Re: [google-appengine] Re: 2nd Gen GAE Python 3.7 memory usage

2018-09-27 Thread Adam Lugowski
r requests, and see which request is causing a spike. As of now, it looks like I'm just supposed to guess if the issue lies in the app, the kernel, memory mappings, or other bits and pieces. On Thursday, September 20, 2018 at 4:44:46 PM UTC-7, Phillip Pearson wrote: > > Hi Adam,

[google-appengine] Re: 2nd Gen GAE Python 3.7 memory usage

2018-09-20 Thread Adam Lugowski
an F4. It does still crash an F2, with 270 MB usage. Locally it's still only 115MB. On Monday, September 17, 2018 at 1:25:55 PM UTC-7, Phillip Pearson wrote: > > Hi Adam, > > Here's a few ideas for diagnosis: > > 1. Can you try printing or logging repr(os.env

[google-appengine] Re: 2nd Gen GAE Python 3.7 memory usage

2018-09-17 Thread Adam Lugowski
Hi Rahul, I'm not manually configuring workers. Happy to learn of how to do that. My app.yaml is simple: runtime: python37 service : xyz inbound_services: - warmup instance_class: F4 handlers: On Sunday, September 16, 2018 at 6:59:38 AM UTC-7, rah...@google.com wrote: > >

[google-appengine] Re: Up-to-date pip with AppEngine Python 3.6 flex env?

2018-09-14 Thread Adam Lugowski
r 14, 2018 at 5:39:16 PM UTC-7, George (Cloud Platform Support) wrote: > > Hello Adam, > > Developers are aware of this feature request, and they are going to > evaluate its merit and decide on possible implementation. > -- You received this message because you are sub

[google-appengine] Re: 2nd Gen GAE Python 3.7 memory usage

2018-09-14 Thread Adam Lugowski
The only theory I have is informed by these log messages on startup: A [2018-09-14 19:28:38 +] [1] [INFO] Starting gunicorn 19.9.0 A [2018-09-14 19:28:38 +] [1] [INFO] Listening at: http://0.0.0.0:8080 (1) A [2018-09-14 19:28:38 +] [1] [INFO] Using worker: threads A [2018-09-14

[google-appengine] 2nd Gen GAE Python 3.7 memory usage

2018-09-14 Thread Adam Lugowski
I have an app that works well in the python37 runtime. However I keep running into memory usage problems. When I profiled my app running locally it uses about 115 MB and usage remains flat when processing requests. On the F1 instance I can understand that individual requests could bump over 128

[google-appengine] Up-to-date pip with AppEngine Python 3.6 flex env?

2018-09-14 Thread Adam Lugowski
I want to move an app from the Python 3.7 standard environment to the Python 3.6 flex environment. Python 3.7 comes with pip 18, Python 3.6 comes with pip 9. Pip 10 introduced a very useful feature, build dependencies. Many analytics packages need this to work, otherwise you have to install

[google-appengine] help with finding something that was in my virgin mobile phone cloud . m

2018-07-30 Thread Adam Weaver
my phone broke and i desperately need information that was on my cloud but I dont know how to find it can some one help me pls -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails

[google-appengine] Re: GAE / Datastore issues right now?

2018-02-15 Thread Adam Wilson
I have been experiencing App Engine and Datastore issues since 12:50 MST. Go runtime. On Thursday, February 15, 2018 at 1:07:48 PM UTC-7, Thanasis Delenikas wrote: > > Is anybody else experiencing issues with GAE (Java) in the last 10 minutes > or so? > > I see a ridiculous number of Concurrent

[google-appengine] Re: URGENT: is GAE Standard memcache down????

2017-11-06 Thread Adam Sah
confirmed - that code is returning False for me too. On Monday, November 6, 2017 at 1:00:44 PM UTC-8, bFlood wrote: > > agreed, memcache is down > > On Monday, November 6, 2017 at 3:56:52 PM UTC-5, PK wrote: >> >> This started returning False 15 minutes ago. My app is down because of >> it. >> >

[google-appengine] Re: renewed & installed SSL cert... but GAE still serving old one?

2017-09-13 Thread Adam Sah
Ssllabs.com is still reporting Valid from Tue, 11 Aug 2015 00:00:00 UTC Valid until Mon, 09 Oct 2017 23:59:59 UTC (expires in 26 days, 5 hours) Where are you seeing the new certificate? -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] renewed & installed SSL cert... but GAE still serving old one?

2017-09-13 Thread Adam Sah
cert.crt AddTrustExternalCARoot.crt COMODORSAAddTrustCA.crt COMODORSADomainValidationSecureServerCA.crt > concat.crt $ openssl verify -verbose -CAfile concat.crt concat.crt concat.crt: OK thanks! adam -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To uns

Re: [google-appengine] Maven plugins

2017-05-09 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
oject* creates a Maven-based project using the new > Maven App Engine plugins. This Maven project uses M2Eclipse and its > accompanying m2e-wtp bindings to integrate with Eclipse, which works very > well. > > So I believe Adam is recommending using Maven-based projects for importa

[google-appengine] Re: Google cloudstorage returns 404 Not Found when trying to delete from bucket (localhost)

2017-05-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
wrote: > > It works when I delete an image cloudstorage.delete(image). However, that > image is in the apps default bucket. > > > On Sunday, May 7, 2017 at 9:11:38 PM UTC+3, Adam (Cloud Platform Support) > wrote: >> >> Is this called from an App Engine standard app in

[google-appengine] Re: war size too large (exceeding 32M)

2017-05-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
choosing_an_archetype> . On Saturday, May 6, 2017 at 10:48:10 PM UTC-4, Kent Tong wrote: > > Thanks for the reply! > > On Sunday, May 7, 2017 at 4:31:25 AM UTC+8, Adam (Cloud Platform Support) > wrote: >> >> What is the specific name of the archetype you're using, and

Re: [google-appengine] Re: Maven plugins

2017-05-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
tainer app for that matter). It's not a limitation of App Engine or the plugins. On Sunday, May 7, 2017 at 9:01:22 AM UTC-4, Joshua Fox wrote: > > > > On Sat, May 6, 2017 at 11:08 PM, 'Adam (Cloud Platform Support)' via > Google App Engine wrote: > >>

[google-appengine] Re: Google cloudstorage returns 404 Not Found when trying to delete from bucket (localhost)

2017-05-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Is this called from an App Engine standard app in production? Are you authenticating using specific credentials or using the default application credentials? On Sunday, May 7, 2017 at 9:49:02 AM UTC-4, Richard Cheesmar wrote: > > I am trying to delete a file (video) from Google Cloud Storage via

[google-appengine] Re: war size too large (exceeding 32M)

2017-05-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
What is the specific name of the archetype you're using, and how are you building and deploying? No archetype I've tested from com.google.appengine.archetypes creates a WAR file anywhere near that size On Saturday, May 6, 2017 at 1:24:38 AM UTC-4, Kent Tong wrote: > > > Hi, > > Just the empty we

Re: [google-appengine] Re: Maven plugins

2017-05-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
1. If I want to debug my projects without using "remote debugging"? You need to use remote debugging to debug App Engine applications in Eclipse as the debugger must connect to the Jetty instance running on localhost. a. You don't need to use Google Cloud Tools for Eclipse as both maven plugi

[google-appengine] Re: Blobstore upload URLs fail intermittently

2017-05-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I'll take a look at the public issue and follow up there. On Saturday, May 6, 2017 at 1:11:17 AM UTC-4, Attila-Mihaly Balazs wrote: > > Hello all, > > One of our clients is reporting that the blobstore upload URLs created by > create_upload_url is failing intermittently with 500 (but retrying wor

[google-appengine] Re: Error code 204 returned from Google App Engine - PHP

2017-05-05 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
This generally signals an internal error. I'd advise opening a bug on the issue tracker and include your project ID so we can take a look at the app server logs. On Friday, May 5, 2017 at 12:22:52 AM UTC-4, Kelly Ingram wrote: > > Hi, > > I

Re: [google-appengine] Re: Maven plugins

2017-05-01 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
1, 2017 at 2:20:12 PM UTC-4, Les Vogel wrote: > > Actually, the Cloud SDK based tooling now uses dev_appserver v1, not > dev_appserver > v2 to run your GAE Standard Java apps. > > On Sun, Apr 30, 2017 at 10:23 PM, Joshua Fox wrote: > >> Thank you. That's useful. &

[google-appengine] Re: Maven plugins

2017-04-30 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
To answer your questions: - Is it recommended over the other one? It's actually recommended to use the App Engine standalone SDK based plugin for now, due to some issues with the development server in the Cloud SDK. See also the re

[google-appengine] Re: many "Process terminated because the request deadline was exceeded. . (Error code 123)" errors for my go app recently

2017-04-30 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Good to hear you found the problem. Based on the information given, the only thing a reader would be able to deduce is that your request was taking too long for some reason and went over the 60 second deadline

[google-appengine] Re: server not connect to aspmx.l.google.com 25

2017-04-30 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Further to the above, aspmx.l.google.com is an inbound mail relay for GSuite / Google Apps <https://support.google.com/a/answer/33915?hl=en>, so can only route mail to GSuite domain users or Gmail users. On Sunday, April 30, 2017 at 12:24:11 PM UTC-4, Adam (Cloud Platform Support)

[google-appengine] Re: server not connect to aspmx.l.google.com 25

2017-04-30 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Socket connections to most Google IPs are blocked from App Engine , which includes aspmx.l.google.com. However you can connect to smtp.gmail.com on port 465 or 587, which is the recommended way to send GSuite domain email from an ap

[google-appengine] Re: 503 error on deploy

2017-04-23 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
or test on a new project. On Saturday, April 22, 2017 at 3:15:56 PM UTC-4, Onno Eberhard wrote: > > Yes it is. > I've attached a log file. > > Am Samstag, 22. April 2017 19:48:16 UTC+2 schrieb Adam (Cloud Platform > Support): >> >> In the past this has been re

[google-appengine] Re: Flexible & Standard Appengine - Java

2017-04-23 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You can find a comprehensive list of changes in Migrating Services from the Standard Environment to the Flexible Environment. You'll need to migrate your app to use the public APIs instead of the standard environment APIs. The mo

[google-appengine] Re: 503 error on deploy

2017-04-22 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
In the past this has been related to issues on the App Engine side, but I'm not able to reproduce this currently. Is this a standard environment, Java 7 app? On Saturday, April 22, 2017 at 12:01:38 PM UTC-4, Onno Eberhard wrote: > > Hi, > > for a few days now, whenever I tried to deploy my appli

[google-appengine] Re: Google Drive API - Does the API automatically create a folder for our Application.

2017-04-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Yes it does, see Storing Application Data , as well as Authorizing requests with OAuth 2.0 for details on the scopes required to access application data in Drive. On Tu

[google-appengine] Re: App engine flex deployment fail

2017-04-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
24 PM UTC-4, Roy Lee wrote: > > Yup, I get the same error message :( > > On Sunday, April 16, 2017 at 9:39:56 AM UTC-7, Adam (Cloud Platform > Support) wrote: >> >> Does deployment still fail when deploying to a new version, rather than >> over an existing version?

[google-appengine] Re: in datastore, how can i write long text over 1500 byte

2017-04-16 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'll need to save the text as an unindexed property. To do this, you need to store the value explicitly as an array to specify excludeFromIndexes: true, eg. var entity = { key: datastore.key('Company'), data: [ { name: 'description', value: "Some long text greater than 1500 bytes ...", exclud

[google-appengine] Re: App engine flex deployment fail

2017-04-16 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Does deployment still fail when deploying to a new version, rather than over an existing version? On Sunday, April 16, 2017 at 12:06:30 PM UTC-4, Roy Lee wrote: > > > Hello, > > I'm trying to deploy a nodejs app to app engine flex env, but I'm > constantly getting the following message. > > ERRO

[google-appengine] Re: java.security.AccessControlException: Multithreading in App engine

2017-04-15 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Not all third-party libraries can be used with App Engine Java standard runtime, due to the limitations imposed by the sandbox . If the library will accept a ThreadFactory

[google-appengine] Re: Call to pubsub publish hangs

2017-04-15 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Is this still occurring? If so, please file an issue on the Issue Tracker if you can provide a way to reproduce the issue. On Saturday, April 15, 2017 at 12:23:24 AM UTC-4, Vinay Chitlangia wrote: > > All our calls to do a publish are hanging

[google-appengine] Re: ApiProxy$UnknownException

2017-04-15 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Usually 'Error code 204' relates to an issue in the appserver, so its possible it was caused by ApiProxy$UnknownException as it was thrown in package com.google.apphosting.runtime. If you still see these errors, you might try deploying to a new version. Otherwise you might want to report this

[google-appengine] Re: gcloud vs. goapp for GO appengine

2017-04-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
-go/sOg4eaEpst0/MqqC4FH4CAAJ> though). There's no clean way to run different Go versions in parallel (I use a symlink that switches between two different install roots) so it would be difficult to document (though that's not to say there isn't room for improving the d

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
new tech and writing > scripts to support it :-) > > Which development server should I use if I enable the endpoints management > functionality? Does the one in com.google.appengine work? > > ÞG > > On Friday, April 7, 2017 at 8:50:49 PM UTC, Adam (Cloud Platform Support) > wrote: >&g

[google-appengine] Re: devserver urlfetch and self-signed certificates...

2017-04-09 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
There is no escalation process for bugs. The best course of action is to star the issue for visibility. Note that while annoying, it is possible to work around this particular bug through monkey patching . On Sunday, April 9, 2017 at 9:48:06 AM UTC-4, Tim Becker wrote: > > > > After spending a

[google-appengine] Re: Python Toolkit

2017-04-09 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Personally my usage tends to cascade as Eclipse (PyDev) -> Pluma/Gedit -> Vim depending on where I am focused on at the moment. I use Eclipse because I also do a lot of stuff in Java, but I've been leaning towards Atom more for non-Java stuff. Plugins give

[google-appengine] Re: gcloud vs. goapp for GO appengine

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You can still keep the standalone SDK installed alongside gcloud and use the goapp workflow if you prefer. The 'goapp' installed by gcloud resides in a directory outside of the PATH on purpose so as not to conflict with the standalone SDK, and is meant to be invoked only by gcloud. The 'goroot'

[google-appengine] Re: The New version of App Engine?

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The lwip library is failing to build libpng, which it depends on. The error mentions "see the notes in pngpriv.h". If you check the comments in that source file they say this: # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \

[google-appengine] Re: My custom domain redirect user to https://applicationid.appspot.com when i enable ssl

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd want to troubleshoot one thing at a time. Forgetting the 'secure: always' redirect, what happens when you just try to access your domain via HTTPS directly after configuring SSL? If that doesn't work, there's a problem with your SSL config, not the redirect. Remember that you actually ne

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
: var winston = require('winston');var transport = require('@google-cloud/logging-winston'); winston.add(transport); winston.error('warp nacelles offline');winston.verbose('sheilds at 99%'); On Wednesday, April 5, 2017 at 3:32:00 AM UTC-4, Marco Galassi w

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You can still use Endpoints v2 tooling with the 'com.google.appengine' plugin as it is handled by endpoints-framework-tools and gcloud service-management. The only difference should be the version of the dev server you launch for local development. What specific issues with endpoints management

[google-appengine] Re: Is TOKENIZED_PREFIX supported in Appengine search?

2017-04-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
It looks like this is an issue specifically affecting the Java runtime. I'd recommend reporting this on the issue tracker so we can link it to the internal issue and provide updates. Other users may star the issue to receive updates as well

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
9 AM UTC-4, Marco Galassi wrote: > > Yes, but that basically is just the same as doing > console.log('stdout'); > console.error('stderr'); > > It would be nice to open an issue to ask google to implement it. Where > could I do this? > > Marco &g

[google-appengine] Re: Please give me my quick links back!

2017-04-02 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
We've linked this thread to the team currently working on the new UI as feedback. For additional visibility I'd also recommend posting a bug report to the Cloud Console Issue Tracker , where you can star the issue and reque

[google-appengine] Re: Google App Engine NodeJS log severity

2017-03-31 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I've also been unable to get winston-gae working. It hasn't been updated in over 2 years and is not an official Google library, so for now it seems it's in need of a maintainer. The standard winston logger does work, but only outputs to stdout and as such

[google-appengine] Re: Understanding java.util.ConcurrentModificationException: too much contention on these datastore entities. please try again.

2017-03-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Yes, actually you can ignore my post as I misread your original issue. On Tuesday, March 28, 2017 at 2:58:35 AM UTC-4, Louise Elmose Hedegaard wrote: > > Hi Adam, > > Why do you mention timeout - ConcurrentModificationException is not > related to timeouts is it? > > Than

[google-appengine] Re: Problems getting started with App Engine free trial

2017-03-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
d - would it be heretical to suggest that the verification mechanism is >> broken. >> >> On Monday, March 27, 2017 at 6:20:00 PM UTC+1, Adam (Cloud Platform >> Support) wrote: >>> >>> The page is labeled "Google Cloud Platform" because the free t

[google-appengine] Re: Error 403 with Android restricted Cloud Platform API key and Cloud Endpoints

2017-03-27 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Provided that you are using the Endpoints client library that you generated for Android , it's not necessary to manually add the headers yourself. You need to configure the client library to authenticate

[google-appengine] Re: Problems getting started with App Engine free trial

2017-03-27 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The page is labeled "Google Cloud Platform" because the free trial is for Google Cloud Platform , of which App Engine is just one part. Free trial verification requires either a credit card or bank account details

[google-appengine] Re: webapp2 pgoram!Client computers generate a large time_wait_connect!

2017-03-26 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I'm not sure why you'd want to do this, except maybe to hide the fact that your site does not have a valid SSL certificate. One cause of latency is the fact that you're buffering the entire response in App Engine before sending it along to the client, but really what you're doing is a hack and

[google-appengine] Re: https ssl redir program program?

2017-03-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Posting your entire uncommented code and asking the community to debug it for you isn't likely to result in much feedback. If you can narrow it down to a specific succinct question I'd recommend posting a question to Stack Overflow . It's a go

[google-appengine] Re: Understanding java.util.ConcurrentModificationException: too much contention on these datastore entities. please try again.

2017-03-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
A great article that explains this is 'Timeouts due to write contention ': *Writes to a single entity group are serialized by the App Engine > datastore, and thus there's a limit on how quic

[google-appengine] Re: Old versions still running (flexible environment)

2017-03-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Are you using manual scaling or automatic scaling in your app.yaml? If you're using manual scaling, App Engine will try to keep instances alive indefinitely until you manually shut them down. O

[google-appengine] Re: What whas wrong with these instances?

2017-03-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
If you can provide a method to reproduce this issue I'd advise posting to the issue tracker . There aren't any reported issues with sys.path or endpoints of a similar nature to what you're describing, and it's not likely much info can be gleaned fro

[google-appengine] Re: Have been using Firebase for 6months, completely unreliable, holding our prod system hostage

2017-03-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You might have better luck posting in the Firebase Google Group rather than on Google App Engine, as that is where Firebase support are active. On Friday, March 17, 2017 at 8:43:42 AM UTC-4, Shubham Maheshwari wrote: > > The following was w

[google-appengine] Re: appengine TimeZone changed

2017-03-13 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; GMT+00:00 in the ServletContextLIstener. Servlet is showing different > timezone in development server. > > On Wednesday, March 8, 2017 at 12:59:54 AM UTC+5:30, Adam (Cloud Platform > Support) wrote: >> >> The development server time zone also defaults to UTC, so the solution is

[google-appengine] Re: How to configure IP and Port in App engine Java Environment, And How to Receive Data on that Port in GAE Application.

2017-03-11 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
This question suggests you're just starting out, so I'd advise before trying to build anything to first familiarize yourself with the documentation to understand how App Engine works. App Engine does not have a single instance

[google-appengine] Re: HTTP Cloud load Balancer 502 intermittent responses , doesn’t let request reach our backend services

2017-03-11 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I've posted a response to the public issue you filed at https://issuetracker.google.com/36144028, please feel free to direct any replies there. On Friday, March 10, 2017 at 8:00:37 AM UTC-5, Jorge Barrachina wrote: > > Description of the problem : > > HTTP Cloud load Balancer 502 intermittent re

[google-appengine] Re: Is cron.yaml supported with custom runtimes?

2017-03-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; > Ah thats what I needed - that works now. Thanks. Feels like the > custom/flex VM documentation could do with being fleshed out a bit? > > On Tuesday, 7 March 2017 23:47:15 UTC, Adam (Cloud Platform Support) wrote: >> >> I've tested this on an openjdk test app and i

[google-appengine] Re: Is cron.yaml supported with custom runtimes?

2017-03-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; definition in your cron.yaml. On Monday, March 6, 2017 at 5:44:08 PM UTC-5, Adam (Cloud Platform Support) wrote: > > The docs > <https://cloud.google.com/appengine/docs/flexible/java/dev-java-only> do > suggest that cron.yaml should work on the OpenJDK runtime. I'll inve

[google-appengine] Re: appengine TimeZone changed

2017-03-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
hat about in development server? Can we change the app-engine time zone >>> in development server? Because we want to test date behavior for different >>> time zones and we are facing the difficulties in testing the different time >>> zone dates. >>> >>&g

[google-appengine] Re: Datastore queries are unpredictably slow when a limit is applied

2017-03-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Datastore query times are not guaranteed to be consistent, as Datastore is a shared, distributed service. Since you're performing 4 equality filters this can add to the variation. The question of how to optimize for speed is a bit broad and depends on your data model. With that being said I can

[google-appengine] Re: Is cron.yaml supported with custom runtimes?

2017-03-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The docs do suggest that cron.yaml should work on the OpenJDK runtime. I'll investigate this more and update the thread once I've finished testing. On Sunday, March 5, 2017 at 4:03:23 AM UTC-5, Ben Rometsch wrote: > > Hmm I

[google-appengine] Re: Datastore String length limit of 1,500 bytes when using JDO

2017-03-05 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
There's no special JDO extension for Datastore that will automatically treat a String as Text, unfortunately. Even if there was, setting 'unindexed' for a String property wouldn't be a big enough hint to treat it as Text, because there's still a difference in Datastore between an unindexed Stri

[google-appengine] Re: Datastore queries are unpredictably slow when a limit is applied

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Can you let us know what language runtime you're using, preferably with a sample of code which shows your query and fetch options? On Saturday, March 4, 2017 at 12:01:57 PM UTC-5, Arjunkumar Udainath wrote: > > I have an app that's sort of like a to-do application. Any given user > would have "T

Re: [google-appengine] Is cron.yaml supported with custom runtimes?

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Are you using a base image in your Dockerfile that is an App Engine runtime? If you use a non-App Engine base image, the App Engine Cron Service will not be available. On Saturday, March 4, 2017 at 2:55:11 PM UTC-5, Ben Rometsch wrote: > > Its a Java/Docker/FlexVM app not a standard Python appen

[google-appengine] Re: appengine TimeZone changed

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The timezone in App Engine is always set to UTC and cannot be changed. You'll need to convert between UTC and the timezone you wish to use. You can refer to one of the numerous existing threads on the subject for more background. On Frid

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Glad to hear you got it working. Regarding my last response, it's not an issue in that its a bug that needs to be fixed, I meant that it's an issue that people encounter when doing resumable uploads with the JSON API. The behavior is mentioned in the callout in the CORS documentation

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-02-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Have a look at this Stack Overflow answer for more details. This is an issue specific to the JSON API. In your case, does the 'Origin: ' header differ from the initial POS

[google-appengine] Re: from .appspot.com to .appspot-preview.com

2017-02-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
quot; on a temporary basis. On Monday, February 20, 2017 at 1:20:47 PM UTC-5, Zip Zit wrote: > > Adam. that word "preview" makes me very nervous. It implies that there > are limited services, or that the object viewed is not production ready, or > the object viewed in thi

[google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The current appengine-maven-plugin version is 1.2.0 , not 1.1.0-beta1. Do you still experience the same issue on that version? On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote: > > After updating to the new a

[google-appengine] Re: Help troubleshooting running under the development server

2017-02-26 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
We've seen this error occasionally but reproducing it has been hit or miss. I'd advise filing an issue on the googleappengine issue tracker and uploading a sample app which exhibits the problem. If you provide a link to the issue I will pi

[google-appengine] Re: Error When trying to retreive access token from 'https://www.googleapis.com/auth/cloud-platform'

2017-02-26 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Apologies for the frustration. We're aware that docs are a pain point for developers and are always working on improving them. Be assured we're monitoring threads like these and making note of feedback for future iterations of our documentation. Having more recipe style solutions is something I

[google-appengine] Re: Switching from Backends to Modules

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
In your case to deploy the 'reporting' service you would use: appcfg.py update reporting.yaml You can list any number of .yaml files for services to deploy after 'appcfg.py update'. The usage is given in the documentation under *Deploying multiple service applications*

[google-appengine] Re: Datastore connection problem

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd want to ensure that you are correctly setting the emulator environment variables with $(gcloud beta emulators datastore env-init) after starting it according to the docs , however even when I do that the bookshelf sample ap

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
To answer your other questions: 1) Does that mean the JSON API will be deprecated at some point? The documentation mentions using the Google Cloud Storage Client libraries, which themselves use the JSON API, so no. 2) Why there is not an equivalent to the CloudStorageTools file upload for other

Re: [google-appengine] Re: App Engine Flex Environment custom domain forwarded to appspot-preview.com

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You can use 'Reply privately to author' from the dropdown to send a private message from the thread. On Wednesday, February 22, 2017 at 9:23:53 AM UTC-5, Nickolas Daskalou wrote: > > Adam what is your private email address so I can PM you our app details? > > > On

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

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
ehavior as no guarantee is made that the mail handler will always be hit immediately when an inbound message is received. On Friday, February 24, 2017 at 2:45:11 AM UTC-5, Nickolas Daskalou wrote: > > Adam how do we get your private email address? > > Google Groups is masking it. >

[google-appengine] Re: App Engine Flex Environment custom domain forwarded to appspot-preview.com

2017-02-21 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
A change was made that caused some App Engine Flexible apps to redirect to appspot-preview.com. If you're affected please sent me a private message with your project ID and I'll look into it. On Tuesday, February 21, 2017 at 1:40:52 AM UTC-5, seongjoo wrote: > > My app setup a custom domain on

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-02-20 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The simplest upload option is the POST object call to the XML API , which accepts form data and allows you to upload a file without any JavaScript using just a tag with the 'action=' attribute set to the Cloud Storage API Endpoint, eg.

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

2017-02-19 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Feel free to send me a private message with your project id and I can take a look. On Friday, February 17, 2017 at 5:50:30 PM UTC-5, Will Reiher wrote: > > Alex, > > My issue is still not fully resolved today - I've had a couple instances > today of delayed delivery. > It's not related to the A

[google-appengine] Re: Google Play Service Cloud Saving - Reading data

2017-02-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd probably want to ask this on the Google Play Help Forum , as Cloud Saving is not part of Google App Engine. On Friday, February 17, 2017 at 7:51:48 PM UTC-5, Joe Man wrote: > > > I implemented GPS Cloud Save to my game, I was wondering i

[google-appengine] Re: Google Play Service Cloud Saving - Reading data

2017-02-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd probably want to ask this on the Google Play Help Forum , as Cloud Saving is not a part of Google App Engine. On Friday, February 17, 2017 at 7:51:48 PM UTC-5, Joe Man wrote: > > > I implemented GPS Cloud Save to my game, I was wondering

[google-appengine] Re: from .appspot.com to .appspot-preview.com

2017-02-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
A change was made causing some App Engine Flexible apps to redirect to appspot-preview.com. If you have any client applications that point to the old domain, you'll need to update them to use the new URL. On Saturday, February 18, 2017 at 4:15:10 AM UTC-5, Kriti das wrote: > > My project was hav

[google-appengine] Re: URLFetchServiceStreamHandler$Connection cannot be cast to HttpsURLConnection

2017-02-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; implementation of that library wouldn't be an issue with the other stack. > For example moving from Servlet based API to Google Endpoints or moving > from App Engine to VM or Container? > BTW: I tried to edit the library code and update their usage > > On Wednesday, Febru

  1   2   3   4   5   6   7   >