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
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
Currently, only part of the path (not including the bucket) of the uploaded file is returned even though the API returns both the ID and full path of the file: source
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Call the upload function from the client, which internally uses uploadOrUpdate and the response will not include the id of the uploaded file. The direct API does return the id.