First, it looks like this thread but it is not: An unknown error has occurred in Cloud Function: GCP Python I deployed a couple of times Cloud Functions and they are still working fine. Nevertheless, since last week, following the same procedure I can deploy correctly, but testing them I get the error “An unknown error has occurred in Cloud
Tag: google-cloud-scheduler
How to invoke Cloud Function from Cloud Scheduler with Authentication
I’ve looked everywhere and it seems people either use pubsub, app engine http or http with no auth. Not too many people out there showing their work for accessing functions via authentication w/ oidc tokens to access google functions. I checked out: Cannot invoke Google Cloud Function from GCP Scheduler but nothing seemed to work. Documentation I followed: https://cloud.google.com/scheduler/docs/http-target-auth#using-gcloud_1 created