google-drive-recursive-ownership icon indicating copy to clipboard operation
google-drive-recursive-ownership copied to clipboard

unicode in folder name fails

Open felagund opened this issue 7 years ago • 0 comments

python ./transfer.py "Titulkování" [email protected] 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" [email protected] false

works

felagund avatar Jun 23 '17 12:06 felagund