PyDrive2 icon indicating copy to clipboard operation
PyDrive2 copied to clipboard

improvements to file upload handling

Open shcheklein opened this issue 5 years ago • 0 comments

  • [ ] if filename is passed make sure that we always close it (open happens on our end). Related - https://github.com/gsuitedevs/PyDrive/pull/144.
  • [ ] create an alternative SetContent to pass file descriptor. Check what is the best way to do this. Related, but not ready to merge - https://github.com/gsuitedevs/PyDrive/pull/166
  • [ ] Write tests for both, update docs, etc.

shcheklein avatar Mar 25 '20 00:03 shcheklein