Skip to content
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