
Ultimate access to all questions.
You have developed an application using Google Cloud Machine Learning (ML) Engine that recognizes famous paintings from images uploaded by users. To ensure quality and functionality, you want to conduct a test where a selected group of users can upload images for the next 24 hours. However, not all of these users have Google Accounts. Given these constraints, how should you allow these users to upload images during the testing period?
A
Have users upload the images to Cloud Storage. Protect the bucket with a password that expires after 24 hours.
B
Have users upload the images to Cloud Storage using a signed URL that expires after 24 hours.
C
Create an App Engine web application where users can upload images. Configure App Engine to disable the application after 24 hours. Authenticate users via Cloud Identity.
D
Create an App Engine web application where users can upload images for the next 24 hours. Authenticate users via Cloud Identity.