storage-js
storage-js copied to clipboard
JS Client library to interact with Supabase Storage
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Feature request ## Is your feature request related to a problem? Please describe. The `storageFileApi` class has a function to convert file paths to public url's. These urls are...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Feature request ## Is your feature request related to a problem? Please describe. As a developer using the storage API, I want to have the ability to get the...
Trying to upload some meta-data along with uploading the file and it's not working. I am doing this ``` supabase.storage.from('bucket-name').upload('some-file-anme', file, { metadata: { ...some data } }) ``` I...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Chore Add `.throwOnError()` for storage API. ## Additional context It already exists for [the main DB API](https://github.com/supabase/supabase-js/issues/92) supabase/supabase-js#92. Very nice to have it there, would be preferred to have...