You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
I had an issue where my script was using unicode literals, and the .files.upload wasn't uploading the file properly.
Turns out the filename string was in unicode, and in init.py, line 613:
It's just testing for str, and not str and unicode.
If you changed that to detect str and unicode, I believe it would work! :)
Thanks!
Nick
The text was updated successfully, but these errors were encountered: