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
Sometimes, it takes very long to get a response and my application gets stuck in limbo. Need to be able to re-attempt upload in case the server doesn't send a response.
Also, consider adding upload_large_file() to the main source?
The text was updated successfully, but these errors were encountered:
I have updated pyopenload to support large files, using requests-toolbelt instead of having two different upload methods I preferred to use large-file-upload method as the default uploading method.
for the other issue I will be trying to tackle it as soon as possible.
At the current moment, you can install the latest version and try it.
Sometimes, it takes very long to get a response and my application gets stuck in limbo. Need to be able to re-attempt upload in case the server doesn't send a response.
Also, consider adding
upload_large_file()
to the main source?The text was updated successfully, but these errors were encountered: