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'd left the fault-tolerant logic in place only for the older Box upload method for small files (that uses folder.upload) but not the newer chunked version (that uses folder.create_upload_session()), but I'm still seeing occasional instances of requests.exceptions.ConnectionError when a connection is interrupted mid-upload. I don't see any reason not to apply the same retry structure around both upload types.
The text was updated successfully, but these errors were encountered:
I'd left the fault-tolerant logic in place only for the older Box upload method for small files (that uses
folder.upload
) but not the newer chunked version (that usesfolder.create_upload_session()
), but I'm still seeing occasional instances ofrequests.exceptions.ConnectionError
when a connection is interrupted mid-upload. I don't see any reason not to apply the same retry structure around both upload types.The text was updated successfully, but these errors were encountered: