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
When adding a file to storage using the child().put() method using a file that is not physically stored it gives ValueError.
This is due to not being able to read the amount of bytes in the file. This is usually solved by adding a chunk size for the bucket. However this is not possible using the .put() method at the moment.
I propose it is added as an optional parameter for the .put() method which would easily solve the issue at hand.
The text was updated successfully, but these errors were encountered:
When adding a file to storage using the child().put() method using a file that is not physically stored it gives ValueError.
This is due to not being able to read the amount of bytes in the file. This is usually solved by adding a chunk size for the bucket. However this is not possible using the .put() method at the moment.
I propose it is added as an optional parameter for the .put() method which would easily solve the issue at hand.
The text was updated successfully, but these errors were encountered: