Where do you use this code snippet to call google’s APIs in Auth0? In Actions?
Did you receive this error on the google side?
I think you have to ship the google’s project identifier when calling Google APIs.
So to connect the client (your script used to call Google’s APIs) with some quota/billing related identifier.
Something like GOOGLE_CLOUD_QUOTA_PROJECT =<your project ID>
Thanks for contacting Auth0 Support, my name is Federico Coppede, glad to assist,
It’s not possible to set custom headers with log streams, if you add your api-key to the authorization token input, it will be sent in the Authorization header.
You could add that key as a query string to your URL as explained here: