[google-appengine] Using java sessions with CloudEndpoints

2017-05-29 Thread Amir Naor
I have a legacy GAE java project that uses the standard java sessions (with the default GAE support) to store the user ID following a custom authentication flow that involves another 3rd party. I was looking to move from using raw servlets to Cloud Endpoints while keeping the current authentic

[google-appengine] Re: Deploy App Into Google App Engine

2017-05-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hi Yoki234, Welcome to the forum! When it comes to Python on App Engine, you generally have 2 options, deploy to the App Engine standard environment or the flexible environment. The Quick Start guide for the standard environment

Re: [google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-05-29 Thread 'George (Cloud Platform Support)' via Google App Engine
In the EXIF metadata of the provided file one can see: Software ... �Ʀ즨�� . What happens if you modify this entry (replacing the characters with some ASCII)? If you check for all other images causing failure, do you see similar non-ASCII characters? Otherwise, do images that do not cause error

[google-appengine] Re: GAE configuration & Billing

2017-05-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The usage billed for all the resources you describe depends on many factors. While the size of an application and the volume content may be small, the usage may be much greater. App Engine flexible environment bills per instance hour

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-29 Thread Jason Collins
It depends on when you created your project. Projects created since late 2016 use GCS by default. Projects created before that date used an internal storage by default where the blobs do not appear in GCS, though you can choose to use GCS instead by explicitly specifying a bucket. On Mon, 29 May

[google-appengine] Re: appengine and OS environment variables

2017-05-29 Thread Vitaly Bogomolov
Hi, George. done: https://issuetracker.google.com/issues/62172664 > You are encouraged to open a corresponding issue on issuetracker, so all > developments and eventual solution may be easily followed. > WBR, Vitaly. -- You received this message because you are subscribed to the Google Gro

[google-appengine] Re: appengine and OS environment variables

2017-05-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Vitaly, You are encouraged to open a corresponding issue on issuetracker, so all developments and eventual solution may be easily followed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop recei

Re: [google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-05-29 Thread 'George Suceveanu' via Google App Engine
Hi Nickolas, You are most welcome to send private messages any time. If the URL you mention is publicly accessible, it sounds a bit contradictory: you wanting to send it in a private message. Please go ahead anyhow, if you think all this OK. On Mon, May 29, 2017 at 7:19 AM, Nickolas Daskalou wr

[google-appengine] GAE configuration & Billing

2017-05-29 Thread anandh
Google App Engine: Few weeks back I have developed an RoR application in GAE with aditional resources as CloudSQL and Storage Bucket. Our application is very simple CMS site. Here the app size details, Application size not more than - 200Mb. Storage - 90MB SQL - 100MB I have chosen free trai

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-29 Thread Joshua Fox
Blobstore can either use GCS as a backing store or use its own internal backing-store. My problem is what to do with a Blobstore that is not backed by GCS. On Mon, May 29, 2017 at 2:52 PM, Attila-Mihaly Balazs wrote: > I'm confused a little bit. Isn't Blobstore backed by GCS? Why would one > nee

Re: [google-appengine] Re: What's up with Blobstore?

2017-05-29 Thread Attila-Mihaly Balazs
I'm confused a little bit. Isn't Blobstore backed by GCS? Why would one need to "migrate"? I only use Blobstore for the "create_upload_url" functionality and all the post-processing of the data is done trough GCS. Attila -- You received this message because you are subscribed to the Google Gro

Re: [google-appengine] Is it possible to contribute to the GAE standard SDK?

2017-05-29 Thread Attila-Mihaly Balazs
BTW, I believe that the search service is deprecated so I would migrate off of it ASAP. Attila -- 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-appe

[google-appengine] Re: GAE Python - Error during the import _winreg

2017-05-29 Thread Attila-Mihaly Balazs
There was a similar problem with Flask / click some times back: https://github.com/pallets/click/issues/594 The root of the issue is that some modules (like requests, click, etc) have an "if Windows do this else do that" logic. Now AppEngine is most definitely Linux in production, however the d

[google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-05-29 Thread Nickolas Daskalou
Hi George, I'm pretty sure I replied to you in a private message, but in case you didn't receive it... For privacy reason I can send you a URL of an image in a private message, would that suffice? Thanks, Nick On Friday, 26 May 2017 00:48:51 UTC+10, George (Cloud Platform Support) wrote: >