lab-64 / split-the-bill-server

Backend for the Split the Bill App
4 stars 0 forks source link

Upload Images to Buckets #181

Closed f-odc closed 5 months ago

f-odc commented 5 months ago

The currently implemented filestorage does not work on our deployed Google Cloud. We have to change the filestorage to use Google Storage. Images should be stored and retrieved from there.

f-odc commented 5 months ago

To make this work, i had to remove the image type check we had previously implemented. I created a new Issue #184 to address this problem.