Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can i get authorization with a Service Account? #46

Closed
fembrioni opened this issue Sep 21, 2017 · 1 comment
Closed

Can i get authorization with a Service Account? #46

fembrioni opened this issue Sep 21, 2017 · 1 comment
Labels

Comments

@fembrioni
Copy link

I need to access a Google sheet for update from an iOS App without user intervention (neither for sign-in).

Reading the Google API documentation, i know i must use a Service Account to get authorization. I already generate the service account, but i don't know how to ask for authorization. Can anyone please help me?

Thanks,

Fernando

@WilliamDenniss
Copy link
Collaborator

I'm afraid GTMAppAuth is a library for 3-legged OAuth (i.e. involving the user, your app, and Google), not 2-legged service-account level OAuth (involving your app and Google only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants