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

Commit c36fae1

Browse files
committed
oauth2client 4.0.x compatibility, squash of keliomer's PR, merges #79.
1 parent 986ad8f commit c36fae1

24 files changed

+96
-64
lines changed
-28.7 KB
Binary file not shown.

docs/build/doctrees/filelist.doctree

-27 Bytes
Binary file not shown.
-27 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

-27 Bytes
Binary file not shown.

docs/build/doctrees/oauth.doctree

-27 Bytes
Binary file not shown.

docs/build/doctrees/pydrive.doctree

-4.71 KB
Binary file not shown.
-27 Bytes
Binary file not shown.

docs/build/html/_static/basic.css

+7
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,13 @@ pre {
494494
overflow-y: hidden; /* fixes display issues on Chrome browsers */
495495
}
496496

497+
span.pre {
498+
-moz-hyphens: none;
499+
-ms-hyphens: none;
500+
-webkit-hyphens: none;
501+
hyphens: none;
502+
}
503+
497504
td.linenos pre {
498505
padding: 5px 0px;
499506
border: 0;

docs/build/html/_static/searchtools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ var Search = {
324324
var searchterms = [];
325325
var excluded = [];
326326
var hlterms = [];
327-
var tmp = query.split(/\s+/);
327+
var tmp = query.split(/\W+/);
328328
var objectterms = [];
329329
for (i = 0; i < tmp.length; i++) {
330330
if (tmp[i] !== "") {

docs/build/html/filelist.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

11-
<title>File listing made easy &mdash; PyDrive 1.3.0 documentation</title>
11+
<title>File listing made easy &mdash; PyDrive 1.3.1 documentation</title>
1212

1313

1414

@@ -30,7 +30,10 @@
3030

3131

3232

33-
<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
33+
<link rel="index" title="Index"
34+
href="genindex.html"/>
35+
<link rel="search" title="Search" href="search.html"/>
36+
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
3437
<link rel="next" title="pydrive package" href="pydrive.html"/>
3538
<link rel="prev" title="File management made easy" href="filemanagement.html"/>
3639

@@ -60,7 +63,7 @@
6063

6164

6265
<div class="version">
63-
1.3.0
66+
1.3.1
6467
</div>
6568

6669

@@ -208,7 +211,7 @@ <h2>Paginate and iterate through files<a class="headerlink" href="#paginate-and-
208211
<script type="text/javascript">
209212
var DOCUMENTATION_OPTIONS = {
210213
URL_ROOT:'./',
211-
VERSION:'1.3.0',
214+
VERSION:'1.3.1',
212215
COLLAPSE_INDEX:false,
213216
FILE_SUFFIX:'.html',
214217
HAS_SOURCE: true

docs/build/html/filemanagement.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

11-
<title>File management made easy &mdash; PyDrive 1.3.0 documentation</title>
11+
<title>File management made easy &mdash; PyDrive 1.3.1 documentation</title>
1212

1313

1414

@@ -30,7 +30,10 @@
3030

3131

3232

33-
<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
33+
<link rel="index" title="Index"
34+
href="genindex.html"/>
35+
<link rel="search" title="Search" href="search.html"/>
36+
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
3437
<link rel="next" title="File listing made easy" href="filelist.html"/>
3538
<link rel="prev" title="OAuth made easy" href="oauth.html"/>
3639

@@ -60,7 +63,7 @@
6063

6164

6265
<div class="version">
63-
1.3.0
66+
1.3.1
6467
</div>
6568

6669

@@ -393,7 +396,7 @@ <h2>Download file content<a class="headerlink" href="#download-file-content" tit
393396
<script type="text/javascript">
394397
var DOCUMENTATION_OPTIONS = {
395398
URL_ROOT:'./',
396-
VERSION:'1.3.0',
399+
VERSION:'1.3.1',
397400
COLLAPSE_INDEX:false,
398401
FILE_SUFFIX:'.html',
399402
HAS_SOURCE: true

docs/build/html/genindex.html

+25-22
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
<title>Index &mdash; PyDrive 1.3.0 documentation</title>
12+
<title>Index &mdash; PyDrive 1.3.1 documentation</title>
1313

1414

1515

@@ -31,7 +31,10 @@
3131

3232

3333

34-
<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
34+
<link rel="index" title="Index"
35+
href="#"/>
36+
<link rel="search" title="Search" href="search.html"/>
37+
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
3538

3639

3740
<script src="_static/js/modernizr.min.js"></script>
@@ -59,7 +62,7 @@
5962

6063

6164
<div class="version">
62-
1.3.0
65+
1.3.1
6366
</div>
6467

6568

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

266+
</dl></td>
267+
<td style="width: 33%" valign="top"><dl>
263268

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

267-
</dl></td>
268-
<td style="width: 33%" valign="top"><dl>
269272

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

290+
</dl></td>
291+
<td style="width: 33%" valign="top"><dl>
287292

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

291-
</dl></td>
292-
<td style="width: 33%" valign="top"><dl>
293296

294297
<dt><a href="pydrive.html#pydrive.files.FileNotUploadedError">FileNotUploadedError</a>
295298
</dt>
@@ -328,12 +331,12 @@ <h2 id="G">G</h2>
328331
<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.GetContentString">GetContentString() (pydrive.files.GoogleDriveFile method)</a>
329332
</dt>
330333

334+
</dl></td>
335+
<td style="width: 33%" valign="top"><dl>
331336

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

335-
</dl></td>
336-
<td style="width: 33%" valign="top"><dl>
337340

338341
<dt><a href="pydrive.html#pydrive.apiattr.ApiResourceList.GetList">GetList() (pydrive.apiattr.ApiResourceList method)</a>
339342
</dt>
@@ -378,12 +381,12 @@ <h2 id="I">I</h2>
378381
<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.InsertPermission">InsertPermission() (pydrive.files.GoogleDriveFile method)</a>
379382
</dt>
380383

384+
</dl></td>
385+
<td style="width: 33%" valign="top"><dl>
381386

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

385-
</dl></td>
386-
<td style="width: 33%" valign="top"><dl>
387390

388391
<dt><a href="pydrive.html#pydrive.auth.InvalidCredentialsError">InvalidCredentialsError</a>
389392
</dt>
@@ -414,12 +417,12 @@ <h2 id="L">L</h2>
414417
<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.LoadClientConfigSettings">LoadClientConfigSettings() (pydrive.auth.GoogleAuth method)</a>
415418
</dt>
416419

420+
</dl></td>
421+
<td style="width: 33%" valign="top"><dl>
417422

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

421-
</dl></td>
422-
<td style="width: 33%" valign="top"><dl>
423426

424427
<dt><a href="pydrive.html#pydrive.auth.GoogleAuth.LoadCredentialsFile">LoadCredentialsFile() (pydrive.auth.GoogleAuth method)</a>
425428
</dt>
@@ -470,12 +473,12 @@ <h2 id="P">P</h2>
470473
<dt><a href="pydrive.html#module-pydrive.auth">pydrive.auth (module)</a>
471474
</dt>
472475

476+
</dl></td>
477+
<td style="width: 33%" valign="top"><dl>
473478

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

477-
</dl></td>
478-
<td style="width: 33%" valign="top"><dl>
479482

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

500+
</dl></td>
501+
<td style="width: 33%" valign="top"><dl>
497502

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

501-
</dl></td>
502-
<td style="width: 33%" valign="top"><dl>
503506

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

532+
</dl></td>
533+
<td style="width: 33%" valign="top"><dl>
529534

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

533-
</dl></td>
534-
<td style="width: 33%" valign="top"><dl>
535538

536539
<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.SetContentFile">SetContentFile() (pydrive.files.GoogleDriveFile method)</a>
537540
</dt>
@@ -572,12 +575,12 @@ <h2 id="U">U</h2>
572575
<dt><a href="pydrive.html#pydrive.apiattr.ApiResource.update">update() (pydrive.apiattr.ApiResource method)</a>
573576
</dt>
574577

578+
</dl></td>
579+
<td style="width: 33%" valign="top"><dl>
575580

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

579-
</dl></td>
580-
<td style="width: 33%" valign="top"><dl>
581584

582585
<dt><a href="pydrive.html#pydrive.files.GoogleDriveFile.Upload">Upload() (pydrive.files.GoogleDriveFile method)</a>
583586
</dt>
@@ -632,7 +635,7 @@ <h2 id="V">V</h2>
632635
<script type="text/javascript">
633636
var DOCUMENTATION_OPTIONS = {
634637
URL_ROOT:'./',
635-
VERSION:'1.3.0',
638+
VERSION:'1.3.1',
636639
COLLAPSE_INDEX:false,
637640
FILE_SUFFIX:'.html',
638641
HAS_SOURCE: true

docs/build/html/index.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

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

1313

1414

@@ -30,7 +30,10 @@
3030

3131

3232

33-
<link rel="top" title="PyDrive 1.3.0 documentation" href="#"/>
33+
<link rel="index" title="Index"
34+
href="genindex.html"/>
35+
<link rel="search" title="Search" href="search.html"/>
36+
<link rel="top" title="PyDrive 1.3.1 documentation" href="#"/>
3437
<link rel="next" title="Quickstart" href="quickstart.html"/>
3538

3639

@@ -59,7 +62,7 @@
5962

6063

6164
<div class="version">
62-
1.3.0
65+
1.3.1
6366
</div>
6467

6568

@@ -242,7 +245,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
242245
<script type="text/javascript">
243246
var DOCUMENTATION_OPTIONS = {
244247
URL_ROOT:'./',
245-
VERSION:'1.3.0',
248+
VERSION:'1.3.1',
246249
COLLAPSE_INDEX:false,
247250
FILE_SUFFIX:'.html',
248251
HAS_SOURCE: true

docs/build/html/oauth.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

11-
<title>OAuth made easy &mdash; PyDrive 1.3.0 documentation</title>
11+
<title>OAuth made easy &mdash; PyDrive 1.3.1 documentation</title>
1212

1313

1414

@@ -30,7 +30,10 @@
3030

3131

3232

33-
<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
33+
<link rel="index" title="Index"
34+
href="genindex.html"/>
35+
<link rel="search" title="Search" href="search.html"/>
36+
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
3437
<link rel="next" title="File management made easy" href="filemanagement.html"/>
3538
<link rel="prev" title="Quickstart" href="quickstart.html"/>
3639

@@ -60,7 +63,7 @@
6063

6164

6265
<div class="version">
63-
1.3.0
66+
1.3.1
6467
</div>
6568

6669

@@ -338,7 +341,7 @@ <h2>Building your own authentication flow<a class="headerlink" href="#building-y
338341
<script type="text/javascript">
339342
var DOCUMENTATION_OPTIONS = {
340343
URL_ROOT:'./',
341-
VERSION:'1.3.0',
344+
VERSION:'1.3.1',
342345
COLLAPSE_INDEX:false,
343346
FILE_SUFFIX:'.html',
344347
HAS_SOURCE: true

docs/build/html/objects.inv

0 Bytes
Binary file not shown.

docs/build/html/py-modindex.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

11-
<title>Python Module Index &mdash; PyDrive 1.3.0 documentation</title>
11+
<title>Python Module Index &mdash; PyDrive 1.3.1 documentation</title>
1212

1313

1414

@@ -30,7 +30,10 @@
3030

3131

3232

33-
<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
33+
<link rel="index" title="Index"
34+
href="genindex.html"/>
35+
<link rel="search" title="Search" href="search.html"/>
36+
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
3437

3538

3639

@@ -61,7 +64,7 @@
6164

6265

6366
<div class="version">
64-
1.3.0
67+
1.3.1
6568
</div>
6669

6770

@@ -206,7 +209,7 @@ <h1>Python Module Index</h1>
206209
<script type="text/javascript">
207210
var DOCUMENTATION_OPTIONS = {
208211
URL_ROOT:'./',
209-
VERSION:'1.3.0',
212+
VERSION:'1.3.1',
210213
COLLAPSE_INDEX:false,
211214
FILE_SUFFIX:'.html',
212215
HAS_SOURCE: true

0 commit comments

Comments
 (0)