Hi everyone,
I’m building an OAuth server-to-server app. I created a GCP function as webhook, and I want to subscribe it to listen to certain events coming Zoom API.
The problem is that my function requires OAuth authentication, with a 1018 character long bearer token, while the maximum length allowed for custom headers is 256.
How can i overcome this limitation, whithout having to modify my function’s authentication method?