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
I've enabled the thumbnail processor, unfortunately the thumbnail is uploaded as "application/octet-stream" when uploading to the Google Storage bucket so it can't be served from the bucket.
I've enabled the thumbnail processor, unfortunately the thumbnail is uploaded as "application/octet-stream" when uploading to the Google Storage bucket so it can't be served from the bucket.
Version: sqlalchemy_file-0.4.0
Storage driver: GoogleStorageDriver
I did a step debugging of the
extra
data coming toStorageManager.save_file
Original file
extra
:Thumbnail file
extra
:So apparently it is caused by the missing
'content_type': 'image/png'
in the thumbnail extra data.The text was updated successfully, but these errors were encountered: