Gemini API returns 404 "does not have access to it" despite API being enabled

Hello, I have a new Google Cloud project and I am consistently unable to access any Gemini models via the Vertex AI API. - Project ID: (PII Removed by Staff) Enabled APIs: I have enabled both “Vertex AI API” and “Generative Language API”. - Billing: A billing account is active and linked to the project (Free Trial). Every API call from Google Apps Script to the Vertex AI endpoint (both `europe-west1` and `us-central1`) fails with a 404 error and the following message: “Publisher Model `projects/(PII Removed by Staff)/locations/us-central1/publishers/google/models/gemini-1.5-pro` was not found or your project does not have access to it.” The status is `NOT_FOUND` and the reason is `PERMISSION_DENIED`. I have tried multiple model names (`gemini-1.5-pro`, `gemini-pro`) and different authentication methods (API Key, OAuth2) with no success. It seems my project has not been properly provisioned for access to the Publisher Models. Could you please check my project’s permissions and grant it access to the Gemini models on Vertex AI? Thank you.