User will not have to login. Your server will be "logging in".

It would be something similar to this[1], but insteaqd of the compute 
engine it would be the ML engine.

[1] 
https://cloud.google.com/solutions/mobile/mobile-app-backend-services#compute-engine-rest-grpc
 

On Thursday, August 16, 2018 at 6:30:39 PM UTC-4, Soheil Novinfard wrote:
>
> I need to connect it to my ios app, I don’t expect the users login to 
> their Google account for authentication
>
> On Thu, Aug 16, 2018 at 8:34 PM 'Nathan (Cloud Platform support)' via 
> Google App Engine <[email protected]> wrote:
>
>> As mentioned in the first stack question you provided, the client only 
>> sets the parameters for the call through the frontend. This way the "only 
>> one" who needs access is the server. Can you provide me more details 
>> regarding your use case, is there a reason why you need unrestricted 
>> access? 
>>
>> On Tuesday, August 14, 2018 at 12:22:33 PM UTC-4, Soheil Novinfard wrote:
>>>
>>> Hi,
>>>
>>> I have an iOS app which I'm trying to connect it to ML engine. I want 
>>> unrestricted access to my model for public to do so. These are the related 
>>> questions I've written about in stackoverflow:
>>>
>>> https://stackoverflow.com/questions/51769766/access-publicly-to-google-ml-engine-within-rest-api
>>>
>>> https://stackoverflow.com/questions/51755617/access-google-ml-engine-by-ios-application
>>>
>>> I want to access it by the following address:
>>>
>>>
>>> https://ml.googleapis.com/v1/projects/personality-detection/models/svm_gs_ext/version/EXT:predict
>>> Which follows the pattern that described here 
>>> <https://cloud.google.com/ml-engine/reference/rest/v1/projects/predict> 
>>> in Google documents:
>>> https://ml.googleapis.com/v1/{name=projects/**}:predict
>>>
>>> I tried to add API key to the request so it could be accessible:
>>>
>>>
>>> https://ml.googleapis.com/v1/projects/personality-detection/models/svm_gs_ext/version/EXT:predict?key=MY_KEY
>>>
>>> But none of the tries were successful. The 404 error message appears on 
>>> the screen.
>>>
>>> What should I do to solve the problem?
>>>
>> -- 
>> 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 [email protected].
>> To post to this group, send email to [email protected].
>> 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/e599bd2a-3c86-4304-9aff-723b6ce0bb21%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-appengine/e599bd2a-3c86-4304-9aff-723b6ce0bb21%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/6201c6e2-be3c-40df-9022-63e5ecd079e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to