
if i upload a file or for instance a resume(.pdf) to appwrite cloud, and share the link to xyz is it possible to get an alert as to someone viewed this document?

Appwrite storage upload

As of now there isn't any event for storage view.
What you can do is:
- Return the file URL through a function in which you can add the tracking info.
- Create an HTML preview page for the image - very basic structure - then in that page add the tracking info.

Also you can use bit.ly to track the usages of that link

thankyou @Binyamin

for the help

will try this

<a:agooglethumbsup:635256484682530825>
Recommended threads
- 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...
- Not able to fetch the image from the buc...
Hii team, I am not able to fetch the images or get the filePreview of the images from my bucket, however all the content in the bucket are available to fetch i....
