Add upsert option to client API to move an existing file #16586
Unanswered
cohlar
asked this question in
Feature Requests
Replies: 0 comments
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.
It'd be nice to have an
upsertoption in thesupabase.storage.from().move()function, that would replace the existing file instead of firing aStorageApiError: The resource already existserror.Sharing my code for this purpose in case it helps anyone:
All reactions