on my own server using baserow, can I upload files through api and then can I delete these files via api? I speak self hosted. I know how it is possible to upload files with API, but I didn’t find anything about deleting these files using API on my own hosted server.
There is no endpoint in the API to delete uploaded files. However, if you self-host, you have access to the /user_files/
folder where you can manually delete files.
Hi. Do you think it would be possible to create a GitLab issue for this feature?
One of the straightforward use cases where this feature is useful is for a user that uploads a wrong file by mistake. Or some other user considers some file contains sensitive data and should not have been uploaded.
Hi, we already have an issue for this: Delete files from API (#1215) · Issues · Baserow / baserow · GitLab
1 Like