Hello, a question regarding file management, `CREA...
# prisma-whats-new
t
Hello, a question regarding file management,
CREATE
permissions on
File
type are currently skipped, but
READ
permissons work, what about
UPDATE
and
DELETE
permissions? Are these accepted on
File
type?
t
have you checked your file permissions in the console?
t
I am coming from documentation, there its stated that file uploads using the File API are not governed by the permissions on the File type.(so i assume CREATE permissions are skipped) At the same time you can protect the secret and url fields by read permissions, so i just wanted to know whether `UPDATE`/`DELETE` permissions are respected on File type.