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 ?
Summary
The user is asking if there are storage log APIs available. They are looking for a way to check download and views requests from the user side. They are advised to look for a table with 'audit' in the name. However, they are not able to find the tables and are confused about accessing the logs for a storage file. They are provided with a link to connect to the MariaDB database. The user clarifies that they are looking for logs specifically for storage files, not documents, and they are unsure how to initiate it through the database. They are told that they can check the audit tables in the database. Unfortunately, there
Drake
Admin
Apr 20, 2023, 03:48
You can check the audit tables in the database. Otherwise, there's not much else
سيادة اللواء حناكة
Rank 3: Container
Apr 20, 2023, 05:16
How I can check the audit tables in appwrite please ?
joeyouss
Apr 20, 2023, 09:32
You can check it in the "Activity" tabs for a Document
سيادة اللواء حناكة
Rank 3: Container
Apr 20, 2023, 14:49
No I am talking about Storage File not a document , need through Database but I am not sure how to initate it