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
Currently the writing of unstructured data for whatever reason keeps throwing the same error:
gcsfs.utils.HttpError: Invalid request. The number of bytes uploaded is required to be equal or greater than 262144, except for the final request (it's recommended to be the exact multiple of 262144). The received request contained 559 bytes, which does not meet this requirement., 400
In two issues mentioning this error the users were able to resolve it by removing a configuration file: see [1] and [2]. I doubt this will be useful in our setup but I'm leaving them here in case they give you an idea.
Currently the writing of unstructured data for whatever reason keeps throwing the same error:
(This is on d09e213)
When using google.cloud.storage we could specify the compression and everything else we want and hopefully eliminate this error.
The text was updated successfully, but these errors were encountered: