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
I already have a base64 encoded file as a string, but I cannot send it because the "send" method expects me to provide an unencoded list of files. Now, for my code to work, I must first decode base64, then wrap it in BytesIO, and only then pass it to the "send" method.
The text was updated successfully, but these errors were encountered:
I already have a base64 encoded file as a string, but I cannot send it because the "send" method expects me to provide an unencoded list of files. Now, for my code to work, I must first decode base64, then wrap it in BytesIO, and only then pass it to the "send" method.
The text was updated successfully, but these errors were encountered: