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
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- `project_id_missing` in Cloud Function w...
I've got a cloud function written in `Dart-3.12` that I'm trying to create a file in a file bucket. I'm using the latest `dart_appwrite` sdk (`26.1.0`) and App...
- Batch Size of Bulk Operations
Is there any way to increase the Batch Size of Bulk Operations on Appwrite Self Hosted? When I try to perform more than 100 operations per batch, I get the foll...