[google-appengine] rights of end-users data when storing it in GAEs datastore

2010-10-30 Thread DIEGO -
Hello. I am planning to develop some end-user services taking advantage of GAE's service. I have red GAEs terms very carefully and i am a little bit confused. I need you to clarity. Could you ? http://code.google.com/intl/en/appengine/terms.html (sunday oct/31/2010) section 8 [...] By submitt

[google-appengine] Re: Task Queues not running

2013-06-04 Thread Diego
Mines either. On Tuesday, June 4, 2013 3:35:41 PM UTC-3, Scott wrote: > > My application isn't running tasks in the task queue right now. It hasn't > been for four hours. I get errors on the dashboard when I try to view > specific queues (sometimes) or when I try to manually run a task (all the

[google-appengine] point domain to my app

2013-08-12 Thread diego .
hello there. im using a custom domain in my GAE app www.mysuperapp.com --> mysuperapp.appspot.com (this is working i created a CNAME and point it to ghs..) but i also want to give my customers the possibility to use their custom domains and or a subdomain in my application eg: customer.mysuper

[google-appengine] Organizing webapp2 application

2013-08-28 Thread diego
fig = CONFIG, debug = CONFIG['debug']) Should I put the routes in the same file? Because all the handlers extends the BaseHandler i´m not sure if that is the right way to do that. Also I´m importing webapp2 and extras twice. thx for the advice diego -- You received this message becaus

[google-appengine] Organizing webapp2 application

2013-09-14 Thread diego
Im trying to find the right way to organize my webapp2 application. This is the file structure: /my-app app.yaml main.app /views index.html /handlers __init__.py base.py home.py handlers/base.py import webapp2from webapp2_extras import jinja2 class

[google-appengine] Connect to GMail using JavaMail

2014-05-16 Thread diego
Hello, I want to connect to GMail using JavaMail 1.5.2. I have two kind of clients: for one hand, there're clients who use OAuth 2.0 2-legged (service account) and they connect to GMail and they can get the messages fine. For another hand, there're

[google-appengine] Move app to another Google Account

2008-10-24 Thread Diego
Hi all, I was wondering if it was possible to move a Gogle App Engine application from one Google Account to another? Cheers, Diego --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" grou

[google-appengine] Re: Move app to another Google Account

2008-10-31 Thread Diego
Thank you all for your responses. What you suggested worked. I invited the other developer on another Google Account. Then on that new developer's Google Account I deleted the original creator of the application. That worked. Thanks again. On Oct 24, 8:17 pm, Diego <[EMAIL PROTECTED

[google-appengine] Google App Engine bloggers?

2008-11-07 Thread Diego
I was wondering if anyone had some good recommendations of good and interesting bloggers that covered Google App Engine? Cheers! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to t

[google-appengine] Re: Google App Engine bloggers?

2008-11-07 Thread Diego
Thanks for the responses. I will check them out. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from th

[google-appengine] Download a copy of my application's source code.

2009-01-03 Thread Diego
Unfortunately (for me) my hard drive crashed and I did not have a backup of my application's source. Is it possible to get a copy of the files from GAE? Thank you. Cheers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[google-appengine] Re: Download a copy of my application's source code.

2009-01-03 Thread Diego
Thanks for the reply, David. Yep, my mistake. It was a tiny app, but still could have avoided re- writing it. On Jan 4, 1:15 pm, "David Symonds" wrote: > On Sun, Jan 4, 2009 at 12:45 PM, Diego wrote: > > Unfortunately (for me) my hard drive crashed and I did not have

[google-appengine] Re: automated deployment

2011-11-18 Thread Diego Fejgelis
Never used Jenkins, but you need to specify the --passin parameter to the appcfg. Example of my alias: alias gae_upload='appcfg.py --passin -e m...@mydomain.com update ${PROJ_FOLDER} < ${PASS_FILE}' The con is that you need to have your password on a plain file. :( Diego --

[google-appengine] Hidden usage of frontend instance hours

2022-04-26 Thread Diego C.
Hello. I have a single service running on App Engine. It's a very-low-traffic website, so I've set it to always have 1 instance running, to avoid lengthy cold starts when someone does visit. It's been running with no problems for a couple of years or so. It always stayed within the free tier. I

Re: [google-appengine] Re: Hidden usage of frontend instance hours

2022-04-26 Thread Diego Crapper
Hello, Ernesto. Thank you for your reply. If I remember correctly, setting min_instances = 1 and max_instances = 1 created problems when I tried it. I assume it's a problem when Google needs to move the app to a different server, update the underlying software and such. Regardless, I haven't mad

[google-appengine] Datastore admin not working and effective ways to delete / manage bulk data

2012-01-30 Thread Diego Piccolo
icated to run a query that could delete help me to purge some of my kinds. Do you guys have any advice on how could i could do it easily? Thanks in advance, Diego Piccolo. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to

Re: [google-appengine] Datastore admin not working and effective ways to delete / manage bulk data

2012-01-31 Thread Diego Piccolo
Hey Robert.. it would be pretty much like this : "delete * from kind" or even using a dummy clause like "delete * from kind where __key__ > 5" Does that make sense? Thanks! Diego Piccolo. 2012/1/31 Robert Kluin > Hi Diego, > Could you clarify what you'r

[google-appengine] Renaming GAE application due to high replication migration

2012-07-12 Thread Diego Piccolo
Is it possible to perform a request to migrate this app and keep the original appId / name? ps: we've searched the web and docs but even if we delete and try to recreate a new one it says that the original name can't be used afterwards. Thanks, Diego Piccolo -- You received this message

[google-appengine] Problem update java 7

2013-11-13 Thread Diego González
Hi, I recently upgraded to java 7 using netbeans and https://code.google.com/p/nb-gaelyk-plugin/ plugin. When attempting to run I get the following error: Severe: Unable to instrument sistemaconsultorios.modelo.Administrador. Security restrictions may not be Entirely emulated. [java] ja

Re: [google-appengine] Can I run an AppEngine app with mixed Java and Go runtimes?

2014-05-05 Thread Diego Duclos
Wouldn't having a module in java and the other in go be a much better option then hacking this with versions ? This really isn't the intended usage of versions On Sat, May 3, 2014 at 7:21 AM, Vinny P wrote: > On Thu, May 1, 2014 at 1:32 PM, Ronoaldo Pereira > wrote: > > I'm porting the front-

Re: [google-appengine] Modules vs Multiple Scripts?

2014-05-05 Thread Diego Duclos
Also important: each module is allowed to scale up / down seperatly, which means you can configure the more important things to scale faster while allowing slower scaling (and thus lower costs) on less important modules On Tue, May 6, 2014 at 5:37 AM, Vinny P wrote: > > On Tue, Apr 29, 2014 at

Re: [google-appengine] Why is appengine so slow communicating with CloudSQL?

2014-05-09 Thread Diego Duclos
This might be me, but I can't see any attachment ? On Thu, Apr 24, 2014 at 5:46 PM, Myles Bostwick wrote: > Hi All, > > I hope this is the right place for this question. > > I am seeing some drastic differences in speed between development and > production on a service call that goes to a Cloud

Re: [google-appengine] Re: too many appengine frontend instances

2014-05-09 Thread Diego Duclos
The following was posted on the forums: https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/VmH7s-Eeyso On Fri, May 9, 2014 at 5:14 PM, Keith Mukai wrote: > Same problem here. Crazy instance numbers since about 4hrs ago. Normally > 3-5 instances and then it grew to 60+. Dead

[google-appengine] Why are cloud endpoints so slow ?

2014-05-24 Thread Diego Duclos
I've done some (non extensive) tests on google appengine, and my response times vary from anywhere between 100ms and 5000ms when directly sending http requests to a cloud endpoints. Regardless of the actual response time, the google cloud console always shows a processing time of around 50ms, whic

Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2014-05-25 Thread Diego Duclos
nce. Also I >>> don't have time to wait "a couple of months" to see if they get faster. I'd >>> also be interested to know how efficient python / go / java / php endpoints >>> are at encoding & decoding different sized payloads with json o

[google-appengine] OpenID Connect support

2014-05-27 Thread Diego Duclos
With registrations for using the old OpenID 2.0 endpoints now closed, and the appengine users API not supporting openID connect at all, Would it be possible to get a timeline for openID connect support in the users API (In my case, with Go, but I assume this is largely language agnostic) -- You r

Re: [google-appengine] dev_appserver.py cannot connect to some HTTP endpoint

2014-05-28 Thread Diego Duclos
A more realistic alternative would perhaps be to configure your browser not to send localhost traffic to the proxy at all. On Thu, May 29, 2014 at 7:10 AM, Vinny P wrote: > On Mon, May 26, 2014 at 7:40 AM, Marco Lovato wrote: > > Now the app loads. BUT inside the app, I still didnt managed to

Re: [google-appengine] Python and java modules in the same app

2014-06-04 Thread Diego Duclos
I would strongly discourage using versions for this, using different modules for the same appengine project is much a MUCH more sane way to do this. On Wed, Jun 4, 2014 at 8:07 PM, Vinny P wrote: > On Sat, May 24, 2014 at 7:38 AM, LPryor wrote: > > - How do you manage the configuration? The J

Re: [google-appengine] Re: OpenID Connect support

2014-06-06 Thread Diego Duclos
José de Lana Pereira > wrote: >> >> +1 for this feature. >> >> Em terça-feira, 27 de maio de 2014 14h32min19s UTC-3, Diego Duclos >> escreveu: >>> >>> With registrations for using the old OpenID 2.0 endpoints now closed, >>> and the appengine u

Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2014-06-06 Thread Diego Duclos
Hello Jun, The endpoint is sitting at https://login-dot-psg-delta.appspot.com/_ah/api/version/v1/info -- 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 googl

Re: [google-appengine] Confused about pricing for SSL

2014-06-08 Thread Diego Duclos
Where can the free SNI certs be added ? When I consult the cloud console, it says they're 5$ a month On Sun, Jun 8, 2014 at 10:17 AM, Vinny P wrote: > On Tue, Jun 3, 2014 at 2:16 AM, Harald Humml wrote: > >> I´m a little bit confused about the pricing model for SSL on GAE. >> So my question is

Re: [google-appengine] Confused about pricing for SSL

2014-06-08 Thread Diego Duclos
How do I access that menu ? I'm not very familiar with the old console12 On Sun, Jun 8, 2014 at 10:40 AM, Vinny P wrote: > On Sun, Jun 8, 2014 at 3:23 AM, Diego Duclos < > diego.duc...@palmstonegames.com> wrote: > > Where can the free SNI certs be added ? When I co

Re: [google-appengine] Re: Appengine ecosystem?

2014-06-27 Thread Diego Duclos
I find visiting the #appengine IRC channel answers this need for me. Though it's quiet at times, more people joining it would help tremendously there. We also have this very mailing list of course. On Fri, Jun 27, 2014 at 12:12 PM, Philip Kilner wrote: > Hi, > > On 27/06/14 09:15, timh wrote: >

[google-appengine] Unable to deply the application.

2016-03-02 Thread Diego Molteni
c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I tried to figure out what's going on but I can't find a solution.\ Help please :) Thanks Diego -- You received this message because you are subscribed to the Google Groups "Google A

[google-appengine] urlfetch.fetch reporting inconsistent results?

2016-03-19 Thread Diego Marchi
urlfetch.fetch is reporting inconsistent results when querying the facebook graph api. If I curl the same URL from my terminal, it works fine. It works ok also using the local instance of the GAE with dev_appserver.py. I am using a mac and the dev_appserver version on my local is 1.9.20. I am

[google-appengine] Re: urlfetch.fetch reporting inconsistent results?

2016-03-23 Thread Diego Marchi
s I try to query, only for some of them. On Thursday, March 17, 2016 at 10:09:26 PM UTC-7, Luciano Pacheco wrote: > > Hello Diego, > > I'm Luciano from Google Cloud Support. > > The issue mentioned on the email you that received yesterday has been > fixed. So the

[google-appengine] Re: urlfetch.fetch reporting inconsistent results?

2016-03-28 Thread Diego Marchi
//stackoverflow.com/questions/13739609/unsupported-get-request-in-facebook-graph-api > > on stack overflow. > > It may be restrictions set on the page around Country / Age / Page > Visibility. It may also be because the page does not have enough likes yet > (< 25) > > On

[google-appengine] Re: urlfetch.fetch reporting inconsistent results?

2016-03-28 Thread Diego Marchi
Unfortunately this is not an option :( On Wednesday, March 23, 2016 at 12:47:45 PM UTC-7, Kaan Soral wrote: > > As a very sincere suggestion, try not to build anything for fb at all, if > you can (and for instagram/twitter for that matter) > > It's basically a trap for developers, you waste your

[google-appengine] Deploy application :Error Response: [13] Timed out when starting VMs.

2016-09-26 Thread Diego Molteni
Dear Expert, I receive this error if i try to deploy my application on Google App Engine (gcloud preview app deploy). I never had this problem and i can't find a solution. any Idea on how to fix this problem? Thanks :) -

[google-appengine] Re: Deploy application :Error Response: [13] Timed out when starting VMs.

2016-10-03 Thread Diego Molteni
00 npm ERR! 08:56:18.000 npm ERR! spawn ENOENT 08:56:18.000 npm ERR! a2viewer@1.0.0 tsc: `tsc` 08:56:18.000 npm ERR! syscall spawn 08:56:18.000 npm ERR! errno ENOENT 08:56:18.000 npm ERR! code ELIFECYCLE 08:56:18.000 npm ERR! file sh 08:56:18.000 npm ERR! npm v3.10.3 08:56:18.000 npm ERR! n

Re: [google-appengine] HR datastore is in readonly but there are no errors?

2015-04-10 Thread Diego Borges
We are seeing the same issue since about an hour ago :/ Just got in touch with the support team, they will dig into the problem and let us know ASAP what has happened. On Friday, April 10, 2015 at 4:59:49 PM UTC-3, Thomas Schranz wrote: > > Same here, since about 10-15 minutes. > Status page is

[google-appengine] Re: HR datastore is in readonly but there are no errors?

2015-04-10 Thread Diego Borges
Our app is back up, anyone else? On Friday, April 10, 2015 at 5:31:56 PM UTC-3, Henry Liu wrote: > > Something switched over and I've been getting 500 responses for stuff too. > Seems like the best thing to do right now is to not cause any additional > damage and let them sort it out. > > On Fri

[google-appengine] Google App Engine inter module communication authorization (python)

2015-06-17 Thread Diego Fernandez
Hello, citing *http://stackoverflow.com/questions/30237946/google-app-engine-inter-module-communication-authorization#comment49814138_30237946* the problem I have is that in the Docs (communication between modules)

Re: [google-appengine] dev_appserver.py super slow

2015-09-17 Thread Diego Dominguez
I have another AppEngine project who is working fine. It's not a issue with the RAM or CPU the computer is very powerful and there is no big process running. I guess have to be something with the watcher who detect the change in the code and look like restart the dev server. The admin dashboard

[google-appengine] Google Appengine Python - ImportError No module named appengine.api

2017-04-07 Thread Diego Molteni
gine.api import app_identity ImportError: No module named appengine.api e... Thanks :) Diego -- 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] Google App Engine - Import Error no module named appengine.api

2017-04-07 Thread Diego Molteni
rt app_identity ImportError: No module named appengine.api Thanks :) Diego -- 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+unsubsc

[google-appengine] create servcie account using google api

2017-08-03 Thread Diego Molteni
"message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT" } } anybody can help me? (ps is not an authorization problem) Diego -- You received this message because you are subscribed to the Google Groups "Google App Engi

[google-appengine] Doubt about "Frontend Instance hours"

2017-09-06 Thread Diego Barreiro
I have a small doubt about how the quota "Frontend Instance Hours" works I have my application, with only one service ("default") and only one version reciving all traffic ("2-0-0"). If two users use my app for an hour, that quota increases by two hours or only one hour? I hope I've explained m

[google-appengine] Re: Doubt about "Frontend Instance hours"

2017-09-07 Thread Diego Barreiro
Okey, thank you! -- 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 to google-

[google-appengine] Migrate a project to a different region

2018-08-02 Thread Diego Sucaria
Hello! When we started, the south american region was not available. now it is, and we would like to use it and see our app latency reduced from 170ms to 50ms. I know that it is not possible to move/change an *AppEngine* app to a different region. So, the only option is to *create a new proje

[google-appengine] The ghs.googlehosted.com is downing

2019-01-10 Thread Diego Damasio
Hello. Some IPs attributed for ghs.googlehosted.com are down. I need all IPs attributed for ghs.googlehosted.com

[google-appengine] Re: Cannot view log-based metrics in stackdriver - missing resource type

2019-02-13 Thread Diego Marchi
ah I left the logs undisturbed overnight and tada, they appeared this morning! They were just shy and needed to load I presume.. On Tuesday, February 12, 2019 at 11:51:53 PM UTC-8, Diego Marchi wrote: > > Hi, > I am trying to create a log based metric on my instance of GAE. I crea

[google-appengine] NonRetriableException: com.google.apphosting.api.ApiProxy$CancelledException: The API call urlfetch.Fetch() was explicitly cancelled.

2019-05-12 Thread Diego Barreiro
ything was working fine until yesterday, when suddenly this error appeared. [image: uzL9wc.jpg] Any idea why this happens? Thank you, Diego -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop r

[google-appengine] Doesn't the App Engine free tier include southamerica-east1?

2020-04-07 Thread Diego C.
Hello, I had an App Engine service running on us-east1 for months. It was always within the free tier, so I was never charged anything. A couple of days ago, I shut down that project, created a new project, and started an App Engine service on southamerica-east1. Just a testing app, very litt

[google-appengine] Re: Doesn't the App Engine free tier include southamerica-east1?

2020-04-08 Thread Diego C.
e. I had no other projects using App Engine. What am I missing? Thanks again! Diego On Wednesday, April 8, 2020 at 12:21:07 AM UTC-3, Mary (Google Cloud Support) wrote: > > Hello Diego, > > The App Engine free tier usage is covered in[1], as you can see it covers > 28 fro

[google-appengine] Re: Doesn't the App Engine free tier include southamerica-east1?

2020-04-08 Thread Diego C.
ter by App Engine. One doesn't expect non-functional, old versions to be kept running. Diego On Wednesday, April 8, 2020 at 9:08:28 AM UTC-3, Diego C. wrote: > > Hello, Mary. > > Thank you for your reply. > > I did some further research. I was in fact charged for more

[google-appengine] Are datastore queries secure?

2009-06-26 Thread Diego G.
oogle App Engine allows you to serve SSL (HTTPS) traffic through your appspot.com domain." Does this imply that I cannot use SSL if I map my google app to a different domain? Thanks Diego --~--~-~--~~~---~--~~ You received this message because you are subscri

[google-appengine] hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Diego G.
a different domain without paying 50$/yr and without visitors being taken away from mydomain.com when they follow a link? Thanks Diego --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" grou

[google-appengine] Re: hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Diego G.
ial * You will be asked to provide a credit card number to sign up for the free Google Apps Premier Edition trial. However, you can cancel at any time before the end of your free trial and your card will not be charged. What exactly do you mean by free edition? Diego On Jun 29, 1:41 pm, &q

[google-appengine] Re: hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Diego G.
Thanks. Is there some reason why the link to the standard edition is so difficult to find and not mentioned in the google apps documentation? Or am I simply too ignorant to find it? Anyway, I am happy to be able to use the service. Diego On Jun 29, 4:21 pm, "Nick Johnson (Google)&qu

[google-appengine] Re: How many times did Google Apps Engine went down since it's launch

2011-10-10 Thread Diego Ariel Fejgelis
Ahmed, maybe this could help you a little bit http://code.google.com/status/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Lk0GRVfJSUYJ

[google-appengine] Re: SMS issue

2011-10-17 Thread Diego Ariel Fejgelis
Try putting the numbers like this: Cell no example: (11) 1557737333 +5491157737333 +54 Country 9 cellphone 11 area 57737333 actual cell number Diego -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion

Re: [google-appengine] HRD uses more datastore writes?

2011-10-21 Thread Diego Ariel Fejgelis
Are you sure the writes are the same in both datastores? When looking here[1], gives me the impression that HR cost is bigger than MS. [1] http://code.google.com/appengine/docs/python/datastore/hr/ -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] after hrd migration app cannot find app data

2012-08-24 Thread Alejandro Diego Garin
Hi, Anyone could help with this? I just finished the migration I see this error in the logs. unexpected exception: javax.jdo.JDOFatalUserException: Illegal argument NestedThrowables: java.lang.IllegalArgumentException: app s~jardincitosonline-hrd cannot access app jardincitosonline's data Th

[google-appengine] Change Instance Scaling

2017-11-04 Thread Diego Barreiro Pérez
Is there a way to alter how instances are generated? In my Java project, it sais that Instances are Autoscaled, but I would like to set that to manual Is that possible? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from t

[google-appengine] Use GAE with GCE connected with Internal IP

2018-04-22 Thread Diego Barreiro Pérez
I've been searching on Google about this, but didn't found anything "clear" *Is possible to make a request from a Google App Engine project to a Google Compute Engine instance via its Internal IP?* The idea is to make the network faster. AppEngine would make a request to the Internal IP of the G

Re: [google-appengine] Re: Use GAE with GCE connected with Internal IP

2018-04-23 Thread Diego Barreiro Pérez
And why is not possible through the GAE Standard Environment? Because my app is designed for Standard and I guess migrating to Flexible will require a big rewrite on the code On Mon, Apr 23, 2018, 22:38 'Kamran (Google Cloud Support)' via Google App Engine wrote: >

[google-appengine] Build index stuck?

2011-04-10 Thread Diego Ezequiel Pérez
Hi, I have an application which has no data but the datastore index is still building. Others completed really quick, but this one is stuck: App ID: wwweazel7info Index: Article: article_type ▲ , published ▼ could you take a look at it? Thanks! -- You received this message because you are su

[google-appengine] Re: DotNet client and Java Appengine

2012-11-16 Thread Diego Gustavo Paredes Berrú
You can use the GoogleEndPoint project , this project generate service REST with Google App Engine so then consume .NET http://endpoints-trusted-tester.appspot.com/ El viernes, 16 de noviembre de 2012 04:58:04 UTC-5, aswath escribió: > > Any pointers for this?? > > Thanks, > -Aswath > > > On M

[google-appengine] Bigger app sizes with Cloud SDK than with AppCfg

2020-01-28 Thread &#x27;DIEGO GARCIA TEBA' via Google App Engine
appengine-staging" is generated. I don't know if this is the cause of the file increment. Anyone has the same behaviour? Thanks in advance! Regards, Diego -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-01-29 Thread &#x27;DIEGO GARCIA TEBA' via Google App Engine
Hi George, I've updated from the deprecated AppCfg to Apache Maven Cloud SDK based plugin. When I did it, the same app with the same dependencies have a different size. I'm attaching a screenshoot. Any idea? Regards, Diego On Wednesday, January 29, 2020 at 5:35:58 PM UTC+1, Geo

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-01-30 Thread &#x27;DIEGO GARCIA TEBA' via Google App Engine
Thanks Olu! I'll do it. Regards, Diego On Thursday, January 30, 2020 at 8:21:20 PM UTC+1, Olu wrote: > > Hi, Diego > > There are a number of reasons that could account for the change in the > Application size. In fact, there was a similar report in the past where the >

Re: [google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-02-02 Thread &#x27;DIEGO GARCIA TEBA' via Google App Engine
opened a support case (22030568) in order to investigate this behaviour. Thanks! Regards, Diego On Friday, January 31, 2020 at 7:03:45 PM UTC+1, Ludovic Champenois wrote: > > There is only 1 staging logic, inside appcfg tooling, which is used (as > is) in the cloud SDK, so staging is te

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-02-03 Thread &#x27;DIEGO GARCIA TEBA' via Google App Engine
Thanks! I'll share with the forum conclusions. Regards, Diego On Monday, February 3, 2020 at 5:43:55 PM UTC+1, noverlyjoseph wrote: > > Hi Diogo, > > I can see the support case you’ve opened is already being investigated. If > you do have more general questions regarding