Search
Setup for Free
S
Supabase
•
4y ago
raph
Storage adding metadata to files
Is this possible
, I noticed a column on files
.
Object.assign(file, { test: 'test' });
Object.assign(file, { test: 'test' });
Tried this
, but it doesn
't get passed
.
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
44,404
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Object.assign(file, { test: 'test' });
Object.assign(file, { test: 'test' });
Similar Threads
Clear out file metadata on upload to storage?
S
Supabase / help-and-questions
3y ago
How to upload file to storage with custom metadata?
S
Supabase / help-and-questions
2y ago
Custom metadata on storage.objects not saving
S
Supabase / help-and-questions
2mo ago
Preferred way of inserting many files to Storage?
S
Supabase / help-and-questions
4w ago