Reputation: 21
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
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