1
Upload file to bucket with metadata from client side
Source: supabase/supabase#38643 · opened by @thewh1teagle
Hey everyone!
I'm using the JavaScript library with Supabase client to upload/list/download files from client side. I would like to store custom metadata like the real filename.
Currently I upload like:
But when I list files, the metadata only shows system fields (eTag, size, mimetype), not my custom filename:
How do I retrieve the custom metadata I uploaded? Is there a getMetadata() method or different approach needed?
I'm using the JavaScript library with Supabase client to upload/list/download files from client side. I would like to store custom metadata like the real filename.
Currently I upload like:
But when I list files, the metadata only shows system fields (eTag, size, mimetype), not my custom filename:
How do I retrieve the custom metadata I uploaded? Is there a getMetadata() method or different approach needed?
No pledges yet. Be the first to back this.
Comments
Similar requests
Creating tables related to bucket files (demo + idea)
1 vote · 0 comments
Storage: Upload to Bucket from Url
6 votes · 0 comments
Avatar upload block for the UI Library
1 vote · 0 comments
Display bucket size in web interface
1 vote · 0 comments
[storage-js] Skip `.from('bucket')` storage calls syntax for `createSignedUrls` function
1 vote · 0 comments
No comments yet.