[google-appengine] Re: GAE Standard | Local Dev | Python37: google.appengine.api not found

2019-11-25 Thread Ryan B
hi Yanay! the classic App Engine APIs in google.appengine.api aren't available 
in the Python 3 runtime. More details: 
https://cloud.google.com/appengine/docs/standard/python3/python-differences#app_engine_apis


On Sunday, November 24, 2019 at 6:08:57 PM UTC-8, Yanay Lehavi wrote:
>
> I see a number of threads on this in git etc. but they all seem unresolved:
>
> >>> import google.appengine.api
>
> Traceback (most recent call last):
>
>   File "", line 1, in 
>
> ModuleNotFoundError: No module named 'google'
>
> >>> 
>
> In the above mentioned threads, some people suggested various env vars, 
> none of which I have, nor ever needed... (been developing GAE locally for a 
> long time).
> My platform: Mac Catalina.
> Anyone knows how to resolve this?
> Many thanks
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2fbbae44-76e6-4e28-9cc6-3c4bfe50f074%40googlegroups.com.


[google-appengine] Re: Privacy concerns with Natural Language API and Speech-To-Text

2019-11-25 Thread Carl Carlson
Do you happen to know if data is sent beyond the borders of origin country?
Example:
Web application deployed on virtual machine in Australia sends data to 
either speech to text or natural language API. Does that data ever leave 
Australian borders?

On Friday, 22 November 2019 21:37:48 UTC-8, Tahamina (Google Cloud Platform 
Support) wrote:
>
> When you import training data to Cloud AutoML 
> , Google needs to 
> store that content in order to train a machine learning model. This allows 
> you to manage, annotate, modify the dataset, and to re-train the model 
> without re-import. Data is stored securely on Google servers after 
> encryption, until you delete the dataset or project.
>
> When you send prediction content to Cloud AutoML, we must store that 
> content for a short period of time in order to perform the analysis and 
> return the results to you. The stored content is typically deleted in a few 
> hours, although occasionally we will retain it for longer while we perform 
> debugging and other testing. Google also temporarily logs some metadata 
> about your requests (such as the time the request was received and the size 
> of the request) to improve our service and combat abuse.
>
> Regarding Speech to Text API, your data collected through data logging 
>  enjoys the 
> same level of security as all other Google Cloud services. The Google 
> security model is an end-to-end process, built over 15 years of experience 
> and focused on keeping customers safe on Google applications like Gmail, 
> Search and other Apps.
>
> User data privacy in Google speech to text api 
> 
>  
> and User data privacy in Google speech to text api 
> 
>  
> have more explanation on this.
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d48cfe78-5fb1-45ac-8fae-ba11669d86cc%40googlegroups.com.


[google-appengine] problems when upload large files from google app engine to google storage help plz

2019-11-25 Thread ahmed helal
I have php Laravel application on google app engine and use google storage
I have to upload 68000 files may be more to google storage bucket 
I made this by Signed URLs and send the files by ajax but after time it 
sent 503 
any suggestions?

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fcaef32b-213b-46b5-8921-70af43d15b1e%40googlegroups.com.


Re: [google-appengine] Re: GAE Standard | Local Dev | Python37: google.appengine.api not found

2019-11-25 Thread 'Andrew Gorcester' via Google App Engine
Hi Yanay,

I'm an engineer at Google working on making the migration from GAE Python
2.7 (a Gen 1 runtime) to Python 3.7 (a Gen 2 runtime) clearer for users. In
addition to the page Ryan linked above which explains the differences, we
have also recently published this migration homepage with some tutorials
and examples:
https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3/

Please take a look and let us know if you need more specific information.
Thanks!

On Mon, Nov 25, 2019 at 9:58 AM Ryan B  wrote:

> hi Yanay! the classic App Engine APIs in google.appengine.api aren't available
> in the Python 3 runtime. More details:
> https://cloud.google.com/appengine/docs/standard/python3/python-differences#app_engine_apis
>
>
> On Sunday, November 24, 2019 at 6:08:57 PM UTC-8, Yanay Lehavi wrote:
>>
>> I see a number of threads on this in git etc. but they all seem
>> unresolved:
>>
>> >>> import google.appengine.api
>>
>> Traceback (most recent call last):
>>
>>   File "", line 1, in 
>>
>> ModuleNotFoundError: No module named 'google'
>>
>> >>>
>>
>> In the above mentioned threads, some people suggested various env vars,
>> none of which I have, nor ever needed... (been developing GAE locally for a
>> long time).
>> My platform: Mac Catalina.
>> Anyone knows how to resolve this?
>> Many thanks
>>
> --
> 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-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/2fbbae44-76e6-4e28-9cc6-3c4bfe50f074%40googlegroups.com
> 
> .
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CANtYgFLu%3D2S%2B_w_et%2B35QOaM_w7R6J-JiB%2BDcoVMXcy7s1S%3DNg%40mail.gmail.com.


[google-appengine] Re: How do you enable GCH to allow WP SMTP to send emails thru external source?

2019-11-25 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Simon,

What is a WP SMTP MAIL plugin? Are you referring to Word Press?

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3cd06e37-9d51-4b53-8724-c22faa483455%40googlegroups.com.


[google-appengine] Re: Privacy concerns with Natural Language API and Speech-To-Text

2019-11-25 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Carl,

Do you want to know if there is Natual Language API processing done only in 
Australia?

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/86348ec5-9409-4236-af4a-d71ff9a02a17%40googlegroups.com.


Re: [google-appengine] Re: GAE Standard | Local Dev | Python37: google.appengine.api not found

2019-11-25 Thread Yanay Lehavi
Thank you Andrew. We have migrated most of our stuff to py37 and everything 
works very well so far. I'm familiar with the documentation. The reason I 
started this thread is I'm trying to migrate automated email (which in 27 
call the appengine.api package). It looks like there's no way to send email 
under 37?

Thanks!

On Monday, November 25, 2019 at 12:00:22 PM UTC-8, Andrew Gorcester wrote:
>
> Hi Yanay,
>
> I'm an engineer at Google working on making the migration from GAE Python 
> 2.7 (a Gen 1 runtime) to Python 3.7 (a Gen 2 runtime) clearer for users. In 
> addition to the page Ryan linked above which explains the differences, we 
> have also recently published this migration homepage with some tutorials 
> and examples: 
> https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3/
>
> Please take a look and let us know if you need more specific information. 
> Thanks!
>
> On Mon, Nov 25, 2019 at 9:58 AM Ryan B > 
> wrote:
>
>> hi Yanay! the classic App Engine APIs in google.appengine.api aren't 
>> available 
>> in the Python 3 runtime. More details: 
>> https://cloud.google.com/appengine/docs/standard/python3/python-differences#app_engine_apis
>>
>>
>> On Sunday, November 24, 2019 at 6:08:57 PM UTC-8, Yanay Lehavi wrote:
>>>
>>> I see a number of threads on this in git etc. but they all seem 
>>> unresolved:
>>>
>>> >>> import google.appengine.api
>>>
>>> Traceback (most recent call last):
>>>
>>>   File "", line 1, in 
>>>
>>> ModuleNotFoundError: No module named 'google'
>>>
>>> >>> 
>>>
>>> In the above mentioned threads, some people suggested various env vars, 
>>> none of which I have, nor ever needed... (been developing GAE locally for a 
>>> long time).
>>> My platform: Mac Catalina.
>>> Anyone knows how to resolve this?
>>> Many thanks
>>>
>> -- 
>> 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-a...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-appengine/2fbbae44-76e6-4e28-9cc6-3c4bfe50f074%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5ee38ced-fcd4-4f8f-bf80-2e1b4b51338f%40googlegroups.com.


Re: [google-appengine] Re: GAE Standard | Local Dev | Python37: google.appengine.api not found

2019-11-25 Thread 'Andrew Gorcester' via Google App Engine
Unfortunately there is not currently any Google Cloud replacement for the
GAE Mail API. We are aware of the gap in our migration story and are
working to fix it.

On Mon, Nov 25, 2019, 5:44 PM Yanay Lehavi  wrote:

> Thank you Andrew. We have migrated most of our stuff to py37 and
> everything works very well so far. I'm familiar with the documentation. The
> reason I started this thread is I'm trying to migrate automated email
> (which in 27 call the appengine.api package). It looks like there's no way
> to send email under 37?
>
> Thanks!
>
> On Monday, November 25, 2019 at 12:00:22 PM UTC-8, Andrew Gorcester wrote:
>>
>> Hi Yanay,
>>
>> I'm an engineer at Google working on making the migration from GAE Python
>> 2.7 (a Gen 1 runtime) to Python 3.7 (a Gen 2 runtime) clearer for users. In
>> addition to the page Ryan linked above which explains the differences, we
>> have also recently published this migration homepage with some tutorials
>> and examples:
>> https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3/
>>
>> Please take a look and let us know if you need more specific information.
>> Thanks!
>>
>> On Mon, Nov 25, 2019 at 9:58 AM Ryan B  wrote:
>>
>>> hi Yanay! the classic App Engine APIs in google.appengine.api aren't 
>>> available
>>> in the Python 3 runtime. More details:
>>> https://cloud.google.com/appengine/docs/standard/python3/python-differences#app_engine_apis
>>>
>>>
>>> On Sunday, November 24, 2019 at 6:08:57 PM UTC-8, Yanay Lehavi wrote:

 I see a number of threads on this in git etc. but they all seem
 unresolved:

 >>> import google.appengine.api

 Traceback (most recent call last):

   File "", line 1, in 

 ModuleNotFoundError: No module named 'google'

 >>>

 In the above mentioned threads, some people suggested various env vars,
 none of which I have, nor ever needed... (been developing GAE locally for a
 long time).
 My platform: Mac Catalina.
 Anyone knows how to resolve this?
 Many thanks

>>> --
>>> 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-a...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-appengine/2fbbae44-76e6-4e28-9cc6-3c4bfe50f074%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/5ee38ced-fcd4-4f8f-bf80-2e1b4b51338f%40googlegroups.com
> 
> .
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CANtYgFJd8BMzetwv3omnF4XnQZ639-vtsBqF0f_TJ_f0%3DU9PcQ%40mail.gmail.com.


[google-appengine] Sign in chooser in GAE?

2019-11-25 Thread kenji uno
Hi.

I want to implement Google Account switch after login using Google Account 
(GAE/Python project).

I have some Google Accounts (including personal and business), and 
sometimes need to switch.

Logout is unfortunately removes login session itself.
If you use Google Chrome, Google Chrome itself also tries to logout.

Is it possible to use sign in chooser (
https://accounts.google.com/AddSession/signinchooser?...) already 
implemented in native Google Services?

kenjiuno

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0e26cee1-10ae-4a8a-85dd-87afb4886b70%40googlegroups.com.


[google-appengine] Re: Privacy concerns with Natural Language API and Speech-To-Text

2019-11-25 Thread Carl Carlson
Yes, is this possible?

On Monday, 25 November 2019 14:25:48 UTC-8, Elliott (Cloud Platform 
Support) wrote:
>
> Hello Carl,
>
> Do you want to know if there is Natual Language API processing done only 
> in Australia?
>
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9e10305e-0a6c-4dd1-b508-87900a10bdef%40googlegroups.com.


[google-appengine] Re: Cloudflare 522 on GCH Wordpress Website - please help.

2019-11-25 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Simon,

Are using Cloudflare as a DNS provider and migrating to GCP? What is GCH? I 
cannot find documentation about that.

If you are having issues with Cloudflare? If so, please refer to this link 

.

-- 
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-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/970474d2-d78d-4d4c-9c2c-5312060712c0%40googlegroups.com.