Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
oauth2client 4.0.x compatibility, squash of keliomer's PR, merges #79.
Browse files Browse the repository at this point in the history
  • Loading branch information
RNabel committed Oct 24, 2016
1 parent 986ad8f commit c36fae1
Show file tree
Hide file tree
Showing 24 changed files with 96 additions and 64 deletions.
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/filelist.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/filemanagement.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/oauth.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/pydrive.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/quickstart.doctree
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,13 @@ pre {
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}

span.pre {
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}

td.linenos pre {
padding: 5px 0px;
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ var Search = {
var searchterms = [];
var excluded = [];
var hlterms = [];
var tmp = query.split(/\s+/);
var tmp = query.split(/\W+/);
var objectterms = [];
for (i = 0; i < tmp.length; i++) {
if (tmp[i] !== "") {
Expand Down
11 changes: 7 additions & 4 deletions docs/build/html/filelist.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>File listing made easy &mdash; PyDrive 1.3.0 documentation</title>
<title>File listing made easy &mdash; PyDrive 1.3.1 documentation</title>



Expand All @@ -30,7 +30,10 @@



<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
<link rel="next" title="pydrive package" href="pydrive.html"/>
<link rel="prev" title="File management made easy" href="filemanagement.html"/>

Expand Down Expand Up @@ -60,7 +63,7 @@


<div class="version">
1.3.0
1.3.1
</div>


Expand Down Expand Up @@ -208,7 +211,7 @@ <h2>Paginate and iterate through files<a class="headerlink" href="#paginate-and-
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.3.0',
VERSION:'1.3.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
11 changes: 7 additions & 4 deletions docs/build/html/filemanagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>File management made easy &mdash; PyDrive 1.3.0 documentation</title>
<title>File management made easy &mdash; PyDrive 1.3.1 documentation</title>



Expand All @@ -30,7 +30,10 @@



<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
<link rel="next" title="File listing made easy" href="filelist.html"/>
<link rel="prev" title="OAuth made easy" href="oauth.html"/>

Expand Down Expand Up @@ -60,7 +63,7 @@


<div class="version">
1.3.0
1.3.1
</div>


Expand Down Expand Up @@ -393,7 +396,7 @@ <h2>Download file content<a class="headerlink" href="#download-file-content" tit
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.3.0',
VERSION:'1.3.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
47 changes: 25 additions & 22 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; PyDrive 1.3.0 documentation</title>
<title>Index &mdash; PyDrive 1.3.1 documentation</title>



Expand All @@ -31,7 +31,10 @@



<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
<link rel="index" title="Index"
href="#"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>


<script src="_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -59,7 +62,7 @@


<div class="version">
1.3.0
1.3.1
</div>


Expand Down Expand Up @@ -260,12 +263,12 @@ <h2 id="D">D</h2>
<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.DEFAULT_SETTINGS">DEFAULT_SETTINGS (pydrive.auth.GoogleAuth attribute)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.Delete">Delete() (pydrive.files.GoogleDriveFile method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.DeletePermission">DeletePermission() (pydrive.files.GoogleDriveFile method)</a>
</dt>
Expand All @@ -284,12 +287,12 @@ <h2 id="F">F</h2>
<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.FetchMetadata">FetchMetadata() (pydrive.files.GoogleDriveFile method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.files.FileNotDownloadableError">FileNotDownloadableError</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.files.FileNotUploadedError">FileNotUploadedError</a>
</dt>
Expand Down Expand Up @@ -328,12 +331,12 @@ <h2 id="G">G</h2>
<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.GetContentString">GetContentString() (pydrive.files.GoogleDriveFile method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.GetFlow">GetFlow() (pydrive.auth.GoogleAuth method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.apiattr.ApiResourceList.GetList">GetList() (pydrive.apiattr.ApiResourceList method)</a>
</dt>
Expand Down Expand Up @@ -378,12 +381,12 @@ <h2 id="I">I</h2>
<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.InsertPermission">InsertPermission() (pydrive.files.GoogleDriveFile method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.settings.InvalidConfigError">InvalidConfigError</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.auth.InvalidCredentialsError">InvalidCredentialsError</a>
</dt>
Expand Down Expand Up @@ -414,12 +417,12 @@ <h2 id="L">L</h2>
<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.LoadClientConfigSettings">LoadClientConfigSettings() (pydrive.auth.GoogleAuth method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.LoadCredentials">LoadCredentials() (pydrive.auth.GoogleAuth method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.LoadCredentialsFile">LoadCredentialsFile() (pydrive.auth.GoogleAuth method)</a>
</dt>
Expand Down Expand Up @@ -470,12 +473,12 @@ <h2 id="P">P</h2>
<dt><a href="pydrive.html#module-pydrive.auth">pydrive.auth (module)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#module-pydrive.drive">pydrive.drive (module)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#module-pydrive.files">pydrive.files (module)</a>
</dt>
Expand All @@ -494,12 +497,12 @@ <h2 id="R">R</h2>
<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.Refresh">Refresh() (pydrive.auth.GoogleAuth method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.auth.RefreshError">RefreshError</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.apiattr.ApiResourceList.Reset">Reset() (pydrive.apiattr.ApiResourceList method)</a>
</dt>
Expand All @@ -526,12 +529,12 @@ <h2 id="S">S</h2>
<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.SERVICE_CONFIGS_LIST">SERVICE_CONFIGS_LIST (pydrive.auth.GoogleAuth attribute)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.ServiceAuth">ServiceAuth() (pydrive.auth.GoogleAuth method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.SetContentFile">SetContentFile() (pydrive.files.GoogleDriveFile method)</a>
</dt>
Expand Down Expand Up @@ -572,12 +575,12 @@ <h2 id="U">U</h2>
<dt><a href="pydrive.html#pydrive.apiattr.ApiResource.update">update() (pydrive.apiattr.ApiResource method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.apiattr.ApiResource.UpdateMetadata">UpdateMetadata() (pydrive.apiattr.ApiResource method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.Upload">Upload() (pydrive.files.GoogleDriveFile method)</a>
</dt>
Expand Down Expand Up @@ -632,7 +635,7 @@ <h2 id="V">V</h2>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.3.0',
VERSION:'1.3.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
11 changes: 7 additions & 4 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Welcome to PyDrive’s documentation! &mdash; PyDrive 1.3.0 documentation</title>
<title>Welcome to PyDrive’s documentation! &mdash; PyDrive 1.3.1 documentation</title>



Expand All @@ -30,7 +30,10 @@



<link rel="top" title="PyDrive 1.3.0 documentation" href="#"/>
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="PyDrive 1.3.1 documentation" href="#"/>
<link rel="next" title="Quickstart" href="quickstart.html"/>


Expand Down Expand Up @@ -59,7 +62,7 @@


<div class="version">
1.3.0
1.3.1
</div>


Expand Down Expand Up @@ -242,7 +245,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.3.0',
VERSION:'1.3.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
11 changes: 7 additions & 4 deletions docs/build/html/oauth.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>OAuth made easy &mdash; PyDrive 1.3.0 documentation</title>
<title>OAuth made easy &mdash; PyDrive 1.3.1 documentation</title>



Expand All @@ -30,7 +30,10 @@



<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
<link rel="next" title="File management made easy" href="filemanagement.html"/>
<link rel="prev" title="Quickstart" href="quickstart.html"/>

Expand Down Expand Up @@ -60,7 +63,7 @@


<div class="version">
1.3.0
1.3.1
</div>


Expand Down Expand Up @@ -338,7 +341,7 @@ <h2>Building your own authentication flow<a class="headerlink" href="#building-y
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.3.0',
VERSION:'1.3.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
11 changes: 7 additions & 4 deletions docs/build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Python Module Index &mdash; PyDrive 1.3.0 documentation</title>
<title>Python Module Index &mdash; PyDrive 1.3.1 documentation</title>



Expand All @@ -30,7 +30,10 @@



<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>



Expand Down Expand Up @@ -61,7 +64,7 @@


<div class="version">
1.3.0
1.3.1
</div>


Expand Down Expand Up @@ -206,7 +209,7 @@ <h1>Python Module Index</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.3.0',
VERSION:'1.3.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
Loading

0 comments on commit c36fae1

Please sign in to comment.