Commit 3172dea
simone viozzi
Implement mv method in GDriveFileSystem (#217)
* draft of rename method
* reverted files.py, add mv methond to spec.py
* modified mv method
* modified mv method
* adding gdrive_retry and GetChanges debug mode
GetChanges will be reverted after a bugfix!
* reverted apiattr.py
* removed fetchMetadata
* add todo to remove the cache
* fixed > fs.mv('root/tmp/b.pdf', 'root/')
* _FilesUpdate > Upload
* adding exeption if the user tryes to move a dir with recursive=False
* fix style
* adding reference to issue recarding cache invalidation
* removed recursive flag1 parent 688459b commit 3172dea
1 file changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
545 | 576 | | |
546 | 577 | | |
547 | 578 | | |
| |||
0 commit comments