PROFESSIONAL-CLOUD-ARCHITECT · Question #117
You have developed an application using Cloud ML Engine that recognizes famous paintings from uploaded images. You want to test the application and allow specific people to upload images for the…
The correct answer is B. Have users upload the images to Cloud Storage using a signed URL that expires after 24 hours. When should you use a signed URL? In some scenarios, you might not want to require your users to have a Google account in order to access Cloud Storage" "Signed URLs contain authentication information in their query string, allowing users without credentials to perform specific…
Question
Options
- AHave users upload the images to Cloud Storage. Protect the bucket with a password that expires
- BHave users upload the images to Cloud Storage using a signed URL that expires after 24 hours.
- CCreate an App Engine web application where users can upload images. Configure App Engine to
- DCreate an App Engine web application where users can upload images for the next 24 hours.
How the community answered
(45 responses)- A7% (3)
- B89% (40)
- C2% (1)
- D2% (1)
Explanation
When should you use a signed URL? In some scenarios, you might not want to require your users to have a Google account in order to access Cloud Storage" "Signed URLs contain authentication information in their query string, allowing users without credentials to perform specific actions on a resource". https://cloud.google.com/storage/docs/access-control/signed-urls
Topics
Community Discussion
No community discussion yet for this question.