[google-appengine] Re: Problem Upgrading from 354.0.0

2022-06-01 Thread Michael Fawcett
Did you manage to solve this? Suffering the same issue on Windows 11 since updating components 'gcloud components update' On Friday, 19 November 2021 at 20:49:38 UTC ron...@gmail.com wrote: > When I have attempted to upgrade from version 354.0.0 to 364.0.0 or to > 365.0.00 on Windows 7 with

[google-appengine] Datastore in Remote Shell For Google App Engine (GAE) not working with zsh

2020-09-08 Thread Michael Selevan
I am trying to run a query within the remote shell of Google App Engine (GAE) Python standard, and I get an zsh abort when trying to query datastore from the shell. No errors printed to the terminal, but the python shell is terminated. Any thoughts on how I can debug this? App Engine

[google-appengine] Re: Problem creating VM instance

2020-03-31 Thread 'Michael T' via Google App Engine
. On Monday, March 30, 2020 at 9:50:49 AM UTC-4, Lucas Pietski wrote: > > Hello Michael > I understand what I could do, but as I said, the GPU needed, and a single > GPU zone available in my region would be 'southamerica-east1-c'. I am > waiting to resolve the issue. > segunda-fei

[google-appengine] Re: Problem creating VM instance

2020-03-30 Thread 'Michael T' via Google App Engine
Hi Lucas, Our goal is to make sure that there are available resources in all zones. This type of issue is rare. When a situation like this occurs, or is about to occur, our team is notified immediately and the issue is investigated. The error message you are getting is because there is a

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread 'Michael T' via Google App Engine
Thanks for your prompt answer, Henry! The team did try to reproduce the issue on their test environment, not on your project (which we're not allowed to make any changes/updates). Ty On Thursday, March 26, 2020 at 11:29:18 PM UTC-4, Henry Saldyga wrote: > > Hi Michael Targino, &

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread 'Michael Targino' via Google App Engine
Hi Henry, I also could locate the private thread you made reference to. Indeed the App Engine team couldn't reproduce this issue you're experiencing. But I can see a lot of communication issues on that thread by the person who was talking to you. More specifically he should've explained

[google-appengine] Re: Appspot or whatever Google Cloud Product is being used for phishing site https://storage.cloud.google.com/us8111nn1178n1.appspot.com/index.htm

2019-12-30 Thread Michael Jonathan Andres
Hello Michael, > > Thank you for reporting this incident. I have taken the necessary steps of > reporting the link to the appropriate team. An investigation will be opened > shortly and action will be taken accordingly. > > In the future, I advise you to please be wary when postin

[google-appengine] Headless chrome in App Engine (golang)?

2019-06-20 Thread Michael Leonard
Hi can anyone confirm whether it's possible to use *Headless Chrome* in *golang* in App Engine Standard? - More info: Currently I have a go server that talks to Headless Chrome via the debug-protocol api (the same api the puppeteer library in node.js uses). I'm

Re: [google-appengine] Practical difference from Cloud Run

2019-04-11 Thread Michael Liu
Also interested in what networking differences there are. For example, can cloud run services reach compute instances on the same default project network? We use cloud tasks to distribute/connect a lot of pipelines, doesn't seem to be listed as compatible w/ normal cloud run. (assuming

[google-appengine] GAE firewall + VPC firewall configuration

2019-02-27 Thread Michael Liu
Hello, Can someone chime in on the proper way to utilize network.instance_tag in app.yaml to make a specific app engine flex service private only to the VPC network and google services like cron, task queues, deployment etc? Outline below: 1. Leave everything to allow in app engine firewall

[google-appengine] Re: Disable weak cipher for Google Cloud App engine custom domain website

2018-05-21 Thread Michael
Hi Fady, We have a similar security requirement for our Java Google App Engine Standard site. Is it possible to disable that cipher for our custom domain? On Tuesday, April 3, 2018 at 4:15:05 PM UTC-5, Fady (Google Cloud Platform) wrote: > > As to update this community thread, working with

[google-appengine] Wordpress on App Engine - ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred during deployment.

2018-02-18 Thread Michael Fawcett
Following the steps to install Wordpress on App Engine Flexible environment, however, I'm running into an issue when deploying. It works fine in the local environment. Seem to have searched everywhere but just can't seem to find a solution. Any help greatly appreciated. 2018-02-17

[google-appengine] SMS broadcast receivers don’t’ work after phone restart

2018-01-14 Thread Michael Ginzburg
phone restart and before user unlock device (lock screen) both sms broadcast receivers don’t’ work Could you please advise!! Thanks you in advance Michael === in AndroidManifest.xml

[google-appengine] Re: i am being charge like hell on flex app engine for laravel 5.5

2017-11-13 Thread Michael Yeung
So how does one actually migrate an environment from Flexible to Standard? I do not see any documentation on how to achieve this. Any steps you can provide would be great. On Wednesday, November 1, 2017 at 2:30:34 AM UTC+8, Yannick (Cloud Platform Support) wrote: > > Your charges reflect the

[google-appengine] indexes over quota

2017-10-12 Thread Michael Kasan
;https://cloud.google.com/appengine/docs/quotas?hl=en_US> However, When i go to the quota page (both in IAM & admin and app engine) I do not see anything out of the ordinary. No over quota alerts. Please advise .... Thanks, Michael -- You received this message because you are subscribed

[google-appengine] SSL error when uploading in Google App Engine

2017-09-10 Thread Michael Kasan
Hi Everyone, When i try to upload a new certificate, I get a general error message (see attached screenshot) Needless to say that when i try later, the issue isnt solved Any Ideas? Thanks Michael -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] Re: Memcache problems (eu west)

2017-07-28 Thread Michael Steurer
Hi Linus, we have the same problem on a Go standard environment for two days now. It happens on some requests only but not all the time. We have bursts of a few hours, e.g. yesterday from 3pm to 9pm. Best Michael On Friday, July 28, 2017 at 9:28:19 AM UTC+2, Linus Larsen wrote: > >

[google-appengine] Re: Proble to get Google Play subscription info using Google Developers API

2017-07-11 Thread Michael Ginzburg
rror* grant_type=authorization_code code= client_id= client_secret= redirect_uri= int responseCode = conn.getResponseCode(); Please advice On Monday, 3 July 2017 11:35:43 UTC+3, Michael Ginzburg wrote: > > > Hi, we are trying to get Google Play subscription information connect

[google-appengine] Proble to get Google Play subscription info using Google Developers API

2017-07-03 Thread Michael Ginzburg
Hi, we are trying to get Google Play subscription information connected to one of our Android applications. The first step is authorizes and gets subscriptions json. Has anyone succeed to work with Google Play Developer API? Autorization? Subscriptions list? *Our main problem is “How to

[google-appengine] Re: Google Play Developer API connection issues

2017-07-03 Thread Michael Ginzburg
On Friday, 23 June 2017 16:17:20 UTC+3, Michael Ginzburg wrote: > > > *Hi, we are trying to get Google Play subscription information connected > to one of our Android applications. The first step is authorizes and gets > subscriptions json.* > > > > *Has anyone

[google-appengine] Re: Google Play Developer API connection issues

2017-07-03 Thread Michael Ginzburg
lue()),"UTF-8")); } byte[] postDataBytes = postData.toString().getBytes("UTF-8"); URL url = new URL("https://accounts.google.com/o/oauth2/token;); HttpURLConnection conn = (HttpURLConnection)url.openConnection(); conn.setDoOutput(true); conn.setUseCaches(false); conn.setRequ

[google-appengine] Google Play Developer API connection issues

2017-06-23 Thread Michael Ginzburg
*Hi, we are trying to get Google Play subscription information connected to one of our Android applications. The first step is authorizes and gets subscriptions json.* *Has anyone succeed to work with Google Play Developer API? Autorization? Subscriptions list?* *Below is our

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

2017-04-26 Thread Michael Amie
d give more specific info, although pretty much everything Tim has brought up so far in his posts seems to mirror what has confused me. Thanks, Michael -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group

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

2017-04-25 Thread Michael Amie
ous setups and HOWTOs in place for getting started with the bare minimum. Thanks, Michael On Tuesday, April 25, 2017 at 9:46:26 AM UTC-7, Justin Beckwith wrote: > > Hey folks, > Apologies for the confusion. Here's what's happening. > > *We are trying to move towards a single Cloud S

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

2017-04-25 Thread Michael Amie
th the One True New Way and it would be good if they tried running this new installer on a few Mac OS versions to see if it actually works. Thanks, Michael On Saturday, April 8, 2017 at 8:57:29 AM UTC-7, Tim Becker wrote: > > Sorry if I'm missing something obvious, but it seems that

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

2017-04-18 Thread Michael Joyner
Hi out there. We our building our product for Google Drive and I wanted to know if the Google Drive API automatically creates a App Folder like Dropbox does. I know some other Applications that I have like "draw.io" I can see that they create App Folders, or at least I think they do. I know

[google-appengine] App Engine seems to connect to Cloud SQL Instance but Application doesnt connect to DB

2017-03-22 Thread Michael Kahn
Hi guys, wordpress on App Engine Tailing my app engine logs it looks like the app connects to cloud sql no problem 2017-03-23 01:23:54 default[20170322t211153] 172.18.0.3 - - [23/Mar/2017:01:23:54 +] "GET /wp-admin/install.php HTTP/1.1" 500 4110 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X

Re: [google-appengine] Configuring app.yaml to use PHP (5.5) and Python (2.7) in the same project

2016-11-03 Thread Michael Dorfman
oud.google.com/appengine/docs/python/an-overview-of-app-engine > for an overview of App Engine (from a Python point of view) starting with > services (AKA modules). > > > Alex > > > On Tue, Nov 1, 2016 at 12:40 PM, Michael Dorfman <mdor...@gmail.com > > wrote: &

[google-appengine] Configuring app.yaml to use PHP (5.5) and Python (2.7) in the same project

2016-11-01 Thread Michael Dorfman
I have experience with configuring an app.yaml file for a php app, however I was hoping to add some python scripts into my app. What type of setup in the app.yaml file is required to do this? I know the runtime variable I want for python (python27) and php (php55), but I'm not sure if I can

[google-appengine] Re: Cached Requests

2016-10-31 Thread Michael Prentice
As far as we were able to find, this post and the bug report below are still the defacto and best documentation for GAE Edge Caching on the internet, 5 years later... If someone else has a more complete and up to date Docs link or blog post, please let me know. Michael Prentice GDG Space Coast

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-14 Thread Michael Johansson
nce it was working on my current platform. But it would be nice to be able to find a solution to this. //Michael On Thursday, October 13, 2016 at 11:48:45 PM UTC+2, Levi Baber wrote: > > I'm running into a similar issue. I think the only reason the example > worked for you on Linux is because

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-03 Thread Michael Johansson
as of now is not really working well in windows, or at least is a bit convoluted to get running. I did discuss the issue on the GIT repository issue tracker but didn't really get closer to a solution. I will post about this in the Earth Engine Developers group. //Best regards Michael On Friday

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-23 Thread Michael Johansson
might not work there as well. Best regards //Michael On Friday, September 23, 2016 at 1:49:02 AM UTC+2, Nick (Cloud Platform Support) wrote: > > Hey Michael, > > It appears you found an issue in the "trendy lights" demo. You should file > an issue on the github repo a

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-21 Thread Michael Johansson
'm way off here and the change is a pretty naive try to solve this... //Michael -- 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-ap

[google-appengine] AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-21 Thread Michael Johansson
1 runtime: python27 api_version: 1 threadsafe: true libraries: - name: jinja2 version: "2.6" - name: webapp2 version: "2.5.1" - name: pycrypto version: "2.6" handlers: - url: /static/ static_dir: static application_readable: true secure: always - url: /.* sc

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

2016-06-01 Thread Michael Nadel
Thanks Jon. Is there an issue for this on http://code.google.com? On Thursday, May 26, 2016 at 12:17:29 PM UTC-5, Jon Parrott wrote: > > Thanks everyone for reporting this. We've reproduced the issue and and fix > is incoming. It won't be in the next SDK release (38), but likely will be > in

Re: [google-appengine] Re: Datastore Admin stopped working

2016-05-03 Thread Michael Steurer
Thanks for your support Adam, I have posted the issue. Michael On Tuesday, May 3, 2016 at 12:06:26 AM UTC+2, Adam (Cloud Platform Support) wrote: > > I see this too. The Datastore Admin has a dependency on the old builtin > mapreduce library which can't be enabled anymore. It does

Re: [google-appengine] Re: Datastore Admin stopped working

2016-05-02 Thread Michael Steurer
uce/detail?mapreduce_id=$THIS_IS_MY_ID redirects back to the Datastore Admin. What are we missing? Cheers Michael On Saturday, April 30, 2016 at 8:57:47 PM UTC+2, Adam (Cloud Platform Support) wrote: > > Also, regarding the inconsistencies in the console > for 'ah-builtin-python

[google-appengine] Re: Datastore Admin stopped working

2016-04-29 Thread Michael Steurer
Adam, unfortunately the 'ah-builtin-python-bundle' is visible under 'Versions'. At least it was visible for me in the afternoon - now it disappeared again. I can provide you with a screenshot if you like. From my perspective this looks like a bug in Console. Cheers Michael On Wednesday

[google-appengine] Using the Channel API in a local development environment

2016-03-31 Thread Michael Coyne
It appears that the Google Cloud Client Library for Python does not support the Channel API: https://github.com/GoogleCloudPlatform/gcloud-python How does one use this service in a local development environment? -- You received this message because you are subscribed to the Google Groups

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

2016-03-30 Thread Michael Sander
e to use that unless you explicitly want to deal with >>> system-local time. >>> >>> On Wednesday, March 16, 2016 at 12:30:33 PM UTC-7, Nick (Cloud Platform >>> Support) wrote: >>>> >>>> Hey Michael, >>>> >>>

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

2016-03-19 Thread Michael Sander
I've seen this too, but I just started working on Managed VM. Has this been around for a while? It seems like a pretty major bug for it not to be fixed. Also, the workaround is totally nuts. Is this going to be fixed or is the hack our only recourse? On Thursday, March 10, 2016 at 6:54:04 PM

[google-appengine] Re: Old versions of Managed VMs

2016-03-13 Thread Michael Sander
Just ran into this issue today, and noticed that as of 3/9/2016 it was fixed. Time to do a "gcloud components update" On Monday, October 5, 2015 at 12:39:29 PM UTC-4, Michael Spainhower wrote: > > Ah, found the answer myself in the gcloud release notes at > https://dl.goo

[google-appengine] Re: MASM0001: Default configuration file [ jaxws-tubes-default.xml ] was not found - WEB Service

2016-01-27 Thread Michael Angelo Rayco (IRRI)
source of your choosing, what library >requires it? >- Please provide the code used in you doGet servlet method along with >all imports used within said method. > > > On Wednesday, January 27, 2016 at 6:45:28 AM UTC-5, Michael Angelo Rayco > (IRRI) wrote

[google-appengine] MASM0001: Default configuration file [ jaxws-tubes-default.xml ] was not found - WEB Service

2016-01-27 Thread Michael Angelo Rayco (IRRI)
Hi, I'm consuming a very simple web service which is getting the name of a person based on input ID. It works perfectly fine using tomcat. and now I'm thinking of deploying it in google app engine. and when i run my project i get this error. HTTP ERROR 500 Problem accessing /phonedirectory.

[google-appengine] Re: Taskqueue Failing with Error Code 123 Before 10 Minute deadline

2016-01-20 Thread Michael Sander
;> 123 >> <https://groups.google.com/forum/#!msg/google-appengine/ujF7fzOmEew/0HbZFIehAAAJ>' >> >> seems to describe similar errors, the scope of these errors and what >> systems are causing them is unclear in said thread so I would advise to >> continue her

[google-appengine] Re: Taskqueue Failing with Error Code 123 Before 10 Minute deadline

2016-01-20 Thread Michael Sander
e similar errors, the scope of these errors and what > systems are causing them is unclear in said thread so I would advise to > continue here going forward. > > On Tuesday, January 19, 2016 at 9:01:51 PM UTC-5, Michael Sander wrote: >> >> Hi All, >> >> Over th

[google-appengine] Re: Suddenly App Engine not Serving Anymore: Error code 123

2016-01-19 Thread Michael Sander
> On Wednesday, January 20, 2016 at 3:53:17 AM UTC+2, Michael Sander wrote: >> >> I've randomly started seeing these too. Did you do anything that worked? >> >> On Thursday, June 18, 2015 at 7:50:52 AM UTC-4, Kaan Soral wrote: >>> >>> I also see some outages

[google-appengine] Taskqueue Failing with Error Code 123 Before 10 Minute deadline

2016-01-19 Thread Michael Sander
Hi All, Over the past few days I've been getting a lot of Error Code 123 in my Taksqueue. I understand that this error is a deadline, but Taskqueues are supposed to live for 10 minutes, and I get this error far before that. It is difficult to debug because these requests have practically no

[google-appengine] Re: Suddenly App Engine not Serving Anymore: Error code 123

2016-01-19 Thread Michael Sander
I've randomly started seeing these too. Did you do anything that worked? On Thursday, June 18, 2015 at 7:50:52 AM UTC-4, Kaan Soral wrote: > > I also see some outages from my logs > > The worst part is that the SLA refunds are not automatic, I have too many > things on my plate and the SLA

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-13 Thread Michael David Pedersen
Ster, given that you also have problems, it does seem that there have been some breaking changes to email on the platform, beyond simple domain validation failure that I initially assumed. This SO post is related (see the comments):

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
. Cheers, Michael -- 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 post to this group, send email

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
o know how what has happened is possible. Any ideas? Thank you, Michael -- 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

[google-appengine] Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
anuary 9th, when this all worked fine, and now (there has been no deployments since December, and there has been no changes to the application configuration in the Google Cloud Console). This is obviously a major problem, and I would greatly appreciate some assistance on the matter ASAP. Thank yo

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
list. Thanks for your help Karolína. Cheers, Michael -- 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.co

Re: [google-appengine] 301 redirects - no compelling solution?

2015-12-31 Thread Michael Safyan
Have there been any updates since? I'm finding myself wanting to both do a scheme and domain redirect (force HTTPS, always include or always omit the "www." prefix for the canonical domain). Because of this lack, I'm finding myself duplicating the same "BaseHandler" over and over again, and

[google-appengine] Error - Not an app engine project

2015-12-22 Thread Michael Berkowitz
I've got a GAE project set up in Eclipse that I can deploy and run on a local app engine server. Now I'm trying to add cloud endpoints and when I choose to "Generate Cloud Endpoint Class" with one of my simple Java classes I immediately get the pop-up error "Not an app engine project". I do

[google-appengine] Re: Access to billing account and daily budget denied

2015-12-07 Thread Michael David Pedersen
describe, but I don't see a way to adjust the daily spend limit for a specific app. So if the app goes over quota, I don't currently see any way of fixing this from the new console. Anyway, as long as this functionality is accessible from the old dashboard (appengine.google.com) I'm OK. Cheers, M

[google-appengine] Access to billing account and daily budget denied

2015-12-04 Thread Michael David Pedersen
greyed out. Fortunately this is still working on the old dashboard (appengine.google.com), otherwise I'd be totally screwed. Is this a bug? Thanks, Michael -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this grou

[google-appengine] Re: Email quota increase request

2015-12-01 Thread Michael David Pedersen
Hello again - just an update to say that my quota request has now been approved. Better late than never! Michael -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails fro

[google-appengine] Re: Email quota increase request

2015-12-01 Thread Michael David Pedersen
warning of any sort and without mention in the docs. This would be infuriating and totally unacceptable, and would severely damage trust in the AppEngine platform as a whole. Cheers, Michael On Tuesday, December 1, 2015 at 12:07:47 AM UTC, Jay Kyburz wrote: > > Hey Michael, > > I'

[google-appengine] Re: Email quota increase request

2015-11-27 Thread Michael David Pedersen
Hi Adam, Thanks for getting back so quickly, I appreciate it. I look forward to the reply. Cheers, Michael -- 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, sen

[google-appengine] Email quota increase request

2015-11-26 Thread Michael David Pedersen
ication. I would greatly appreciate if somebody from Google could give me some visibility on when I can expect the quota increase request to be processed? I can send the app IDs in a private message if needed. Thanks in advance! Cheers, Michael -- You received this message because you are

[google-appengine] Re: Any got HHVM (Facebook's PHP engine) running on Managed VMs?

2015-10-28 Thread Michael Gane
I've tried to deploy one, but currently stuck at what to set as the custom-entrypoint for it, so would also be interested in any info anyone can share on this. On Monday, 5 October 2015 16:17:47 UTC+1, Alex Kerr wrote: > > Anyone got Facebook's HHVM PHP engine running on Google's App Engine >

[google-appengine] Re: Problem with Node.js Managed VMs deployment

2015-10-10 Thread Michael Spainhower
Have you run your image in a local docker container and logged into it to see whether it works correctly? If so, what did you find? If not, I highly recommend this approach. Also, have you tried running the app locally using the `gcloud` command?

[google-appengine] Re: Problem with Node.js Managed VMs deployment

2015-10-10 Thread Michael Spainhower
n Saturday, October 10, 2015 at 3:41:33 PM UTC-4, Alois Bělaška wrote: > > Hey Michael, > > I've started with a simple project that I am able to deploy to a new > project but I am not able to deploy to one old project. > > I can deploy for example go project to the old project withou

[google-appengine] Re: Old versions of Managed VMs

2015-10-04 Thread Michael Spainhower
Could anyone from Google comment on whether there is a plan to fix this issue? Versions that are not getting traffic really shouldn't have instances constantly running. Only using (and paying for) the resources that you really need and use is one of the key value props of Google Cloud and

[google-appengine] Failure to set daily budget

2015-09-23 Thread Michael Wong
/google-appengine/aSRCjOqzygI/ZEB0feGkMQAJ Thanks, Michael -- 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...@google

[google-appengine] Re: Old versions of Managed VMs

2015-09-16 Thread Michael Spainhower
I am using managed vms and also have the issue of non-default versions running residual instances. However, I do not experience the issue you have described where the instances remain even after deleting the non-default versions. Are you using a standard runtime or custom runtime

[google-appengine] Re: Python/Endpoints: Workaround for known Exception content-length issue?

2015-09-10 Thread Michael Spainhower
Nick (Cloud Platform > Support) wrote: >> >> Hey Michael, >> >> Thanks for bringing this up. We're currently working on getting this >> fixed. Is there any reason the patch suggested in the linked stackoverflow >> question won't help with your SDK for now? >>

[google-appengine] Python/Endpoints: Workaround for known Exception content-length issue?

2015-08-19 Thread Michael Spainhower
Has anyone found a good workaround (not patching the library) for the issue (https://code.google.com/p/googleappengine/issues/detail?id=10544) that prevents testing Exceptions raised in Endpoints handlers? If you are unfamiliar with the issue, when an Endpoints handler raises an Exception

Re: [google-appengine] Upcoming changes to App Engine support in the Google Cloud SDK

2015-08-13 Thread Michael Prentice
/ presentations that I give (similar to Elissa's experience below). I hate to be so negative, but the developer experience on the platform has been significantly painful over the last 2 years. Note that I am now also an AWS customer. Michael Prentice GDG Space Coast Google Cloud Developer

[google-appengine] Re: python: error when calling platform.platform()

2015-08-11 Thread Michael Spainhower
to look into ways for you to do it. Cheers! On Monday, August 10, 2015 at 8:51:13 PM UTC-4, Michael Spainhower wrote: I have a 3rd party library (Authy) that calls `platform.platform()` ( https://docs.python.org/2/library/platform.html#platform.platform). Unfortunately, when this function

[google-appengine] Re: Entities disappearing from index

2015-08-11 Thread Michael Edland
Hey Rodrigo, Did you find a solution for this? I'm having the same issue. Items in the composite index seem to randomly disappear. I see it was a while ago. There aren't many posts with this issue. Thanks. Mike On Wednesday, August 26, 2009 at 12:42:25 AM UTC-7, Rodrigo Moraes wrote:

[google-appengine] python: error when calling platform.platform()

2015-08-10 Thread Michael Spainhower
I have a 3rd party library (Authy) that calls `platform.platform()` (https://docs.python.org/2/library/platform.html#platform.platform). Unfortunately, when this function tries to get the libc version (assuming so, function is named libc_ver), it tries to open the file /usr/bin/python.

[google-appengine] Re: Managed VM and static IPs

2015-08-09 Thread Michael Prentice
do User-Managed, you lose all of the autoscaling and more right? Michael Prentice GDG Space Coast On Wednesday, June 10, 2015 at 3:15:13 PM UTC-4, Nick (Cloud Platform Support) wrote: Static IP addresses are a feature of Compute Engine instances, and you'll need to switch your Managed VM

[google-appengine] Re: Best (hosted) CI solution to use with GAE (Python)?

2015-08-04 Thread Michael Spainhower
Also, CodeShip has built in support for deploying to GAE. I have not used CodeShip myself. https://codeship.com/documentation/continuous-deployment/deployment-to-google-app-engine/ On Monday, August 3, 2015 at 6:29:41 AM UTC-4, Filip Nilsson wrote: Hi! Does anyone have experiences to

[google-appengine] Re: Best (hosted) CI solution to use with GAE (Python)?

2015-08-03 Thread Michael Spainhower
We use CircleCI and it is great for testing Python GAE apps. Here (https://gist.github.com/SpainTrain/28fe7da692f5b9bf3266) is a gist for our circle.yml, Makefile, .noserc, and requirements.txt as an example. We use vendoring

[google-appengine] Re: Have you had success with Traffic Splitting? How do you use it to roll out new versions?

2015-07-24 Thread Michael Spainhower
modules are now available via API: https://cloud.google.com/appengine/docs/admin-api/quickstart/#splitting_traffic On Friday, 24 July 2015 11:50:33 UTC-7, Michael Spainhower wrote: @David, I started following this thread because I have the exact same question and agree the lack of response

[google-appengine] Re: Have you had success with Traffic Splitting? How do you use it to roll out new versions?

2015-07-24 Thread Michael Spainhower
@David, I started following this thread because I have the exact same question and agree the lack of response is worrisome. We are in the Cloud Startup Program and I plan to ask about canary testing during my next engineering 1-on-1. I will reply to this thread with what I learn from their

[google-appengine] UrlFetch DeadlineExceededError

2015-07-20 Thread Michael Tom
urlfetch.Fetch() took too long to respond and was cancelled. Any help appreciated! Cheers, Michael Tom -- 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

Re: [google-appengine] Re: HTTP/2 Protocol Support

2015-07-20 Thread Michael Spainhower
Not sure if they have a limit on number of certs you can request, but https://www.startssl.com/?app=1 may be an options for you. On Saturday, March 21, 2015 at 3:03:57 PM UTC-4, Alexander Trakhimenok wrote: Not an option for us - we have too many domains linked to the app and costs for

[google-appengine] SSL Errors on App Engine, Please Help ASAP

2015-07-20 Thread Michael Sander
Hi, My entire App Engine site is down, and I think it's due to incorrectly configured SSL. My Google App Engine custom domain: https://www.docketalarm.com However, when I curl: curl -XGET https://www.docketalarm.com curl: (35) Unknown SSL protocol error in connection to

[google-appengine] Re: SSL Errors on App Engine, Please Help ASAP

2015-07-20 Thread Michael Sander
Okay, I did nothing, and now it's working. On Tuesday, July 21, 2015 at 12:29:13 AM UTC-4, Michael Sander wrote: Hi, My entire App Engine site is down, and I think it's due to incorrectly configured SSL. My Google App Engine custom domain: https://www.docketalarm.com However, when I

[google-appengine] Re: 503 errors uploading to GCS via blobstore API

2015-07-12 Thread Michael David Pedersen
I encountered this issue too, but Joe's suggestion to add the app to the GCS bucket's permissions resolved it for me. To be specific, I added a new User entity with name app...@appspot.gserviceaccount.com and with Owner access to the app_id.appspot.com bucket, via

Re: [google-appengine] how to set language in https://console.developers.google.com/project?

2015-07-07 Thread 'Michael Thomsen' via Google App Engine
The language options are accessible from the settings menu: Gear icon in the upper-right corner - preferences - regional formats Regards, Michael On Tue, Jul 7, 2015 at 6:57 AM, Barry Hunter barrybhun...@gmail.com wrote: You can set some languages with the hl param, so maybe https

[google-appengine] Re: Outgoing bandwidth is far higher than possible

2015-06-26 Thread Michael (Cloud Platform Support)
Hi there! There are a few reasons that your application may be experiencing higher than expected outgoing bandwidth. For more info on your requests, I highly recommend downloading your logs using the appcfg tool

[google-appengine] Re: How can I Serve SVG over SSL

2015-06-26 Thread Michael (Cloud Platform Support)
Hi Jesus, Thank you for getting back to me. I recommend adding the below to your app.yaml's handlers and trying it out then: handlers: - url: /(.*\.svg) static_files: static/\1 upload: static/(.*\.svg) mime_type: image/svg+xml This should resolve your issue. Cheers! On Sunday, June 21, 2015

[google-appengine] Re: creating a database instance independent of any project .

2015-06-25 Thread Michael (Cloud Platform Support)
Hi there! Unfortunately, you cannot currently create a CloudSQL instance separate from a project itself, though what you can do is create a new instance https://cloud.google.com/sql/docs/create-instance within one of those projects, name it testdb as you mentioned, and work from there (so long

[google-appengine] Re: Request was aborted after waiting too long to attempt to service your request

2015-06-25 Thread Michael (Cloud Platform Support)
Hey everyone, There are a few possible causes for this error message. Could you please private message me the app-ids for the projects currently experiencing this issue so I can investigate further? Cheers! On Tuesday, June 23, 2015 at 5:01:42 AM UTC-4, PK wrote: For the past few days I see

[google-appengine] Re: How can I Serve SVG over SSL

2015-06-24 Thread Michael (Cloud Platform Support)
Hi Jesus! There are a few possible reasons for your application not using the correct MIME type. I'd like you to send me the contents of your app.yaml file through private message so that I may better identify a possible cause for this behavior. Cheers! On Sunday, June 21, 2015 at 6:08:10

[google-appengine] Re: docker daemon leaking memory on Managed VM

2015-06-24 Thread Michael (Cloud Platform Support)
Hi Shantanu! This sort of issue would be best directed to the Public Issue Tracker for App Engine https://code.google.com/p/googleappengine/wiki/FilingIssues?tm=3. Once there, I highly recommend creating a Defect Report and describing your issue so that our engineering team can handle it as

[google-appengine] Re: Managed VM Network Setting

2015-06-23 Thread Michael (Cloud Platform Support)
Hi Jun! Thanks for bringing this to our attention. I have successfully reproduced the behavior, and it seems as though we are now restricted to only one forwarded port. I have created a new Issue in the App Engine Issue Tracker here

[google-appengine] Re: GAE using Python for frontend and Java for backend

2015-06-23 Thread Michael (Cloud Platform Support)
Hi Claes, If you just want to run both python and java at the same time on one project (assuming both are on App Engine), I recommend using Versions and Modules for both Java https://cloud.google.com/appengine/docs/java/modules/ and Python

Re: [google-appengine] Re: Process terminated because the request deadline was exceeded. (Error code 123)

2015-06-19 Thread Michael (Cloud Platform Support)
of the service. Cheers! On Wednesday, June 17, 2015 at 9:15:22 PM UTC-4, AntoineA wrote: Hi Michael, thanks for following up. How can I find out where our CloudSQL instances are located? Also, as we were down for over an hour today, do you have recommendations in the future on what we should do

[google-appengine] Re: Serving images

2015-06-19 Thread Michael (Cloud Platform Support)
Hi Mohamed! I am noticing multiple other threads on Google Groups related to this topic. As such, I recommend following the most recent one here https://groups.google.com/d/msg/gce-discussion/SalwWF2DQQ0/ormLHMkb7gcJ, and I will be closing this thread. Cheers! On Monday, June 15, 2015 at

[google-appengine] Re: Install PHP Google SDK on Centos6.5

2015-06-19 Thread Michael (Cloud Platform Support)
Hi Mohamed! I am noticing multiple other threads on Google Groups related to this topic. As such, I recommend following the most recent one here https://groups.google.com/d/msg/gce-discussion/SalwWF2DQQ0/ormLHMkb7gcJ, and I will be closing this thread. Cheers! On Saturday, June 13, 2015 at

[google-appengine] Re: [Python] NDB Update taking long time

2015-06-19 Thread Michael (Cloud Platform Support)
Hi Saturnino! If you mean you are experiencing a delay in Datastore consistency, I recommend including the flag --datastore_consistency_policy=consistent when deploying your application (within the Application Settings in the Google App Engine Launcher). Cheers! On Thursday, June 18, 2015 at

[google-appengine] Re: I lost the source code of my application from eclipse, I have deployed it on google app engine

2015-06-18 Thread Michael (Cloud Platform Support)
Hello! If you are the developer who uploaded the application, you can download the full compiled application/source code by running the appcfg tool with the download_app action. More runtime-specific information can be found in the following documentations: Here

[google-appengine] Re: Push Task Queue: Process terminated because the request deadline was exceeded during a loading request.

2015-06-17 Thread Michael (Cloud Platform Support)
Hi Mike! I was just checking in on this thread, are you still experiencing this issue? Does your application connect to CloudSQL instances in the us-central1 region? Cheers! On Tuesday, June 16, 2015 at 7:55:51 PM UTC-4, Clint Doriot wrote: I have a push task queue that, even with

  1   2   3   4   5   6   >