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/ae423017-309e-4b58-b3cb-29bb786f4265%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Soheil Novinfard

Reply via email to