[google-appengine] Re: get_serving_url for images available in Ruby gem?

2018-08-21 Thread 'Julie (cloud platform support)' via Google App Engine
This looks like a duplicate of this Groups post which as been answered. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiv

[google-appengine] Re: get_serving_url for Ruby gem?

2018-08-21 Thread 'Julie (cloud platform support)' via Google App Engine
It seems Ruby is not a supported language for Images AP I. You can use App Engine Flex and implement a Ruby custom runtime however only App Engine Standard has access to the Ima

Re: [google-appengine] Re: Adding a domain with google SSL to google cloud wordpress instance - question

2018-08-21 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
The aforementioned documentation I noted, shows how to add your custom domain and SSL certificate for your App Engine app. The error you mentioned indicates that your don’t have permission to access the app or it may not exist. It seems you don’t have any App Engine app in your project. If s

[google-appengine] Re: Raspberry Pi 3 B+ GPS Data Logger and Google IoT core!

2018-08-21 Thread 'Steeve' via Google App Engine
Hello, Upon searching internally, I was unable to find how to implement Data Logger with Google IoT core which is most likely not supported. However, from this public article [1], it is said the following: "Stackdriver Logging collects and stores logs. Key device lifecycle events are logged fo

[google-appengine] Re: How to read a joblib file from bucket?

2018-08-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Soheil, It doesn't seem possible to read the file as if it were local. You need to build reference to Google Cloud Storage. For details, you are encouraged to read the "Reading and Writing to Google Cloud Storage" online document

[google-appengine] Secrets on App Engine Flex

2018-08-21 Thread Eric Hauser
The standard method of storing a secret in GCS encrypted via KMS generally works fine. However, the Service Account documentation for App Engine Flex states (https://cloud.google.com/appengine/docs/flexible/python/service-account): "Do not modify the permissions of the App Engine flexible envir

[google-appengine] Re: Secure all URLs Security constraint is not working in App engine Standard java

2018-08-21 Thread 'David (Google Cloud Support)' via Google App Engine
Hello, If you are using an SDK, try to rebuild the project and re-opening the SDK. Doing this will ensure that the problem is not coming from the SDK running an older build. However, If the urls are still not asking for admin privileges, I would recommend adding security constraints to ea