You are developing an application that needs to store files belonging to users in Cloud Storage. You want each user to have their own subdirectory in Cloud Storage. When a new user is created, the corresponding empty subdirectory should also be created. What should you do? A. Create an object with the name of the subdirectory ending with a trailing slash ('/') that is zero bytes in length. B. Create an object with the name of the subdirectory, and then immediately delete the object within that subdirectory. C. Create an object with the name of the subdirectory that is zero bytes in length and has WRITER access control list permission. D. Create an object with the name of the subdirectory that is zero bytes in length. Set the Content-Type metadata to CLOUDSTORAGE_FOLDER. Â Correct Answer: A This question is in Google Professional Cloud Developer Exam For getting Google Professional Cloud Developer Certificate
Please login or Register to submit your answer