Add option to update user_metadata of uploaded file #39202
Unanswered
thewh1teagle
asked this question in
Feature Requests
Replies: 2 comments 1 reply
|
You could write a Postgres function and update storage.objects directly. Then call with rpc. |
1 reply
|
Sorry using a phone right now and did not notice this was a feature request. |
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.
Supabase allow to specify custom metadata when uploading files, but currently there is no option to update this user_metadata (e.g. when storing the real filename there).
The only option to update that currently is to re-upload the whole file.
All reactions