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
- Storage files aren’t showing on mobile
hi, what can be the problem? i have a storage and there are images in it, the permissions are read for All Users, everything is fine on desktop, but on mobile t...
- Delete storage files all at once
I am using Appwrite Cloud. I want to delete all storage files in my bucket similar to how I can select all documents in a collection and delete them all at once...
- Storage images are not showing on mobile
Hi, can anyone help me? I have some images on the storage, and it is not shown on mobile, on desktop everything is fine.