Hi All, I am able to upload files without authenti...
# prisma-whats-new
m
Hi All, I am able to upload files without authentication even though my permissions for file node creation has authenticated set. Is this a bug?
s
Hi @m.b.iqbal - currently files are not covered by the permission system. So this is a known limitation.
m
Thanks for the reply @sorenbs This guide states that it does https://www.graph.cool/docs/reference/platform/file-management-eer4wiang0/
Is it just the creation part or update and view is also not covered?
n
the wording is a bit unfortunate, I'll get that sorted right away. But with the permission system, you're able to allow or forbid to query the file secret using
allFiles
for example. Uploading/downloading of files is not affected by the permission system as of now.
m
Thanks. That clears it up.
👍 1
n
thanks for bringing that up 🙂
m
No problem 🙂