You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for file upload does not describe what the result looks like for a success or a failure. This makes it unclear what developers can expect from the API and how to handle the response effectively.
However, there is no information on what the structure of the response will look like in the event of a failure, leaving developers uncertain about how to handle error scenarios.
Additional context
This creates a problem trying to do any follow up tasks based on a success or failure.
The text was updated successfully, but these errors were encountered:
Improve documentation
Link
https://supabase.com/docs/reference/swift/storage-from-download
Describe the problem
The documentation for file upload does not describe what the result looks like for a success or a failure. This makes it unclear what developers can expect from the API and how to handle the response effectively.
For example, using the following Swift code:
The result returned on success (I assume success) is:
(id = "8558a89d-9a60-4b74-9b09-5f007114cf9b", path = "Sample Title.jpg", fullPath = "storage/Sample Title.jpg")
Describe the improvement
However, there is no information on what the structure of the response will look like in the event of a failure, leaving developers uncertain about how to handle error scenarios.
Additional context
This creates a problem trying to do any follow up tasks based on a success or failure.
The text was updated successfully, but these errors were encountered: