[google-appengine] Request help with enabling SSL for custom domain on Google App Engine

2018-01-17 Thread Anon
I've tried the basic steps I know of but still couldn't enable it (Google 
managed security not working, then uploaded my own keys but browser still 
says not secure). I posted this on Stack Overflow but have yet to fix the 
problem: 
https://stackoverflow.com/questions/48292714/google-app-engine-ssl-error-dns-records-could-not-be-found-even-though-custom

I'd appreciate some guidance from knowledgeable people on this subject. 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0b6d6576-461d-4933-8c0d-6d85c655e31e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: can't start local development server -- what am I doing wrong?

2016-11-18 Thread Anon Sixty
And also "php-cgi.exe" had to be installed from the App Engine SDK 
(GoogleAppEngine-1.9.40.msi) and was apparently not found in my Cloud SDK 
(GoogleCloudSDKInstaller.exe)

On Friday, 18 November 2016 13:34:44 UTC-8, Anon Sixty wrote:
>
> I discovered that the Cloud SDK did not seem to install the python bundle 
> correctly on my Windows PC. 
> I had to do two extra things to continue the tutorial: 
> 1) install Python 2.7.12 
> 2) use the "--php_executable_path=" flag after "dev_appserver.py ." to 
> specify the path to php-cgi.exe
> After that, the local development server would run correctly.
>
> On Thursday, 17 November 2016 14:14:42 UTC-8, Anon Sixty wrote:
>>
>> I'm new to GAE, and just completed the GAE online PHP helloworld 
>> tutorial, but now I have a problem with the quickstart tutorial for local 
>> development:
>> https://cloud.google.com/appengine/docs/php/quickstart#prerequisites
>>
>> My problem is that I cannot start the local development server from 
>> Windows 8.1 command prompt.
>> I've tried typing both "dev_appserver.py 
>> <https://cloud.google.com/appengine/docs/php/quickstart#test_the_application>"
>>  
>> and "dev_appserver.py 
>> <https://cloud.google.com/appengine/docs/php/quickstart#test_the_application>
>>  ." as indicated in the tutorial,
>> but each time I try, I get a prompt from Windows asking "how do you want 
>> to get this type of file (.py)?" 
>> Other than the prompt, there is no error message after I press enter.
>> Afterwards, I cannot access http://localhost:8080/ , so it appears the 
>> server is not running or not loading the "helloworld" project correctly.
>> I've also tried using the Google Cloud SDK Shell instead of the command 
>> prompt, with the same result.
>>
>> I did install the Cloud SDK (including the Python bundle) and also added 
>> the SDK program path to my PATH variable.
>>
>> What am I doing wrong?
>>
>>
>>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/863d47fb-c361-47b0-a9c3-eba3376e31f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: can't start local development server -- what am I doing wrong?

2016-11-18 Thread Anon Sixty
I discovered that the Cloud SDK did not seem to install the python bundle 
correctly on my Windows PC. 
I had to do two extra things to continue the tutorial: 
1) install Python 2.7.12 
2) use the "--php_executable_path=" flag after "dev_appserver.py ." to 
specify the path to php-cgi.exe
After that, the local development server would run correctly.

On Thursday, 17 November 2016 14:14:42 UTC-8, Anon Sixty wrote:
>
> I'm new to GAE, and just completed the GAE online PHP helloworld 
> tutorial, but now I have a problem with the quickstart tutorial for local 
> development:
> https://cloud.google.com/appengine/docs/php/quickstart#prerequisites
>
> My problem is that I cannot start the local development server from 
> Windows 8.1 command prompt.
> I've tried typing both "dev_appserver.py 
> <https://cloud.google.com/appengine/docs/php/quickstart#test_the_application>"
>  
> and "dev_appserver.py 
> <https://cloud.google.com/appengine/docs/php/quickstart#test_the_application>
>  ." as indicated in the tutorial,
> but each time I try, I get a prompt from Windows asking "how do you want 
> to get this type of file (.py)?" 
> Other than the prompt, there is no error message after I press enter.
> Afterwards, I cannot access http://localhost:8080/ , so it appears the 
> server is not running or not loading the "helloworld" project correctly.
> I've also tried using the Google Cloud SDK Shell instead of the command 
> prompt, with the same result.
>
> I did install the Cloud SDK (including the Python bundle) and also added 
> the SDK program path to my PATH variable.
>
> What am I doing wrong?
>
>
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/65821274-da4a-4739-91b9-a1ab01612e2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] can't start local development server -- what am I doing wrong?

2016-11-17 Thread Anon Sixty
I'm new to GAE, and just completed the GAE online PHP helloworld tutorial, 
but now I have a problem with the quickstart tutorial for local development:
https://cloud.google.com/appengine/docs/php/quickstart#prerequisites

My problem is that I cannot start the local development server from Windows 
8.1 command prompt.
I've tried typing both "dev_appserver.py 
" 
and "dev_appserver.py 

 ." as indicated in the tutorial,
but each time I try, I get a prompt from Windows asking "how do you want to 
get this type of file (.py)?" 
Other than the prompt, there is no error message after I press enter.
Afterwards, I cannot access http://localhost:8080/ , so it appears the 
server is not running or not loading the "helloworld" project correctly.
I've also tried using the Google Cloud SDK Shell instead of the command 
prompt, with the same result.

I did install the Cloud SDK (including the Python bundle) and also added 
the SDK program path to my PATH variable.

What am I doing wrong?


-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/da60b7cc-5f3f-41db-8b3c-aaa4b4bcd2a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Proposal : CapabilityDisabledError enhancements

2010-09-06 Thread Anon
Hi,

Would it be possible to enhance the way read-only mode of GAE handled during
read-only maintain periods? We should not only be able to probe if write
access is enabled on datastore but also in case its in read-only mode
(scheduled downtime) it should return, in 'minutes', the probable time when
the datastore would enable write access again.

This should not be a big issue considering its a scheduled downtime and the
info is already made available on GAE status page. What this will allow us
is to display this probable time to end user and ask him/her to return after
that much period of time to post new commet/reply or whatever requires a
write access to datastore.

Thanks,
www.geoleaks.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.