nedpals / supabase-go

Unofficial Supabase client library for Go.
https://pkg.go.dev/github.com/nedpals/supabase-go
MIT License
362 stars 69 forks source link

fix: upload and download files from bucket #4

Closed charamza closed 1 year ago

charamza commented 1 year ago

I need for my project upload and download from Supabase buckets, but in current version it doesn't work. It was calling null pointers and overall there were some logic mistakes in this section (storage "from" section).

So I tried to update all of them (correct urls, error handling on correct places, ...), but I really only tested logic for download and upload of files.