Status Update
Comments
va...@google.com <va...@google.com>
su...@google.com <su...@google.com> #2
Hello,
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs and request features on Google Cloud products. Please go through
I recommend you to
I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
ni...@daskalou.com <ni...@daskalou.com> #3
Why is this outside the scope of the Issue Tracker when it is an issue with dev_appserver.py?
Please re-open and re-assess properly.
ni...@daskalou.com <ni...@daskalou.com> #4
To be clear, this is a bug with the local Python 3 app server.
jo...@google.com <jo...@google.com> #5
Assigning to Ludo based on conversation in Google Cloud Insiders group.
lu...@google.com <lu...@google.com> #6
ni...@daskalou.com <ni...@daskalou.com> #7
Ludo, any update on this?
ba...@google.com <ba...@google.com>
su...@google.com <su...@google.com> #8
Hello,
Thank you for reporting to us.
The Engineering team is currently working on this issue.While we cannot provide an estimated time for resolving this issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
vb...@gmail.com <vb...@gmail.com> #9
ni...@daskalou.com <ni...@daskalou.com> #10
Is there any update on this?
It's been over two months since the Python 2.7 deployments have stopped and we still have no way to properly test the Images API on our local machines.
Description
!!! URGENT !!!
The problem:
The crux of the matter is that I cannot find any way, nor any examples, on how to use the Python 3 runtime in my local dev environment to:
More info:
The App Engine bundled Images service in the dev server, in the Python 3 runtime, cannot find any images referenced by their blob keys if the image was uploaded to Cloud Storage by the Python 3 runtime (however it works fine if the image was uploaded using the Python 2 runtime).
Expectations:
Using the Python 3 runtime in the dev server, I should be able to upload an image to Cloud Storage, and then use the Images service should find image and return accordingly.
The bundles Images service should be fully supported as shown here .
Steps to reproduce and other information:
I've been migrating from Python 2.7 webapp2 to Python 3 Flask.
I'm currently stuck on trying to get the Python 3 runtime to mimic the Python 2 runtime behaviour when it comes to accessing Google Cloud Storage.
The old Python 2.7 runtime automatically used the local Cloud Storage emulator, but I can only get the Python 3 runtime to save to the cloud based Google Cloud Storage.
This means anything running on local dev that uses the blob key of a Cloud Storage object (e.g. the Images API), is failing.
I tried auto-authenticating with Cloud Storage like this:
but then any call (e.g. stat()) to Cloud Storage would timeout.
So to get the uploads to Cloud Storage to work in the dev server, I instead download a JSON credential file and used this instead:
I suspect this is the culprit (using JSON file credentials instead of auto-auth), but not sure how to get auto-auth working without timing out.
!!! URGENCY !!!
This has been marked as urgent since the Python 2 runtime will drop from the supported list of runtimes in only a few days!