Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your front-end is an App Engine application that needs to publish messages to Pub/Sub, but the Pub/Sub API hasn't been enabled yet. What's the quickest method to enable this API?
A
Enable the API directly through the Google Cloud Console.
B
Assign a service account the Pub/Sub Admin role to automatically enable the API.
C
APIs don't need to be enabled for applications running in App Engine.
D
The API will automatically enable upon the first code attempt to access Pub/Sub.