
I always wanted to know the requests that had been sent to my Storage to know who could access the download API as my security purposes don't allow to access this API , And I hidded the endpoints as much as I could but by somehow a user who had access to read a storage bucket could know my the file ID and did the download API "Content download" I only do "View" in my Flutter App .
My Question is , is there a way to know which user downloads the file , by function maybe or anyway to register the Download API Requests manually as Audit logs don't give accurete resulsts about Storage Buckets . " all my buckets are protected by premissions of appwrite no public or "any" buckets , + only Anrdoid/Ios apps used with appwrite , no web which protected hardly by SSL Pinning with custom SSL so if someone find a way to get the File ID I want to know him by registering all Download API requests but I don't know how to do it correctly or from where to start simply as I can't modify or edit the open source Appwrite to do that . is there a more simple way to register all "Download API" Requests with the user ID or something with functions and events maybe , but I am not sure that events supports the requests that download the files?

Appwrite doesn't track that stuff nor does it fire an event for read.
You tightened to put something in front of Appwrite to capture all of the network traffic. Then, you can grab the cookie and figure out the user

any recommendations for 3rd party tool can do such thing ?

no sorry
Recommended threads
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
- Failed to Fetch : Uploading to Storage
i am trying to upload an .csv file and a .npz file to bucket on Appwrite console. one is 14mb and the other 18mb. I have tried several times with failed to fetc...
