This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
1.3.0 - BOM removal, custom file encoding, updated docs
CHANGELOG (to 1.2.1):
- Allow stripping of BOMs when downloading converted Google Documents as text/plain files, effective solution to this problem.
GetContentString()
andSetContentString()
now accept anencoding
parameter which allows custom de- and encoding of files- Update docs for CommandLineAuth() in response to question on StackOverflow re
LocalWebserverAuth()
and local firewalls.