Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should you architect an application that enables clients to download a file from your website for a limited duration while adhering to Google Cloud's best practices?
A
Configure the application to send the file to the client as an email attachment.
B
Generate and assign a Cloud Storage-signed URL for the file. Make the URL available for the client to download.
C
Create a temporary Cloud Storage bucket with time expiration specified, and give download permissions to the bucket. Copy the file, and send it to the client.
D
Generate the HTTP cookies with time expiration specified. If the time is valid, copy the file from the Cloud Storage bucket, and make the file available for the client to download.