[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 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/20aabe06-b006-4b8d-859a-2a59690ebafc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Images service 
. 
This feature request has been filed and you can updates on this feature 
using this issue tracker . Please 
note that feature requests are not guaranteed and there is no ETA on them.

-- 
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/ef5072d2-36e9-4418-a2ce-d601df421f6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 so, I 
recommend to take a look at this thread in Stack Overflow. If the issue 
still persists, you may post your full detailed question 
 to Stack Overflow 
, since Google Groups 
are reserved for general Google Cloud Platform-end product discussions and 
not for technical questions.

-- 
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/89b82187-3d87-4dbb-ac3d-bef4187d97cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 for auditing. A subset of telemetry events can be relayed into 
Stackdriver Logging for analysis and reporting. Using Stackdriver Logging 
can save you a lot of time and effort compared to building a custom logging 
solution."

I would encourage you using Stackdriver Logging

[1]: https://cloud.google.com/solutions/iot-overview#operations


On Monday, August 20, 2018 at 9:27:21 AM UTC-4, Kwong cho leung Kwong cho 
leung wrote:
>
> Thank you very much!
> Subject : Raspberry Pi 3 B+ GPS Data Logger and Google IoT core!
> 1. It is Raspberry Pi 3 B+ GPS Data Logger.
> https://www.instructables.com/id/Raspberry-Pi-3-GPS-Data-Logger/
> 2. The question is that how does it implement for Data Logger to Google 
> IoT core???
> 3. Please give me some information for solving above qutestion!
> Big Have international space information (ISI) ltd..
> Mr,choleungKwong@!
> Mr.Truth and only Truth clkwong@
> Thank you very much!
>

-- 
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/e46f778c-9487-40e8-a728-59722f3c5f3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 

. 

-- 
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/11d58863-dba6-4875-9457-29122ea52d21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 environment 
service account."

What's the recommended way to give a Flex container the ability to decrypt 
a secret if you can't grant permissions to a KMS key? 

-- 
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/5cf74b8e-4153-4ea7-b556-e616f674eb68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 each file separately by putting 
the full path and see if that works first. Doing this, you will be able to 
confirm if somehow the problem is url-pattern related. You can read more 
about how url mappings and security constraints are handled in the chapter 
11 “Mapping Requests to Servlets” and 12.8 “Specifying Security 
Constraints” of this third party document Java(TM) Servlet Specification 
2.4 Final Release 
, 
you would need to accept the licence agreement and download the first 
document.


As for your second question, requests are routed to the Service control API 
which decides if these are permitted or not depending on how you configure 
your API, before sending it to the endpoints of your application, please 
review this document Endpoints Frameworks 

 
in order to learn more about endpoints frameworks and how requests are 
handled on the App Engine standard environment. For more information about 
adding user authentication to an API for applications using Cloud Endpoints 
Frameworks, please review this document Authenticating users 

.

On Friday, August 17, 2018 at 10:59:41 PM UTC-4, Azeem Haider wrote:
>
>
> I'm using App Engine standard environment. I want to make all url to 
> access only admin.
>
> Here is my web.xml but this one is not working for me I test it on local 
> development. 
>
>
>  
> .. 
>
>  
>  
>admin 
>  
>  
> 
>   admin 
>   /* 
> 
>
>  admin 
>
>  
>
> . 
> 
>
>
>
> I checked the documentation right here Security and Authentication 
> 
>  
> Can you please let me know why this one is not working for me. What I'm 
> doing wrong ?
>
> And second thing I want to ask is that If I protect all urls to access 
> only admin can I still use cloud endpoint lib in Android can my app access 
> endpoints or not without any login ?
>
> I'm using java8
>

-- 
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/64d2b6ae-bd9a-4064-9fe1-422bdb1aecdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.