[google-appengine] Re: 404 after project wrongly suspended for social engineering and then reinstated

2022-03-04 Thread 'Felipe Bergallo Corral' via Google App Engine
Ok, I've noticed something that I didn't before: Whether or not the path (url) you use has a trailing slash or not affects the outcome. For example: https://discord-dictionary-bot.uc.r.appspot.com/docs/settings -> 404 (not the catch-all you've set up) https://discord-dictionary-bot.uc.r.appspot.c

Re: [google-appengine] Re: GAE standard and flex: support PHP 8

2022-02-22 Thread 'Felipe Bergallo Corral' via Google App Engine
Hey there, The link provided by David was using the Flexible URL and changing it to Standard, so by default it linked to PHP 5, which is the older version for GAE Standard. By simply changing the php in the url to php7

[google-appengine] Re: 404 after project wrongly suspended for social engineering and then reinstated

2022-02-22 Thread 'Felipe Bergallo Corral' via Google App Engine
Darrell mentioned traffic allocation, but in your response you stated that your only routing configuration is in your app.yaml file. What Darrell was referring to was the versions page , which should contain every version you've uploaded to A

Re: [google-appengine] Re: Server Side Custom domain configuration

2022-02-11 Thread 'Felipe Bergallo Corral' via Google App Engine
Hey, I do believe those are the right steps but the screenshots you've attached state that the DNS configuration isn't properly configured - it says that the registry of the Certificate Authority Authorization of your domain has denied the activation of the certificate. If I visit metric.das.es

[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-26 Thread 'Felipe Bergallo Corral' via Google App Engine
I would recommend using a Cloud Pub/Sub trigger to run your code inside of a Cloud Run instance (in short add a "Cloud Pub/Sub" notification channel instead of a webhook, then create a Cloud Run instance with the cloud pub/sub channel as a trigger; it's considered an EventArc trigger, you should

[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-26 Thread 'Felipe Bergallo Corral' via Google App Engine
Alright, I've been testing this and my understanding is that the "Add Webhook" dialog box is to *create *a webhook rather than linking up and existing webhook... The naming is somewhat confusing, but after re-reading the docs, that seems to be the intent On Wednesday, January 26, 2022 at 4:45:1

[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-26 Thread 'Felipe Bergallo Corral' via Google App Engine
I recognize that dialog(ue) box from the Monitoring section, I don't recall it being in the GAE Dashboard. Eitherway, I think the issue here is that it's not gonna send the same kind of message as the Chat Webhook is expecting (here's what Monitoring is sending

[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-24 Thread 'Felipe Bergallo Corral' via Google App Engine
Well, there is step-by-step documentation here , but I'm guessing you already read that so if you're having trouble setting it up... Would you mind showing us a sanitized version of your code? (Might be something in there that's off which is

Re: [google-appengine] Re: App Engine standard and compressed requests

2022-01-19 Thread 'Felipe Bergallo Corral' via Google App Engine
our App Engine Java app will receive them > as being uncompressed. But occasionally App Engine Java app will receive > them as still being uncompressed. > On 18.1.2022 15.05, 'Felipe Bergallo Corral' via Google App Engine wrote: > > So, just to get this straight beca

[google-appengine] Re: App Engine standard and compressed requests

2022-01-18 Thread 'Felipe Bergallo Corral' via Google App Engine
So, just to get this straight because I can be a little slow on the uptake sometimes: All of the requests you are sending to App Engine are uncompressed, but occassionally App Engine will receive them as being compressed, is that correct? On Wednesday, January 12, 2022 at 3:36:26 PM UTC+1 samu

[google-appengine] Re: App Engine standard and compressed requests

2022-01-12 Thread 'Felipe Bergallo Corral' via Google App Engine
My understanding is that that 32MB constraint is only if the responses are not on Cloud Storage or Legacy Blobstore. If you're requesting gzip-compressed responses, then the responses shouldn't be uncompressed, as far as I understand it - according to this

Re: [google-appengine] Re: GAE: Application Run time environment in Python 3

2021-12-29 Thread 'Felipe Bergallo Corral' via Google App Engine
t; environment. > > I am suggesting that similar section be added for python 3 local > development server page with the python 3 related key value. > > Regards > > On Fri, 24 Dec 2021 at 7:51 PM 'Felipe Bergallo Corral' via Google App > Engine wrote: > >&

[google-appengine] Re: GAE standard and flex: support PHP 8

2021-12-27 Thread 'Felipe Bergallo Corral' via Google App Engine
Hey there, There are no public updates at this time - the team is currently still working on this. As for PHP 8.1, since it is a minor version I don't believe that a separate tracker is required for it. If it is, said tracker will likely be created once this first tracker is set as `Closed` (mo

[google-appengine] Re: GAE: Application Run time environment in Python 3

2021-12-24 Thread 'Felipe Bergallo Corral' via Google App Engine
In which document is this found? Asking so I can report this if that's the case (and if there isn't already a feature request for this to be included, which I'd be surprised if there wasn't) On Thursday, December 23, 2021 at 8:33:53 AM UTC+1 sa...@visiblebox.com wrote: > Thanks Felipe. Actuall

[google-appengine] Re: GAE: Application Run time environment in Python 3

2021-12-22 Thread 'Felipe Bergallo Corral' via Google App Engine
If you're looking for the Python3 equivalent of that command, I believe I found your answer here In short, it's the *platform * library, *platform.system

[google-appengine] Re: Entities not showing in DataStore

2021-11-09 Thread 'Felipe Bergallo Corral' via Google App Engine
Are they visible if you query by GQL? Are they visible inside the application (or script, rather)? How are these entities being defined? On Wednesday, November 3, 2021 at 12:09:46 PM UTC+1 fra.m...@gmail.com wrote: > My Python 2.7 script runs smoothly. It was deployed first time in 2012 on > A

[google-appengine] Re: How To Get Started With Embedding Google Reviews

2021-11-08 Thread 'Felipe Bergallo Corral' via Google App Engine
I'm guessing you're referring to the Google Reviews obtainable via the MyBusiness API , rather than the Maps API which is limited to the fiv

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-13 Thread 'Felipe Bergallo Corral' via Google App Engine
now if you want to view my log ,and I'll > add you as a viewer ,have no problem with that , > what excelly do you need to help me viewing my endpoint portal,because I've > already done all the auth process ,and still I can't access my > endpoint portal , why? > &g

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-13 Thread 'Felipe Bergallo Corral' via Google App Engine
e is itself a > self-contained PaaS system. > > On Wed, May 12, 2021 at 9:12 AM Guy Dviri wrote: > >> [image: image.png] >> >> Why can't I enter this portal >> <https://endpointsportal.pivotal-robot-662.cloud.goog/>? >> >> So you see, GAE is

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-12 Thread &#x27;Felipe Bergallo Corral&#x27; via Google App Engine
it was something similar to that, asking me > to choose JDK. ( I can't find the exact menu after approval. ,sorry ) > > thanks Guy. > > By the way ,can you pls help enter my endpoint portal , I have all the > certification and still can't choose API ,why? >

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread &#x27;Felipe Bergallo Corral&#x27; via Google App Engine
anyway solve it after almost 3 days,, the problem was probably using jdk > 16.1 instead of 11. > if the log can give me clues about it , that would save me some time ,and > maybe save time for others. > thanks. > > On Tue, May 11, 2021 at 11:27 AM 'Felipe Bergallo Cor

[google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread &#x27;Felipe Bergallo Corral&#x27; via Google App Engine
To be clear, would you kindly either elaborate on the changes you've performed that have lead you to this error? Or possibly look into the logs found within the Logs Explorer to see if there's a more specific error in there? On Tuesday, May 11, 2021 at 10:25:22 AM UTC+2 Felipe Bergallo Corral w

[google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread &#x27;Felipe Bergallo Corral&#x27; via Google App Engine
Pardon, but that's... A bit ambiguous. 500 server error is any error within the server itself, which can refer to either the endpoint server or the sql server, would you kindly elaborate? On Thursday, May 6, 2021 at 2:01:32 AM UTC+2 dvir...@gmail.com wrote: > > > > 500 Server Error > > > Er

[google-appengine] Re: Composer 2 available

2021-05-03 Thread &#x27;Felipe Bergallo Corral&#x27; via Google App Engine
Hello there Mr. Hagen, I don’t quite like responding to a question with another question, but: Would you kindly provide us with the log yet again? I understand that you likely provided it through a link due to the size of it. However, when I attempt to follow said like I get the following messag