Skip to content

fix spelling #338

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

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/oauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Building your own authentication flow

You might want to build your own authentication flow. For example, you might
want to integrate your existing website with Drive API. In that case, you can
customize authentication flow as follwing:
customize an authentication flow as follows:

1. Get authentication Url from `GetAuthUrl()`_.
2. Ask users to visit the authentication Url and grant access to your application. Retrieve authentication code manually by user or automatically by building your own oauth2callback.
Expand Down Expand Up @@ -208,4 +208,4 @@ If we use OAuth client ID we need to do one manual login into the account with
return gauth


.. _`Service account`: https://developers.google.com/workspace/guides/create-credentials#service-account
.. _`Service account`: https://developers.google.com/workspace/guides/create-credentials#service-account