Skip to content

Commit

Permalink
deploy: f548bb0
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Mar 20, 2024
1 parent e6b07a2 commit 3daef66
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/oauth.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions _sources/oauth.rst.txt
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
2 changes: 1 addition & 1 deletion oauth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3>Sample <em>settings.yaml</em><a class="headerlink" href="#sample-settings-ya
<h2>Building your own authentication flow<a class="headerlink" href="#building-your-own-authentication-flow" title="Permalink to this heading">#</a></h2>
<p>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:</p>
customize an authentication flow as follows:</p>
<ol class="arabic simple">
<li><p>Get authentication Url from <a class="reference external" href="/PyDrive2/pydrive2/#pydrive2.auth.GoogleAuth.GetAuthUrl">GetAuthUrl()</a>.</p></li>
<li><p>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.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 3daef66

Please sign in to comment.