Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you automatically create an empty subdirectory in Cloud Storage for each new user when developing an application that requires user-specific file storage?
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.