[google-appengine] Re: Interactive console enable in app-engine 2nd gen using python flask

2022-04-26 Thread 'Matt Larkin' via Google App Engine
The interactive console is part of the Remote API, which is only available for 1st gen python (Py2.7). There is a note in the docs, implying that the Remote API is available for 2nd gen runtimes, but that is not correct, and I've submitted a bug to correct it. On Tuesday, April 26, 2022 at

[google-appengine] Re: so frustrated... my paid project was blown away!

2022-04-07 Thread 'Matt Larkin' via Google App Engine
Hi, Sorry to hear that you are having an issue. To clarify, when you say you "saved some data inside my GCP linux console", I'm assuming you mean Cloud Shell , because App Engine doesn't have anything along those lines. Looking at the Cloud Shell

[google-appengine] Re: Questions Re: App Engine bundled services for Java 11

2022-02-22 Thread 'Matt Larkin' via Google App Engine
Hi Martin, >- Does this allow enqueueing tasks within a datastore transaction? I can see from the Javadoc that the Queue.add(Transaction txn, TaskOptions taskOptions) method is still there but not sure how the bundled services work internally. i.e. are they proxying to the new services or

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-12-01 Thread 'Matt Larkin' via Google App Engine
>dev_appserver doesn't seem to work anyway - gives an assertion error (expects python 2, I believe) while my project is Python 3 - in fact trying to migrate from 2 to 3. Sorry, missed this. Without any more details, my guess is you need to provide the `--runtime_python_path` flag (docs

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-12-01 Thread 'Matt Larkin' via Google App Engine
Thanks. I'm following-up with the engineering team to determine if this is expected (meaning the docs need to be updated) or a bug. On Wed, Dec 1, 2021 at 1:38 AM Sajal Gupta wrote: > Am able to make this work now using dev_appserver. It doesn't work with > flask server (at least I cold not

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-30 Thread 'Matt Larkin' via Google App Engine
Hi Sajal, Are you using dev_appserver to run locally, or are you using some other type of toolset (e.g., the Flask dev server)? Best, Matt On Tue, Nov 30, 2021 at 6:05 AM Sajal Gupta wrote: > Hi, > > I was trying to run the now bundled memcache service on localhost > (python3/flask) but got an

[google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-10 Thread 'Matt Larkin' via Google App Engine
>The new library still seems to be missing the BlobstoreDownloadHandler that would allow the end user to be redirected to download the file. This basically set a header and the platform would deliver the blob to the client. Yes, the Public Preview