davidstrauss / google-drive-recursive-ownership

Tool to recursively give away file and document ownership to another user.
MIT License
268 stars 68 forks source link

unicode in folder name fails #18

Open felagund opened 7 years ago

felagund commented 7 years ago

python ./transfer.py "Titulkování" something@gmail.com false

fails with

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 8: ordinal not in range(128)

whereas

python ./transfer.py "/Titulkov\xe1n\xed" something@gmail.com false

works