List of questions
Related questions
Question 148 - Professional Cloud Developer discussion
You are developing an application that will allow clients to download a file from your website for a specific period of time. How should you design the application to complete this task while following Google-recommended 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.
Your answer:
0 comments
Sorted by
Leave a comment first