
Google Professional Cloud Developer
Get started today
Ultimate access to all questions.
How can you control access to private images and videos in a Cloud Storage bucket for anonymous users (without Google Accounts) while using application-specific logic in your web application?
How can you control access to private images and videos in a Cloud Storage bucket for anonymous users (without Google Accounts) while using application-specific logic in your web application?
Exam-Like
Explanation:
The correct answer is D because signed URLs provide a secure way to grant temporary access to private Cloud Storage objects without requiring users to have Google Accounts. This method allows the application to use its own logic to authenticate users before granting access via the signed URL. Options A, B, and C do not meet the requirement of allowing anonymous users to access private content based on application-specific logic without Google Accounts.