iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.
https://docs.iterative.ai/PyDrive2
Other
580 stars 69 forks source link

fix(upload/272): don't magically set filename on set file content #273

Closed shcheklein closed 1 year ago

shcheklein commented 1 year ago

Fixes #272

I don't see a good reason to keep this behavior. Magic that is not consistent with other Set*Content methods.

Downside of this approach is that it breaks the compatibility a bit. Let's see how it goes, we might release a major / minor version.


TODO: