-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add example of the service account auth #148
Conversation
|
||
.. _`APIs Console`: https://console.developers.google.com/iam-admin/projects | ||
.. _`OAuth made easy`: ./oauth.html | ||
|
||
Authentication via service accounts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's technically also part of the OAuth 2.0 - https://developers.google.com/identity/protocols/oauth2/service-account
Alternatively to OAuth2.0 client authentication *PyDrive2* can use Google Service Accounts for authentication. | ||
This type of authentication is useful when developing a servers side application which doesn't interact with endusers. | ||
|
||
1. create a service account in the Google Cloud Console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we provide a link to Google docs here?
Authentication via service accounts | ||
----------------------------------- | ||
|
||
Alternatively to OAuth2.0 client authentication *PyDrive2* can use Google Service Accounts for authentication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make Google Service Accounts a link to general docs about service accounts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff! Please consider a few minor things to improve.
Hi @shcheklein |
sure, @tmotyl - no worries at all ... I'll put need help and hacktoberfest tags and let's see if someone could take and complete this PR :) thanks for the contribution! |
i am kind of lost here, what needs to be done? I would like to help. |
Closing this as stale. |
Fixes: #21