Is there a way we can track how many have downloaded files in my Project?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
I don’t think that this is built into the DigitalOcean Spaces out of the box, but I have a similar implementation on an application level. I’ve created a button and whenever the button is clicked it hits a controller with some logic that increments the number of times the button has been clicked. After that, I proceed with redirecting the user to the download page.
The implementation itself would depend on the type of application that you have and the software stack that you are using.
Best, Bobby