[google-appengine] Send message only to the recipients using MailService

2011-11-07 Thread Carlos
Hello, I'm trying to send a mail from google app engine. The problem is that each time i send a mail, the message is sending also to the Sender. First time, i tried with the Transport java class and later with MailService, always with the same result. Two mails were sent, to the recipient of the me

[google-appengine] Google shows 'Title' in Google but uses proxyseekkety.appspot.com url

2011-11-13 Thread Carlos .
Dear Google, We have a problem with 2 of our sites in Google. Gokkasten.nl and Videoslots.nl are displayd with our 'Title' in google but the urls are wrong. Our customers will think our site does not work. -- Using the search word 'gokkasten' --- Gokkasten.nl - Sp

[google-appengine] Re: Eclipse + GAE, Problem in project clean

2012-03-13 Thread Carlos
I have found the solution to my problem. It seems to be the length of the arguments passed to the enhacer... follow this link: http://stackoverflow.com/questions/1890410/base-class-does-not-seem-to-have-been-enhanced-after-upgrade-of-google-app-eng Carlos -- You received this message because

Re: [google-appengine] Channel API billing when channel expires

2012-03-16 Thread Carlos
I though that the channel expires 2 hours since the creation and it can not waste more than 1 channel if you don't recreate it, isn't it? Have you to disconnect the channel? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this di

[google-appengine] Java Channel API limits

2012-03-19 Thread Carlos
In http://code.google.com/intl/es-ES/appengine/docs/quotas.html#Channel you can read that with billing enabled the maximum channel created rate is 60 creations/minute. Does it mean that we can created only 86,400 channels/day. It's very low rate, isn't it? And if i have estimated that I could

[google-appengine] Re: Java Channel API limits

2012-03-19 Thread Carlos
I sent this question to that url two weeks ago. But I have not been answered yet. My problem is that I'm developing a project and I need to know if java channel api will be a solution for us or it doesn't. And the number of channels created it's critical. I can't develop my solution using that

[google-appengine] Re: Java Channel API limits

2012-03-20 Thread Carlos
Thank you Heiko, but I have sent a message to this link two weeks ago to get information... and I'm still waiting the answer. :( El lunes 19 de marzo de 2012 20:36:52 UTC+1, Heiko Roth escribió: > > You can increase limits at: > > > http://code.google.com/intl/de-DE/appengine/docs/quotas.html > >

[google-appengine] Re: Java Channel API limits

2012-03-20 Thread Carlos
t sure since I > haven't done that myself. One alternative is to put a "what's the highest > channel-creation rate possible" type question on stackoverflow and hope > that elicits an answer from someone seeking karma. > > On Monday, March 19, 2012 7:41:18 PM U

[google-appengine] Re: Java Channel API limits

2012-03-22 Thread Carlos
gt; Aleksei > > On Tuesday, March 20, 2012 9:51:51 PM UTC+2, Carlos wrote: >> >> Thank you Richard, I have put the question on stacksoverflow :) I hope to >> get luck :D >> >> El lunes 19 de marzo de 2012 19:16:40 UTC+1, Richard Watson escribió: >>>

[google-appengine] Re: "Oops! We couldn't retrieve your list of Kinds." Datastore API, Datastore Viewer and Datastore Admin problems

2014-05-30 Thread Carlos
I just encountered this error message on a fresh instance. My solution was to make sure there is data written to the datastore in the default namespace, not just in a particular namespace. As soon as the Datastore Viewer can render a Kind and data in the default space, the page should render pro

[google-appengine] Re: Memcache cas never updating

2017-02-12 Thread Carlos
For what it's worth, I have an application where the "client.cas(key, counter+1)" which has worked for years, and it practically a direct copy of Guido's code on the page below, is suddenly failing in the past few days. http://neopythonic.blogspot.com/2011/08/compare-and-set-in-memcache.html

[google-appengine] Re: Memcache cas never updating

2017-02-13 Thread Carlos
te code. On Monday, February 13, 2017 at 12:07:58 PM UTC-6, Nicholas (Google Cloud Support) wrote: > > Thanks for the quick response. I will also await feedback from Carlos > about this workaround as well. > > For the time being, I would suggest setting it explicitly for calls

[google-appengine] Generate Runbook - Error during listVcVms

2020-08-31 Thread Carlos
as a data source. We have read the system logs but unfortunately we couldn´t find the rootcause. Has anyone seen this problem before? Could you please help us? Thanks in advance. Carlos Plaza -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] Re: Verification problem

2010-01-13 Thread Carlos
NIck, I'm attempting to follow those instructions to have an additional Google Apps Standard Edition account activated, but when I try to access the URL (when I'm logged in to my authentication Gmail account): http://appengine.google.com/waitlist/sms_issues it just redirects me to http://appengi

[google-appengine] Re: Verification problem

2010-01-15 Thread Carlos
To reiterate the problem, I'm SMS verified to create apps using my personal carlos.p...@gmail.com Google Account, but when I try to create an app using a Google Apps account carlos.p...@auctionsinmotion.com, it wants me to SMS verify. I only have one cell phone, and thus can't reuse that number.

[google-appengine] Datastore API efficiency?

2009-09-20 Thread Carlos
I've been looking closely at the datastore quotas, and couldn't readily find an answer to this. Storage is cheap, so no one should ever fear storing large amounts of data safely in the datastore (and paying for it if necessary). That's what it was built for. However, I'm wondering about communi

[google-appengine] Re: indexed=False

2009-10-28 Thread Carlos
Followup question... Does "indexed=false" just put a constraint on the data model? In other words, if there weren't any queries that used this property in the first place (and thus no index was ever created that included the property) then adding this parameter doesn't make an immediate differen

[google-appengine] Google Developer assistance needed for two issues

2009-04-26 Thread Carlos
As I've been experimenting with Google App Engine, I've caused a couple of problems that I've been waiting to resolve themselves. But it's been a bit too long so I'd appreciate it if someone from Google could look into it? (If you look in my account, I have two apps. I'm talking about the second

[google-appengine] DeadlineExceededError blobstore.FetchData()

2011-02-15 Thread Carlos
Suddenly my app started showing this error (after only around 5 seconds of processing) when attempting to pull 500k PDF files from the blobstore, to serve through a custom handler: *DeadlineExceededError: The API call blobstore.FetchData() took too long to respond and was cancelled. * Occasion

[google-appengine] Re: DeadlineExceededError blobstore.FetchData()

2011-02-15 Thread Carlos
Are yours related to blobstore.FetchData() too? Or a different function? -- 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 this group, send email to

[google-appengine] GWT + GAE Crawlable WebSite

2010-08-05 Thread Carlos Toro
Hi everybody i'm trying to make a website with GWT and GAE, but i'm in a trouble, i need that my website could be crawlable for search engines. I'm following the guide in: http://code.google.com/web/ajaxcrawling/ but i do not understand how to achieve this. Could anybody give me a light in this is

[google-appengine] Re: GWT + GAE Crawlable WebSite

2010-08-06 Thread Carlos Toro
; As far as I know, that doesn't work on GAE because HtmlUnit doesn't > work. > > On Aug 5, 5:53 pm, Carlos Toro wrote: > > > Hi everybody i'm trying to make a website with GWT and GAE, but i'm in > > a trouble, i need that my website could be cra

[google-appengine] *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-23 Thread Carlos Rodrigues
it. But it seems to require that the website itself provides the intermediate CAs certificate (for example, on Apache this would be the "SSLCertificateChainFile /path/to/intermediate-ca.crt" option). Google App Engine does not appear to do this. Best regards, Carlos Rodrigues -- You

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-25 Thread Carlos Rodrigues
Hi again, Any ideas? This is a show-stopper as far as secure applications go... Best regards, On Aug 23, 12:39 pm, Carlos Rodrigues wrote: > Hi all, > > I'm developing a small application on GAE that requires HTTPs, however > I'm having some trouble with the "*.apps

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-26 Thread Carlos Rodrigues
tohttps://test.xx.appspot.com.  I do > not get errors going tohttps://xx.appspot.com. > > I tested with IE and Chrome and Windows. > > Robert > > On Wed, Aug 25, 2010 at 05:27, Carlos Rodrigues > wrote: > > Hi again, > > > Any ideas? This is a show-stopper as

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-26 Thread Carlos Rodrigues
BTW, this is not a problem exclusive to GAE. The certificate for "code.google.com" also seems to have changed recently and I just got a warning from TortoiseSVN that the new certificate cannot be validated because the certificate chain is incomplete. Best regards, On Aug 26, 3:42 

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-27 Thread Carlos Rodrigues
to > also check Windows Updates to see if there's a certificate update, > though I believe this is not a recent CA. > > --Matthew > > On Aug 26, 10:45 am, Robert Kluin wrote: > > > Interesting.  You are right, I probably checked using a XP vm not a Win 7 > >

[google-appengine] Re: *.appspot.com certificate chain in Chrome, Safari and IE

2010-08-27 Thread Carlos Rodrigues
hind HTTP proxy servers (corporate users, mostly). Best regards, On Aug 27, 10:13 am, Carlos Rodrigues wrote: > The Equifax certificate is there, but the problem is with the > intermediate CA's certificate (Google's), which isn't found. > > If it works for you on W

[google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Carlos Ble
Hi, We are having the same problem. We have had the service down for almost 20minutes. We also use Django 1.1 and I understand than importing all modules might take time but it usually works in less than 500ms, and now it is producing DeadlineExceededError just in the imports, so before any query.

[google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Carlos Ble
Error" Someone from Google can explain this, please? Thanks -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send em

[google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Carlos Ble
We are also facing this problem. Too many DeadlineExceededError. We also use Django 1.1 but the same app usually loads within 500ms, and today we have been down for about 20 minutes. Now we have deployed the version precompiling the app (just changing app.yaml and deploying) and so far we haven't

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
s.com> > > > > > > . > > > > > > > > > For more options, visit this group athttp:// > > > > > > groups.google.com/group/google-appengine?hl=en. > > > > > > > > > > -- > > > > &g

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
Jesus! the sooner I write the email, the sooner I get the 500 again :'-( I better shut up 2010/9/23 Carlos Ble > Hi guys, > Yesterday we deployed a version using precompilacion. app.yaml: > > ... > api_version: 1 > > derived_file_type: > - python_precompiled &g

Re: [google-appengine] Indexes problem after deployment

2010-09-23 Thread Carlos Ble
s > "Google App Engine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at >

Re: [google-appengine] Latency spikes and aborted requests in the last 24 hours

2010-09-23 Thread Carlos Ble
com/group/google-appengine?hl=en. >>>> >>> >>> >> -- >> 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-appen

Re: [google-appengine] Re: Latency spikes and aborted requests in the last 24 hours

2010-09-25 Thread Carlos Ble
sage 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 this group, send email to > > > google-appengine+

Re: [google-appengine] For the source when sending mail to the administrator

2010-09-27 Thread Carlos Ble
rom this group, send email to > google-appengine+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Carlos Ble www.MavenCharts.com www.iExpertos.com www.carlosble.com -- You received this message

[google-appengine] Re: Latency spikes and aborted requests in the last 24 hours

2010-09-29 Thread Carlos Ble
We are still facing as many DeadlineExceededError as the past days, but now it is happening while sending emails: DeadlineExceededError: The API call mail.Send() took too long to respond and was cancelled So the app loads, it works and it gets this exception just trying to send a single email to

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-10 Thread Carlos Ble
Hi, Our app (id=mavencharts) was down last night from 8:04PM (Pacific time) to 8:51PM, this is almost 1 hour. We just got error 500 trying to load the home page (google.appengine.runtime.DeadlineExceededError and also the warning saying.. "After handling this request..." which is also error code 50

[google-appengine] Re: Still getting errors sending mail

2010-10-11 Thread Carlos Ble
It just has happened to our app (id=mavencharts). 12:55PM Pacific time. File "/base/python_runtime/python_lib/versions/1/google/appengine/api/ apiproxy_rpc.py", line 126, in CheckSuccess\nraise self.exception\n \nDeadlineExceededError: The API call mail.Send() took too long to respond and was

[google-appengine] Re: Still getting errors sending mail

2010-10-11 Thread Carlos Ble
However the user just told us the he has got the email this time. Does it always tries to resend the email after the failure? Can we make sure every time Send is cancelled, it is processed at some point later? On 11 oct, 21:43, Carlos Ble wrote: > It just has happened to our app (id=mavencha

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-20 Thread Carlos Ble
Hi, We are facing several DeadlineExceededError since yesterday. Appid = mavencharts 10-20 04:30AM 24.323 / 500 31863ms 1539cpu_ms At that time Average QPS was about 0.04 and there was 2 instances running. Thanks On 18 oct, 12:03, Stepan wrote: > Last 3-4 days my app has like 80% DeadlineExcee

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-20 Thread Carlos Ble
31.8 MBytes Is there anything we can do to make our site work again? On 20 oct, 12:40, Carlos Ble wrote: > Hi, > We are facing several DeadlineExceededError since yesterday. Appid = > mavencharts > > 10-20 04:30AM 24.323 / 500 31863ms 1539cpu_ms > > At that time Average Q

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-20 Thread Carlos Ble
MBytes 0.033 320.5 ms31.2 MBytes On 20 oct, 12:40, Carlos Ble wrote: > Hi, > We are facing several DeadlineExceededError since yesterday. Appid = > mavencharts > > 10-20 04:30AM 24.323 / 500 31863ms 1539cpu_ms > > At that time Average QPS was about 0.04 and there was

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-25 Thread Carlos Ble
.security.SystemFailureException: Unable > > to get a resource > >        at > > com.google.appengine.runtime.Request.process-75e3768d20b77cee(Request.java) > >        at java.lang.ClassLoader.loadClass(ClassLoader.java:268) > >        at java.lang.ClassLoader.load

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-26 Thread Carlos Ble
Is there a way to optimize Gae-Django-Helper load time? Thanks On 26 oct, 00:37, Geoffrey Spear wrote: > On Oct 25, 12:37 pm, Carlos Ble wrote: > > > This answer does not help Ikai. We are facing this problem even in > > urls that just load and render a simple form. > &

[google-appengine] Re: Latency spikes and aborted requests in the last 24 hours

2010-10-27 Thread Carlos Ble
Same here. We are just planning a migration out of GAE :-( On 27 oct, 19:44, johnP wrote: > Appengine has been horrible since the last maintenance.  Periodic > waves of "Request was aborted after waiting too long..." and > DeadlineExceededErrors...  Flurries of 25-100 of these in a 2-3 minute > p

[google-appengine] Re: How to mock or instantiate App Engine Entity when unit testing

2010-10-28 Thread Carlos Ble
App Engine is so great that you can not write unit tests using entities even if you don't persist them. Just calling the constructor of an entity makes all the datastore stuff load which is slow. You do not want your unit test to take 1 minute to run, do you? What we have done to be able to write u

[google-appengine] Image Gurus: Reading and Modifying images pixels on google app engine

2011-10-10 Thread carlos combidesign
Hi all, hope someone can give us a hint! We are stuck while transforming images on google app engine. We basically want to achieve the following: 1) Generate a QRCode using google chartapi - DONE 2) Use urlfetch to get the qrcode just generated and use pngw/pngr (image library for appengine) to r

Re: [google-appengine] Re: Datastore Statistics Not Updating

2012-06-11 Thread Carlos Aguilar
*Last updated: 6 days, 5:32:22 ago and increasing!!!* * * *Can anyone explain me how can be the billing updated if the statistics hasn't been updated for 6 months??* El lunes, 11 de junio de 2012 12:36:36 UTC+2, Marcel Manz escribió: > > Hi Takashi > > I would be really happy if the issue with th

[google-appengine] Downgrading API Java Version

2012-06-11 Thread Carlos Aguilar
I've upgraded our SDK to 1.6.6 and the Eclipse Plugin to 3.7. We've noticed some problems with 1.6.6 so I'm trying to go back to 1.6.5 and it's being impossible. Eclipse Plugin always copy 1.6.6 jars to WEB-INF co when I deploy the app, always takes the 1.6.6 How can I fixed it? -- You receiv

[google-appengine] Re: Datastore Statistics Stuck

2012-06-11 Thread Carlos Aguilar
I have the same problem. I've reported a "Production issue" but no answer yet. We've been working to reduce our datastore (1,19 Gb) but because the statistics are stucked we've no information about it. Now, I wonder, what information is using Google for billing? Carlos

Re: [google-appengine] Re: Datastore Statistics Not Updating

2012-06-13 Thread Carlos Aguilar
an issue with the job that updates the datastore > stats on a daily basis, and we're investigating potential fixes. I'll send > out an update as soon as we have more information. > > -- Chris > > On Mon, Jun 11, 2012 at 9:49 AM, Carlos Aguilar < > cagui...@p

Re: [google-appengine] call SOAP webservice from external application

2013-12-28 Thread Carlos Bologna
Hi! Can you show me your code? I made the same thing that you said, but it doesn't work for me yet. Thanks! Em quarta-feira, 9 de outubro de 2013 04h26min45s UTC-3, giuseppe giorgio escreveu: > > Ok, i've solved my problem. first of all i've build separate function for > generate xml message

[google-appengine] I've been notified to be the owner of an app I can't see or delete

2014-02-11 Thread Carlos Ospina
Hello. I found with surprise that I'm the owner of this app: "s~maximal-coast-361" I have done some appengine development, but I don't remember this app and its not on my admin panel. Since I don't know it, I want to delete it, but I can't because I don't have access to it. Any ideas? How do I

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

2016-05-17 Thread Carlos Vieira
I'm experiencing the same problem... terça-feira, 17 de Maio de 2016 às 12:54:45 UTC+1, Мария Кокаия escreveu: > > All requests to the Google Cloud SQL are returning instant errors: > "Process terminated because the request deadline was exceeded. (Error code > 123)". We have only 1 active connec

[google-appengine] Re: [Report bug]Bug on the documentation

2015-02-10 Thread Carlos Lallana
Quick update! Changes have been submitted and they will take 1 or 2 days to be visible. Thanks again for keeping an eye on the small details! On Saturday, February 7, 2015 at 2:57:50 AM UTC+1, Jonas Mayer wrote: > > Hi, I found a bug on the page > https://console.developers.google.com/start/appe

Re: [google-appengine] Search API Cost question

2015-02-26 Thread Carlos Lallana
Hey Kaan, As stated in this section of the documentation [1], the maximum size per index is 10 GB, with an unlimited number of indexes allowed. [1] https://cloud.google.com/appengine/docs/python/search/#Python_Search_API_quotas On Thursday, February 19, 2015 at 9:55:52 PM UTC+1, Kaan Soral wr

Re: [google-appengine] Search API Cost question

2015-02-27 Thread Carlos Lallana
Hi Kaan, It is indeed not easy to reach the 10 GB size for an index, but yet not impossible. As you can read here , "when an app tries to exceed this amount, an insufficient quota error is returned". Note that if you have purchased one of

[google-appengine] Re: Spring components or EJB or other object, you recommend for processing in Google Endpoint API.

2015-03-24 Thread Carlos Lallana
Hey Maciej, You may want to take a look to this article from the docs, that explains what frameworks does Google App Engine support. On Monday, February 2, 2015 at 12:48:15 PM UTC+1, Maciej Pietroń wrote: > > I started learning google c

Re: [google-appengine] Help migrating from Files API

2015-08-03 Thread Carlos Lallana
As a quick response: uuid1() may compromise privacy since it creates a UUID containing the computer’s network address. uuid4() creates a random UUID. Refer to this answer

[google-appengine] Which framework is better for use with appengine with webservices

2008-09-25 Thread Carlos Delfino
Hi appengineers!!! My Name is Carlos Delfino, and new on App Engine. I work on app for contact centers, and want put at google (server and gadgets). But for my application work, I need communicate with a WebServices(XML-RPC and SOAP) make with php and java. which Framework Is better for use

[google-appengine] Lifestreaming app on GAE?

2008-10-04 Thread Carlos Hellín
I'm building a lifestreaming app that will involve pulling down lots of feeds for lots of users, and performing data-mining, and machine learning algorithms on the results. It's a good idea to use GAE or has many limitations? for example: lack of cron jobs is a nuisance or for CPU intensive apps I

[google-appengine] quiero cerrar mi cuenta en google cloud

2017-11-25 Thread Carlos Torres
Quiero cerrar mi cuenta en google cloud definitivamente, para que no me lleguen mas facturaciones por cero pesos ¿adonde tengo que hacerlo? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annota

2017-12-21 Thread Carlos Lee
I'm trying to migrate google appengine from V1 To V2 as per tutorialo: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating and I'm getting the following error: *Annotation processors must be explicitly declared now. The following dependencies on the compile classpath a

[google-appengine] Re: Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the an

2017-12-23 Thread Carlos Lee
Dear Gerge, I've added: android { ... defaultConfig { ... javaCompileOptions { annotationProcessorOptions { includeCompileClasspath false } } } } Into my project and It worked now. Thx! Em sexta-feira, 22 de dezembro d

[google-appengine] app declares a dependency from configuration 'compile' to configuration 'android-endpoints' which is not declared in the descriptor for project :backend.

2017-12-24 Thread Carlos Lee
I have a Androiud project that uses Android Studio with backend module. I'm trying to migrate google appengine from V1 To V2 as per tutorial: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating After perform all changes as per tutorial, I'm getting following error in my

[google-appengine] Re: app declares a dependency from configuration 'compile' to configuration 'android-endpoints' which is not declared in the descriptor for project :backend.

2017-12-26 Thread Carlos Lee
ial, I had to change backend.iml to fix the error: "Unable to find the webapp directory ../build/exploded-app." As per: https://groups.google.com/forum/#!topic/google-appengine/c6EByy2_2U0: *Change:* To: Regards Carlos Eduardo Ki Lee Em terça-feira, 26 de dezembro de 2017

[google-appengine] 502 Bad Gateway

2018-02-27 Thread Carlos Martínez
I deployed my django project in GAE and I get the 502 Bad Gateway error on all pages except the main one. The previous version was working, but is not working since I added API calls for storage (storages.backends.gcloud.GoogleCloudStorage). I added environment variable GOOGLE_APPLICATION_CREDE

[google-appengine] Migrate to Java 8 runtime

2018-05-31 Thread Carlos Lee
ckend build.gradle, there are two variables: sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_7 Should I need to upgrade those versions to: VERSION_1_8? Regards Carlos Eduardo Ki Lee -- You received this message because you are subscribed to the G

[google-appengine] Re: Migrate to Java 8 runtime

2018-06-01 Thread Carlos Lee
1. at frolic.br.brainexercises.backend.MyEndpoint.getGameRankingV2 (MyEndpoint.java:228) Do you have any clue why I started to have this issue? Regards Carlos Eduardo Ki Lee Em quinta-feira, 31 de maio de 2018 19:15:18 UTC-3, George (Cloud Platform Support) escreveu: > > Hello Carlos, &

[google-appengine] Re: Migrate to Java 8 runtime

2018-06-01 Thread Carlos Lee
on.* (and of course, include the > gson lib on gradle) > > > > On Friday, June 1, 2018 at 2:25:16 PM UTC+1, Carlos Lee wrote: >> >> Thanxs for your help George. >> >> >> I'm working on this migration task. Sorry to bother, I also need one

[google-appengine] Backend

2020-10-12 Thread Carlos Gonzales
Hola quisiera saber si puedo instalar en un servidor de Google Cloud, todo un sistema de Aplicacion web: Front-End : Angular 10 Backend: Laravel 7 Base de datos: PostgreSQL para todo una aplicacion web para una empresa. Ayuda porfavor tengo dudas. -- You received this message because you are s

[google-appengine] Re: Datastore API efficiency?

2009-09-20 Thread Carlos Pero
Great to know, and that's the direction I was going to go if you confirmed that behavior. Thanks again for the support, on a Sunday! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post

[google-appengine] Re: Get records keys from the datastore

2009-04-26 Thread Carlos Pero
I'm using this extensively so I wanted to add more information in case other developers find this thread. On Apr 24, 12:14 pm, 风笑雪 wrote: > query_results = my_query.get()key = query_results.key() .key() in a function .key in a Django template ...yields just the long alphanumeric string that the

[google-appengine] Re: Google Developer assistance needed for two issues

2009-04-26 Thread Carlos Pero
I should add that after running vacuum, the indexes do not show up as "Deleting" at all. They remain as "Error", which is why I'm suspicious about waiting any longer for it to change by itself. --~--~-~--~~~---~--~~ You received this message because you are subscr

[google-appengine] Re: Google Developer assistance needed for two issues

2009-04-27 Thread Carlos Pero
One of these indexes is necessary for my site, so further development is currently impaired...but since my app isn't live yet, I'm considering deleting all the entities in the datastore and then trying to delete the indexes again. I might even go so far as to choose a new Model name to start from

[google-appengine] Re: Google Developer assistance needed for two issues

2009-04-28 Thread Carlos Pero
Heaven helps those who help themselves... On Apr 27, 1:15 pm, Carlos Pero wrote: > One of these indexes is necessary for my site, so further development > is currently impaired...but since my app isn't live yet, I'm > considering deleting all the entities in the datastore a

[google-appengine] Re: Google Developer assistance needed for two issues

2009-05-01 Thread Carlos Pero
vacuum to put the indexes into "Deleting" state, which proceeded normally and swiftly. Best regards, -Carlos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Security issues

2011-02-17 Thread Carlos Aguilar
I'm developing an app in AppEngine but my client is asking me about security issues. I've been searching information and I've seen that Google Apps is SAS70 type 2 audited satisfactorily. However I can't find anything about AppeEngine and/or about any official certification that I could give to my

[google-appengine] How can I debug an incoming email with attachments?

2011-02-23 Thread Carlos Aguilar
y solution? Thanks. Carlos -- 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 this group, send email to google-appengine+unsubscr...@google

[google-appengine] Firebird

2012-04-12 Thread Juan Carlos Aranda
Hello, I am creating an application that uses a database developedin Firebird. I managed to launch my application in Google AppEngine, and runs correctly, but when it comes time to access thedatabase shows me the following message: "No suitable driver found for jdbc: FirebirdSQL:201.216.174.138

[google-appengine] Re: 1.7.0 Prerelease Now Available

2012-06-21 Thread Carlos Aguilar Moreno
I'm a bit dissapointed. Why next version isn't 1.6.7? What's the big improve? On Jun 20, 9:00 pm, Christopher Ramírez wrote: > Thanks Guido! > > I addressed the issue thank to Alfred Fuller and Timh.   > https://groups.google.com/forum/?hl=en&fromgroups#!topic/google-appen... > > The origin of th

[google-appengine] DataStore Read Operations growing up

2014-03-12 Thread Carlos Montero Padilla
I have a web application in App engine with Java and a Datastore with information that need the web app. When received a request page the rate of Datastore Read Operations resource grow up 6%. If the limit is 0.05 Millons Op, the 6% are 3000 read operations, but my app only access to 20 differ

[google-appengine] Live update - Comet app in GAE

2009-12-21 Thread Carlos Alberto Machado
Hi, How can I build a live update stream similar to FriendFeed (that uses Tornado Web Server) or Twitter? As GAE has a time limit for the response, Comet can't be used. Is there an alternative? Jaiku is OpenSource, runs on top of GAE and is similar to Twitter, but I can't detect this 'part' in t

[google-appengine] Re: Live update - Comet app in GAE

2009-12-22 Thread Carlos Alberto Machado
The problem is with CPU quotas. On Dec 22, 12:10 am, Jake wrote: > Never understood the advantage with comet over polling... just poll. > > On Dec 21, 8:08 pm, Carlos Alberto Machado > > wrote: > > Hi, > > > How can I build a live update stream similar to FriendF

[google-appengine] Jaiku code and exploding indexes

2009-12-02 Thread Carlos Alberto Machado
Hi, I've studied the Jaiku code ( http://code.google.com/p/jaikuengine/ ) and noticed a piece of it that can cause an exploding index: - kind: InboxEntry properties: - name: inbox - name: created_at direction: desc 'inbox' is a StringListProperty and the list is very large for real cas

Re: [google-appengine] How can I debug an incoming email with attachments?

2011-02-24 Thread Carlos Aguilar Moreno
Thanks. But, how can I attach a file if I can't have access to the disk from de development server? Carlos El 24/02/2011, a las 05:53, Robert Kluin escribió: > You could construct the email and post it to /_ah/mail yourself. Or, > you could certainly setup a test instance or differ

[google-appengine] BPM on GAE? whats the best choice?

2013-11-01 Thread Luis Carlos Ramírez Rodríguez
So my company uses GAE to host all our business intelligence and more often than not we stumble upon the need to define business process using some flavor of process definition (BPEL? BPMN?). I've google my way into trying to find a way to run a process engine on GAE to no avail. So my last res

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-18 Thread Juan Carlos García Sigüenza
any notices about the issue? I have the same problem El jueves, 12 de octubre de 2017, 22:59:23 (UTC+2), Glenn Goodrich escribió: > > @Kenworth, > > I have the same issue and have opened an issue with issue tracker. Do you > know any more about this problem? I have attached screenshots of my issu

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

2017-11-18 Thread Juan Carlos García Sigüenza
I have the same problem, I think that I have a mapping in a old project and I cant to map my new project with my custom domain, the error is "Custom URL is already mapped to another project" but I dont see the mapping in any other project (app engine, firebase, cloud dns) I am triying to unver

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-20 Thread Juan Carlos García Sigüenza
gle.com/appengine/docs/admin-api/reference/rest/v1/apps.domainMappings#DomainMapping> > in > the 'Request body'. Also ensure you turn on 'Authorize requests using OAuth > 2.0' so that you may prove your ownership over the project ID 'appsId' found > in

[google-appengine] GAE PHP con SQL Server

2020-09-18 Thread Juan Carlos Rodríguez Sulca
Hello, It is possible to connect the app engine standard environment to a SQL Server database (either Cloud SQL or an external one on Compute Engine) Thanks Juan Carlos -- *AVISO DE CONFIDENCIALIDAD:* "La información contenida en este correo y cualquiera de sus anexos es confidenc

[google-appengine] Re: DataStore backup policies

2009-08-31 Thread Carlos Andres Echeverri Delgado
Thank you for you response but it doesn't clear yet. If I use Google's Apps Engine service, what kind of guarantee Google offer me about my data? Exist some certified or something like that? Thanks 2009/8/31 Wooble > > You can probably trust Google's infrastructure to not lose your data; > howe

[google-appengine] Re: IBM DB2 and App Engine

2009-02-12 Thread Juan Carlos Juarez Lerma
54 pm, isc_jcjl wrote: >> > Hi all, My company is search for new technology solutions, and now we >> > focuses on Google App Engine, my Question: >> > >> > Does Google Apps support DB2 connections? >> > >> > Is ver

[google-appengine] Re: repoze.bfg web framework runs on GAE

2009-05-14 Thread Carlos de la Guardia
Hello, this is great. I tried to look into your svn repository, but it's restricted. Do you plan to make the code public? Congratulations, Carlos de la Guardia On Thu, May 14, 2009 at 5:54 PM, Myroslav Opyr wrote: > Hi, > > I'd add up that we've Zope3 framework running

[google-appengine] GAE and HttpSessionEvent

2013-12-26 Thread Carlos Sergio de Paiva Araujo
. Does anyone know some way to test these events? And why I'm not receiving the HttpSessionEvent when the session times out? Thank you and hope you can help me! Carlos -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To un

[google-appengine] GAE Search API and Golang

2016-08-17 Thread &#x27;Carlos Sura' via Google App Engine
Hello, I've been trying to find examples on how to implement search API on golang for a current project which is taking too long using a live search plugin, but I've been unable to find examples for golang. So, I am wondering if someone can give me references (links, examples, docs) on how ach

[google-appengine] Re: appEngine stopping automatically earlier than configured

2020-04-21 Thread 'Juan Carlos Gomez' via Google App Engine
Hi, Generally speaking the app engine instances can be shutdown for planned and unplanned reasons shown here [1]. There are some planned shutdowns on the instances with automatic_scaling to update the libraries in the host machines and in the runtime environments, the instances are shut down o

  1   2   >