I Don't know if there is a way to check a file Logs , to know all the requests that had been done on that file with users , for example I want to know who Downloaded the file , and who made a view request not a download request it will be a huge security to know who is accessing my end points out of my apps and to block his user though . There is no Activity option for Storage so there is another way ?
You can check the audit tables in the database. Otherwise, there's not much else
How I can check the audit tables in appwrite please ?
You can check it in the "Activity" tabs for a Document
No I am talking about Storage File not a document , need through Database but I am not sure how to initate it
Connect to the mariadb database: https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7
connected but found a white dashboard, Idk how to find logs for Storage FIle after that ? , I think there must be tables in left side ?? @Steven
ya...im not sure if you're connected. i would expect to see tables on the left
changed to another software and it worked , ty , what is the table name I can find logs for File in Storage @Steven
stats ? or there is easy way to filter a file in storage logs ?
look for a table with audit in the name
ty , Can I check download and views requests from user side ?
i don't think there are storage log apis
Recommended threads
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- Broken Appwrite can’t make functions nor...
Hii guys, I was having this issue with my locally hosted Appwrite, I can’t create functions ( both template and manual), I can’t make a custom domain ( like in ...