Restrict Google OAuth Client to only App Engine -


we have app engine application build in python using endpoints. access restricted.

we have software connects app engine using service account. service account can access google cloud storage create buckets.

now want allow access app engine (and not cloud storage) specific clients write own software. software end-user.

what have create , share client software can authenticate app engine?

a service account not seem possible since allows access cloud storage.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -