You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add copy method to drive.py
* removed kind
* moved the copy method to files.py
* add try except around the API call
* corrected some single quote in double quote
* removed newline at the end of the file
* added param to copy method
* first try on the test
* test + fix bugs on copy method
* fixed not modified file with git, so it doesn't show up on the changes
* solved some comments
- fixed style
- fixed docstring
- now the function will return the copied file
- if new_title is None the new title will be "Copy of [old-title]"
* target_folder is now optional
* edits on the copyFile tests
- now i use the ability to return the copied file directly
- adding new test to copy the file in a different folder
* clarified code a bit
* add comment
* changed description of Copy method
* runned pre-commit hook and fixed pydrive_retry
* changed SetContentString to SetContentFile
* fixed docstring
0 commit comments