[google-appengine] Re: Cannot upload SSL certificate: "You do not have sufficient permissions to view this page."

2017-09-08 Thread 'Nicola Spreafico' via Google App Engine
I had the very same problem as you, unable to load certificate and useless message ""You do not have sufficient permissions to view this page". As I discovered, try upload the certificate with gcloud: https://cloud.google.com/appengine/docs/standard/python/using-custom-domains-and-ssl#adding_ssl

[google-appengine] Re: Cannot upload SSL certificate: "You do not have sufficient permissions to view this page."

2017-09-08 Thread 'Nicola Spreafico' via Google App Engine
I had the very same problem as you, unable to load certificate and useless message ""You do not have sufficient permissions to view this page". As I discovered, try upload the certificate with gcloud: https://cloud.google.com/appengine/docs/standard/python/using-custom-domains-and-ssl#adding_ss

[google-appengine] Re: Cron job runs successfully on local development server but fails after deployed

2017-09-08 Thread Kai Zhou
Thanks George! This is just the problem. 在 2017年9月8日星期五 UTC+8上午1:46:49,George (Cloud Platform Support)写道: > > Hello Zhou, > > None of your two projects seem to have a task queue; no queue is visible > in the Developers' Console. Without a queue, you get the > "UnknownQueueError" error message

[google-appengine] Re: [Google Cloud Insiders] Google App Engine apps blocked by an organization, any suggestions?

2017-09-08 Thread PK
Kalev: I understand and I even happen to know what you are talking about, but the reason I went with GAE is so that I do not have to do all that and then keep it up to date... Mike: like I said there is a big IT organization, slowly moving, I am working with my customer to explore this optio

[google-appengine] Re: [Google Cloud Insiders] Google App Engine apps blocked by an organization, any suggestions?

2017-09-08 Thread Mike Schlanser
Why not just whitelist the ip range for app engine from inside the orgs network and have it ignore the rule for too much traffic? Thanks, Mike Mike Schlanser | Senior Engineer | Promevo 1720 Wildcat Blvd. Suite 200 | Burlington, KY | 41005 Promevo.com | mike.schlan...@pr

[google-appengine] Google App Engine apps blocked by an organization, any suggestions?

2017-09-08 Thread PK
This is related to another thread I initiated today. I am pretty convinced now that the following is happening: 1. My customer tries to access my GAE standard app from inside an organization’s network. The organization has some rules in some networking device, that state: If too much traffic go

[google-appengine] Re: Cannot upload SSL certificate: "You do not have sufficient permissions to view this page."

2017-09-08 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Here is the documentation on how to use Custom Domains and SSL or Configuring SSL for Instances . If you are still affected after following the

[google-appengine] Re: Unable to upload SSL cert: Error message "You do not have sufficient permissions to view this page."

2017-09-08 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
This is a duplicate of this thread . I recommend all discussions be made on this link . -- You received this message because you are subscribed to the Goo

[google-appengine] Cannot upload SSL certificate: "You do not have sufficient permissions to view this page."

2017-09-08 Thread Imaginary Landscape
Hello, For some reason I am unable to upload an SSL cert. Every time I do I get the error message "You do not have sufficient permissions to view this page" and I am unsure as to why. I am a verified owner of the domain and likewise possess the owner role for the project. Please help! -- You

[google-appengine] Unable to upload SSL cert: Error message "You do not have sufficient permissions to view this page."

2017-09-08 Thread Imaginary Landscape
Hello all, For the life of me I cannot figure out why I am unable to upload an ssl cert for a client. My gmail account is a verified owner of the domain and likewise I do have the `owner` role assigned to my user. Similarly, my client can also not upload the cert do to this pop-up error. I cann

[google-appengine] Re: How to structure multiple services?

2017-09-08 Thread Anton Bacaj
I've experimented with google cloud and have figured this out already. Folder structure is as follows: Now before you deploy declare an environment

[google-appengine] Re: Create Locales On Google Cloud Platform [PHP]

2017-09-08 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Mandeep, The PHP Runtime has a number of dynamically loadable extensions , one of which being the intl extension which should suit your needs. As for "t

[google-appengine] Re: How to structure multiple services?

2017-09-08 Thread Robie Ie
Hmm ok I have an idea of how to solve this but requires a little more from app.yaml Is it possible to change the command that app.yaml uses to start your app? Currently it calls "npm run start". -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

[google-appengine] Create Locales On Google Cloud Platform [PHP]

2017-09-08 Thread Mandeep Kaur
Hello, I am trying to implement I18n translation (using PHP gettext) on my website which is deployed on Google Cloud. I have Implemented the translation using gettext on localhost by configuring locales through command line (ubuntu) and its working fine there. But when I upload, it becomes idl