#Appwrite storage upload

1 messages · Page 1 of 1 (latest)

hybrid gyro
#

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

cosmic sinew
#

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.
cosmic sinew
#

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

hybrid gyro
#

thankyou @cosmic sinew

#

for the help

#

will try this