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
with io.BytesIO() as stream:
client.download_fileobj(source_folder_path, stream)
stream.seek(0)
except Exception as e:
print(f"Failed to Get/Download file to: {stream} because {e}")
logging.error(f"Failed to Get/Download file to: {stream} because {e}")