[storage-js] Return id of uploaded file #15437
Unanswered
bombillazo
asked this question in
Feature Requests
Replies: 1 comment
|
Hey, anyone on the Supabase team can take a look? |
0 replies
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.
Hey, currently the storage API returns the ID of the file uploaded, but for some reason, the JS client only returns the file path.
I created a PR to remedy this and give parity to the JS client with the storage API:
supabase/storage-js#168
All reactions