QuestionQ11
Integrating applications with Google Cloud servicesYour application stores customer content in a Cloud Storage bucket, and every object is encrypted with that customer's encryption key. Each Cloud Storage object key is entered into your application by the customer. You find that the application receives an HTTP 4xx error while reading an object from Cloud Storage. What could cause this error?
- A You attempted the read operation on the object with the customer's base64-encoded key.
- B You attempted the read operation without the base64-encoded SHA256 hash of the encryption key.
- C You entered the same encryption algorithm specified by the customer when attempting the read operation.
- D You attempted the read operation on the object with the base64-encoded SHA256 hash of the customer's key.
Community Discussion