-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems uploading files to google drive: java.io.IOException: Error writing request body to server #1526
Comments
at com.google.api.client.util.ByteStreams.copy(ByteStreams.java:53) at com.google.api.client.googleapis.media.MediaHttpUploader.executeCurrentRequestWithoutGZip(MediaHttpUploader.java:551) It seems that something went wrong.The problem with googleapi like this, (this time is MediaHttpUploader) Is there any solution to the problem? |
Can you help add a snippet of code that is causing this? |
@chingor13 Code Snippet:
|
Hello everyone |
Storage: com.google.cloud.storage.StorageException: Error writing request body to server #3410
In others places(google-cloud-java ) , google api added a retry to successfully solved this problem.
So I want to know if this error could be solved by add a similar retry? thank you.
The text was updated successfully, but these errors were encountered: