[firebase_storage] is the gzip file is automatically decompressed when download from firebase storage? #6529
Unanswered
bigbang489
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My code:
My file path ends with .gz, I got Bad Data exception when trying to decode rawData.
The object metadata:
Content-Type: application/json
Content-Encoding: gzip
Cache-Control: no-transform
File size: 10.8KB
I expected the rawDate is compressed file (because Transcode was disabled by setting Cache-Control: no-transform) But the actual format of rawData is text. Does firebase_storage automatically decompress the content?
Beta Was this translation helpful? Give feedback.
All reactions