One time URL for download of cloud storage objects

I wanna generate a signed URL to download some objects from storage, and after first click, the URL should be invalid (one time link)

Upvotes: 1

Views: 912

Answers (1)

John Hanley
John Hanley

Reputation: 81386

Google Cloud Storage does not support this feature.

This type of limitation is very difficult to implement in the real world. With retries, parallel downloads, etc. a single click limitation would turn into a major pain and failure for clients.

For companies that do provide this feature, they have special software that downloads and notifies their servers of success. Their servers manage everything.

Upvotes: 3

Related Questions