1
votes

I am serving a file through Google Cloud Storage. If an user access it, is it possible to get a notification?

I have check Cloud Pub/Sub Notification. This deals about object created or delete inside a bucket.

I am looking for read access for a file. Is it possible to achieve?

1

1 Answers

1
votes

There is no support for real-time notifications on object reads. You can, however, enable hourly access logs that you can scan over to see who's been reading your files recently, and you can get notifications when those access logs are available.